Hi @jcamp ,
Thanks for reaching out to Microsoft Q&A.
Here are some steps you can take:
- Check Permissions: Ensure that your account has the necessary permissions to view the Deployment Stacks. You need to have the right role assignments in Azure to see these resources.
- Subscription Status: Confirm that your Azure subscription is active and not disabled or suspended. You can check your subscription status in the Azure Portal.
- Azure Service Health: Visit the Azure Service Health page to see if there are any ongoing issues that could be affecting your resources.
- Query with Azure CLI or PowerShell: If you are comfortable using the Azure CLI or PowerShell, you can run a command to list the Deployment Stacks and check if they are still registered:
- PowerShell:
Get-AzSubscriptionDeploymentStack - Azure CLI:
az stack sub list
- PowerShell:
- Resource Groups: Ensure that you are looking in the correct resource group and subscription. Sometimes, Deployment Stacks might be located in different resource groups than expected.
- Known Issues: Refer to the latest Azure Stack known issues to see if there are any reports related to your issue.
References:
- App Service tenant DevOps configuring deployment sources
- Azure Stack Deployment Failure
- Create and deploy Azure deployment stacks in Bicep
- Azure Stack known issues
Hope this helps!
If the resolution was helpful, kindly take a moment to click on and click on Yes for was this answer helpful. And, if you have any further query do let us know.