Skip to content

Instantly share code, notes, and snippets.

@sjwaight
Created December 30, 2022 03:34
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
Sample of Azure Bicep definition for a new Managed Identity
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