-
Notifications
You must be signed in to change notification settings - Fork 170
Open
Description
There are currently 3 Azure components in use that need to be setup
- ServiceBus
- Azure Monitor
- Entra
We should add instructions on how to set all of these up both in the portal and in the application code/config.
Entra:
In portal create scopes: basket, orders, webhooks
In portal authorize Client application
In portal add redirect url: https://localhost:7298/signin-oidc
Find and replace <tenant id> in app
Find and replace <client id> in app
Create client secret in portal, copy value to <client secret> in app
Service Bus:
Modify "eventBus": <namespace> in eShop.AppHost appsettings.json
In the portal add topic "eshop_event_bus" when running locally
In the portal add "Azure Service Bus Data Owner" role to the identity that is creating the subscriptions
punkouter26, daniel-p, jornbeyers, cedrox and ejcastillo
Metadata
Metadata
Assignees
Labels
No labels