Skip to content

Instantly share code, notes, and snippets.

@sjwaight
Created December 30, 2022 03:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sjwaight/c2b0c0f852de48709976b23d2a83618e to your computer and use it in GitHub Desktop.
Save sjwaight/c2b0c0f852de48709976b23d2a83618e to your computer and use it in GitHub Desktop.
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