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
@@ -102,7 +115,7 @@ Next, update your code to use passwordless connections.
102
115
usingAzure.Identity;
103
116
```
104
117
105
-
1. Identify the locations in your code that create a `ServiceBusClient` to connect to Azure Service Bus. Update your code to match the following example:
118
+
1. Identify the locations in your code that create a `ServiceBusClient`object to connect to Azure Service Bus. Update your code to match the following example:
106
119
107
120
```csharp
108
121
//TODO: Replace the <SERVICE-BUS-NAMESPACE-NAME> placeholder.
@@ -123,7 +136,23 @@ Next, update your code to use passwordless connections.
1.Identify the locations in your code that create a `ServiceBusSenderClient` or `ServiceBusSenderAsyncClient` object to connect to AzureServiceBus. Update your code to match the following example:
139
+
1.Identify the locations in your code that create a ServiceBus sender or receiver client object to connect to AzureServiceBus. Update your code to match one of the following examples:
1.Identify the locations in your code that currently create a `ServiceBusJmsConnectionFactory` to connect to AzureServiceBus. Update your code to match the following example:
188
+
1.Identify the locations in your code that currently create a `ServiceBusJmsConnectionFactory` object to connect to AzureServiceBus. Update your code to match the following example:
@@ -209,7 +238,7 @@ Next, update your code to use passwordless connections.
209
238
from azure.identity import DefaultAzureCredential
210
239
```
211
240
212
-
1. Identify the locations in your code that create a `ServiceBusClient` to connect to Azure Service Bus. Update your code to match the following example:
241
+
1. Identify the locations in your code that create a `ServiceBusClient`object to connect to Azure Service Bus. Update your code to match the following example:
0 commit comments