You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FlagMustBeSetForRestore accounts for 372 ARM deployment failures per month (7.9% of all InvalidTemplateDeployment errors) across 132 unique machines. Users deploy to a resource name that was previously soft-deleted, ARM requires createMode: restore or an explicit purge, and azd handles neither.
Problem
FlagMustBeSetForRestoreaccounts for 372 ARM deployment failures per month (7.9% of allInvalidTemplateDeploymenterrors) across 132 unique machines. Users deploy to a resource name that was previously soft-deleted, ARM requirescreateMode: restoreor an explicit purge, and azd handles neither.Telemetry Data (March 2026, 23 days)
User Impact
Proposed Solution
Add a preflight check in the provisioning pipeline that:
Microsoft.KeyVault/vaults— List Deleted Vaults APIMicrosoft.CognitiveServices/accounts— List Deleted Accounts APIMicrosoft.ApiManagement/service— List Deleted Services APIMicrosoft.App/managedEnvironments— check via resource existenceRelated