Thanks for posting your query on Microsoft Q&A!
Based on your description i understand that you are facing issue with the resource which you are not able to delete that and you can't see the details of the resource. please correct if i am wrong.
To further investigate on this could you please confirm the details requested over the Private messaging and also confirm below details as well to understand better.
- What type of resource is
gsa-he-db
(e.g., Azure SQL Database, Storage Account, etc.)? - Have you tried accessing the resource through both the Azure Portal and CLI commands?
Meanwhile you can try the below steps in order to resolve your issue.
Check for Locks: First, make sure that there are no locks on the resource preventing deletion. You can do this by running the Azure CLI command:
az lock list --resource-group <your-resource-group>
PowerShell Command: Use Azure PowerShell to attempt to remove the resource:
Remove-AzResource -Name "gsa-he-db" -ResourceGroupName "<your-resource-group>" -Force
Replace <your-resource-group>
with the appropriate name for your resource group.
If you have already tried these steps and the issue still persists, please confirm so that we can engage the backend/Product Group team for further investigation.
Please let me know if you are having further questions on this.
Thanks!
Kalyani