Created
July 8, 2023 10:43
-
-
Save iqan/d2d611fc8f4b20d823e1a4925d960eee to your computer and use it in GitHub Desktop.
servicebus-trigger-demo-userIdentity
This file contains hidden or 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 userIdentity 'Microsoft.ManagedIdentity/userAssignedIdentities@2023-01-31' = { | |
name: '${resourcePrefix}id' | |
location: location | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment