Skip to content

Instantly share code, notes, and snippets.

@iqan
Created July 8, 2023 10:44
Show Gist options
  • Save iqan/354f3c5aa4a0ac3119ebb581165ba288 to your computer and use it in GitHub Desktop.
Save iqan/354f3c5aa4a0ac3119ebb581165ba288 to your computer and use it in GitHub Desktop.
servicebus-trigger-demo-
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