Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replaced All reference of Azure Active Directory with Microsoft Entra ID. #11

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ services.AddMassTransit(x =>
});
```

During local development, in the case of Visual Studio, you can configure the account to use under Options -> Azure Service Authentication. Note that your Azure Active Directory user needs explicit access to the resource and have the 'Azure Service Bus Data Owner' role assigned.
During local development, in the case of Visual Studio, you can configure the account to use under Options -> Azure Service Authentication. Note that your Microsot Entra Id user needs explicit access to the resource and have the 'Azure Service Bus Data Owner' role assigned.

::alert{type="warning"}
To ensure that Mass Transit has sufficient permissions to perform queue management as well as messaging operations. Your identity & managed identity will need to have the correct role assignments within Azure.
Expand Down
2 changes: 1 addition & 1 deletion docs/usage/transports/azure-sb.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ The following example shows how to configure Azure Service Bus using an Azure Ma

<<< @/docs/code/transports/ServiceBusManagedIdentityConsoleListener.cs

During local development, in the case of Visual Studio, you can configure the account to use under Options -> Azure Service Authentication. Note that your Azure Active Directory user needs explicit access to the resource and have the 'Azure Service Bus Data Owner' role assigned.
During local development, in the case of Visual Studio, you can configure the account to use under Options -> Azure Service Authentication. Note that your Microsot Entra Idtive Directory user needs explicit access to the resource and have the 'Azure Service Bus Data Owner' role assigned.

::: warning WARNING
To ensure that Mass Transit has sufficient permissions to perform queue management as well as messaging operations. Your identity & managed identity will need to have the correct role assignments within Azure.
Expand Down