Created
July 8, 2023 10:44
-
-
Save iqan/354f3c5aa4a0ac3119ebb581165ba288 to your computer and use it in GitHub Desktop.
servicebus-trigger-demo-
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 functionApp 'Microsoft.Web/sites@2021-03-01' = { | |
name: '${resourcePrefix}func' | |
location: location | |
kind: 'functionapp' | |
identity: { | |
type: 'SystemAssigned, UserAssigned' | |
userAssignedIdentities: { | |
'${userIdentity.id}': {} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment