Skip to content

Instantly share code, notes, and snippets.

@sjwaight
Created January 3, 2023 04:29
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/2c84c03ca292c8d216891e4dd1b14558 to your computer and use it in GitHub Desktop.
Save sjwaight/2c84c03ca292c8d216891e4dd1b14558 to your computer and use it in GitHub Desktop.
Logic Apps Parameters section bicep snippet
parameters: {
'$connections': {
value: {
keyvault: {
connectionId: connections_keyvault_resource.id
connectionName: 'keyvault'
connectionProperties: {
authentication: {
type: 'ManagedServiceIdentity'
}
}
id: subscriptionResourceId('Microsoft.Web/locations/managedApis', resource_group_location, 'keyvault')
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment