Azure / deployment-stacks

Contains Deployment Stacks CLI scripts and releases
MIT License
89 stars 7 forks source link

**UPDATE - RESOLVED** Awareness: Some subscription-scoped deployment stacks may not be accessible #48

Closed snarkywolverine closed 2 years ago

snarkywolverine commented 2 years ago

Around December 1, 2021, configuration was applied that made some (if not all) subscription-scoped deployment stacks inaccessible to users.

Note that this is exclusive to subscription-scoped stacks. If your deployment stack is saved in a resource group, it should be working as expected.

SYMPTOMS: Direct retrieval returns 404 Not Found - GET /subscriptions/<>/providers/Microsoft.Resources/deploymentStacks/ LIST results may return:

We are aware of the issue and actively working to correct it; no action is required by the user to resolve this situation at this time. Also note that the stack itself is not affected; only the retrieval of the stack.

If you need to access a deployment stack, and it is unavailable - you can re-PUT the stack, which will attempt to redeploy the template and restore access to the stack (and all of the prior snapshots).

snarkywolverine commented 2 years ago

This should now be resolved for all customers, where telemetry indicated a subscription-scoped stack may have been impacted.

If your subscription was missed for some reason, please update this issue with your subscription ID, or reach out to me directly.

Thank you for your patience.

(This will be closed around 3/11/22, to give people an opportunity to see the issue was resolved.)