Sample of Azure Bicep definition for a new Managed Identity
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
resource managed_service_identity_kv_resource 'Microsoft.ManagedIdentity/userAssignedIdentities@2018-11-30' = { | |
name: managed_identity_name | |
location: resource_group_location | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment