Is there a bug in the Azure Deployment Overview page?

Darius Murphy 0 Reputation points
2025-02-25T17:23:29.79+00:00

When deploying a custom template, the overview page shows an error that the Deployment ID cannot be found:User's image

When looking in the console logs, we see this error:
User's image

The deployment itself is successful, but the Overview page shows this error.

It seems like this may be a UI bug? If not, could you please help me understand why this is happening?

Azure Cloud Services
Azure Cloud Services
An Azure platform as a service offer that is used to deploy web and cloud applications.
728 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Mounika Reddy Anumandla 2,740 Reputation points Microsoft External Staff
    2025-02-26T05:45:01.3533333+00:00

    Hi Darius Murphy,

    Welcome to the Microsoft Q&A Platform. Thank you for posting your query here.

    May I know if you are still facing the issue?
    Are you following any specific document to deploy the resources? Have you deployed using Build your own template in the editor.

    Sometimes, the portal fails to retrieve deployment details properly.
    And also, if deploying to a Management Group, your account may lack Microsoft.Resources/deployments/read permissions.

    I just deployed a vm using a quickstart template.
    User's image

    I can see the deployment completed on the portal.
    User's image

    I suggest you check the status of the deployment using powershell or CLI:
    Get-AzResourceGroupDeployment -ResourceGroupName "yourResorcegroupname" | Select-Object DeploymentName, DeploymentId

    Please correct me if I misunderstood your scenario or let me know if you have any further queries!

    If the information is helpful, please click "upvote" to let us know.


Your answer

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