This demo shows building a custom resource, using local azure provisioning for service bus and deployment to azure.
To get this repo running you'll need a few setup steps outlined below.
Specify an Azure account for the Service Bus setup and to configure your subscription information following the Configuration section in Local Azure provisioning documentation.
Some Parameter values are required for a few resources. Add these to your user-secrets in the Parameters
section.
Create a user secrets in the AppHost project for the Postgres password:
"Parameters": {
"postgrespass": "your-password-of-choice"
}
Create a user secrets in the AppHost project for the email 'from' address:
"Parameters": {
"frommail": "someone@example.com"
}