You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 10, 2026. It is now read-only.
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
There are currently 3 Azure components in use that need to be setup
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 appFind and replace
<client id>in appCreate client secret in portal, copy value to
<client secret>in appService Bus:
Modify
"eventBus": <namespace>in eShop.AppHost appsettings.jsonIn 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