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
After deleting a previous deployment (Resource Group) in Azure and changing the name of the APP_NAME variable to a different name, the next deployment attempts to recover the Key Vault that was previously deleted and it fails.
Assumption is that the Key Vault with the same name does exist as a softdeleted resource, but it used to live in a different resource group because the new RG has a new name due to the change in APP_NAME?
After deleting a previous deployment (Resource Group) in Azure and changing the name of the APP_NAME variable to a different name, the next deployment attempts to recover the Key Vault that was previously deleted and it fails.
Assumption is that the Key Vault with the same name does exist as a softdeleted resource, but it used to live in a different resource group because the new RG has a new name due to the change in APP_NAME?