Skip to content

Instantly share code, notes, and snippets.

@iqan
Created July 8, 2023 11:15
Show Gist options
  • Save iqan/e358742e80c3054afe4b8b61578d4478 to your computer and use it in GitHub Desktop.
Save iqan/e358742e80c3054afe4b8b61578d4478 to your computer and use it in GitHub Desktop.
demo-servicebus-trigger-funcsetting
siteConfig: {
appSettings: [
{
name: 'FUNCTIONS_EXTENSION_VERSION'
value: '~4'
}
{
name: 'FUNCTIONS_WORKER_RUNTIME'
value: 'dotnet'
}
{
name: 'APPINSIGHTS_INSTRUMENTATIONKEY'
value: applicationInsights.properties.InstrumentationKey
}
{
name: 'AzureWebJobsStorage__accountName'
value: storageAccount.name
}
{
name: 'demoservicebus__fullyQualifiedNamespace'
value: '${servicebus.name}.servicebus.windows.net'
}
{
name: 'demoservicebus__credential'
value: 'managedidentity'
}
{
name: 'demoservicebus__clientID'
value: userIdentity.properties.clientId
}
]
ftpsState: 'FtpsOnly'
minTlsVersion: '1.2'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment