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.
I can see the deployment completed on the portal.
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.