A sample repository to poke around with Azure Container Apps, Azure Service Bus, terraform and end to end tracing with Application Insights
- Clone the repo
- Install terraform
- cd infra
- run
terraform init
- run
terraform apply
and answer with yes
After creating the required infrastructure, you need to either replace few configuration values.
Fill in the following values in the appsettings.json (or better using user secrets)
"ServiceBus": {
"Namespace": "set by terraform",
"Queue": "set by terraform"
}
Fill in the following values in the appsettings.json (or better using user secrets)
"ServiceBusConnection": {
"fullyQualifiedNamespace": "set by terraform"
},
"QueueName": "set by terraform"