Share via

Why have our enterprise Azure subscription Deployment Stacks (Bicep) disappeared?

jcamp 0 Reputation points
2026-02-23T15:53:46.1733333+00:00

In the Azure Portal, when viewing an Azure subscription Deployment Stacks, all of the deployment stacks are missing.

Azure DevOps
{count} votes

2 answers

Sort by: Most helpful
  1. Pravallika KV 10,720 Reputation points Microsoft External Staff Moderator
    2026-02-23T16:07:08.5966667+00:00

    Hi @jcamp ,

    Thanks for reaching out to Microsoft Q&A.

    Here are some steps you can take:

    1. 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.
    2. Subscription Status: Confirm that your Azure subscription is active and not disabled or suspended. You can check your subscription status in the Azure Portal.
    3. Azure Service Health: Visit the Azure Service Health page to see if there are any ongoing issues that could be affecting your resources.
    4. 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
        
        
    5. 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.
    6. Known Issues: Refer to the latest Azure Stack known issues to see if there are any reports related to your issue.

    References:

    Hope this helps!


    If the resolution was helpful, kindly take a moment to click on User's imageand click on Yes for was this answer helpful. And, if you have any further query do let us know.

    0 comments No comments

  2. Q&A Assist
    2026-02-23T15:53:54.3+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    There could be several reasons why your enterprise Azure subscription Deployment Stacks are missing from the Azure Portal:

    1. Permissions: Ensure that you have the necessary permissions to view the deployment stacks. If your role does not have access to the resources, they will not be visible.
    2. Scope: Check if you are looking at the correct scope (subscription, resource group, or management group). Deployment stacks can be created at different scopes, and you may need to navigate to the appropriate one.
    3. Service Issues: Occasionally, there may be temporary service issues or outages affecting the Azure Portal. You can check the Azure status page to see if there are any ongoing incidents.
    4. Resource Deletion: If the deployment stacks were deleted or if there was a change in the resource group or subscription, they would no longer appear.
    5. Azure Portal Updates: Sometimes, updates or changes to the Azure Portal interface can affect how resources are displayed. Ensure that you are using the latest version of the portal.

    If none of these reasons apply, you may want to contact Azure support for further assistance.

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.