Skip to content

Commit b5c2213

Browse files
vmageloscottaddie
andauthored
Update articles/service-bus-messaging/service-bus-python-how-to-use-topics-subscriptions.md
Co-authored-by: Scott Addie <[email protected]>
1 parent 62a1e56 commit b5c2213

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/service-bus-messaging/service-bus-python-how-to-use-topics-subscriptions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ Open your favorite editor, such as [Visual Studio Code](https://code.visualstudi
133133
> - Replace `FULLY_QUALIFIED_NAMESPACE` with the fully qualified namespace for your Service Bus namespace.
134134
> - Replace `TOPIC_NAME` with the name of the topic.
135135

136-
In the preceding code, you used the Azure Identity client library's `DefaultAzureCredential` class. When the app runs locally during development, `DefaultAzureCredential` will automatically discover and authenticate to Azure using the account you logged into the Azure CLI with. When the app is deployed to Azure, DefaultAzureCredential can authenticate your app to Azure Active Directory via a managed identity without any code changes.
136+
In the preceding code, you used the Azure Identity client library's `DefaultAzureCredential` class. When the app runs locally during development, `DefaultAzureCredential` will automatically discover and authenticate to Azure using the account you logged into the Azure CLI with. When the app is deployed to Azure, `DefaultAzureCredential` can authenticate your app to Azure AD via a managed identity without any code changes.
137137
138138
3. Add a method to send a single message.
139139

0 commit comments

Comments
 (0)