Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ARM Template - Managed Identity Extension #356

Open
robhiitsd opened this issue Mar 7, 2023 · 0 comments
Open

ARM Template - Managed Identity Extension #356

robhiitsd opened this issue Mar 7, 2023 · 0 comments

Comments

@robhiitsd
Copy link

The ARM templates for deploying any of the single deployments such as the Vault fail with the following error:
{"code":"DeploymentFailed","message":"At least one resource deployment operation failed. Please list deployment operations for details. Please see https://aka.ms/arm-deployment-operations for usage details.","details":[{"code":"ArtifactNotFound","message":"The VM extension with publisher 'Microsoft.ManagedIdentity' and type 'ManagedIdentityExtensionForWindows' could not be found."}]}

I worked with Microsoft and they confirmed the Managed Identity Extension is deprecated and has been replaced with an explicit property.
https://learn.microsoft.com/en-us/azure/active-directory/managed-identities-azure-resources/qs-configure-template-windows-vm#enable-system-assigned-managed-identity-during-creation-of-an-azure-vm-or-on-an-existing-vm

Would like to see this template updated with that properly working property so deployments do not fail.
Environment: Azure US Gov

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants