Skip to content

Commit 6b0dc2d

Browse files
committed
Acrolinx feedback
1 parent fb42226 commit 6b0dc2d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/storage/common/multiple-identity-scenarios.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ You can also enable access to Azure resources for local development by assigning
102102
dotnet add package Azure.Storage.Blobs
103103
```
104104
105-
1. Instantiate service clients for the Azure services to which your app will connect. The following code sample interacts with Blob Storage and Service Bus using the corresponding service clients.
105+
1. Instantiate service clients for the Azure services to which your app must connect. The following code sample interacts with Blob Storage and Service Bus using the corresponding service clients.
106106
107107
```csharp
108108
using Azure.Identity;
@@ -153,7 +153,7 @@ You can also enable access to Azure resources for local development by assigning
153153
</dependencies>
154154
```
155155
156-
1. Instantiate service clients for the Azure services to which your app will connect. The following code sample interacts with Blob Storage and Service Bus using the corresponding service clients.
156+
1. Instantiate service clients for the Azure services to which your app must connect. The following code sample interacts with Blob Storage and Service Bus using the corresponding service clients.
157157
158158
```java
159159
class Demo {
@@ -205,7 +205,7 @@ You can also enable access to Azure resources for local development by assigning
205205
</dependencies>
206206
```
207207
208-
1. Create instances of the service clients for the services your app will connect to. The following examples connect to Blob Storage and Service Bus using the corresponding service clients.
208+
1. Instantiate service clients for the Azure services to which your app must connect. The following examples connect to Blob Storage and Service Bus using the corresponding service clients.
209209
210210
```yaml
211211
spring:
@@ -239,7 +239,7 @@ You can also enable access to Azure resources for local development by assigning
239239
npm install --save @azure/identity @azure/storage-blob @azure/service-bus
240240
```
241241
242-
1. Instantiate service clients for the Azure services to which your app will connect. The following code sample interacts with Blob Storage and Service Bus using the corresponding service clients.
242+
1. Instantiate service clients for the Azure services to which your app must connect. The following code sample interacts with Blob Storage and Service Bus using the corresponding service clients.
243243
244244
```javascript
245245
import { DefaultAzureCredential } from "@azure/identity";
@@ -275,7 +275,7 @@ You can also enable access to Azure resources for local development by assigning
275275
pip install azure-identity azure-servicebus azure-storage-blob
276276
```
277277
278-
1. Instantiate service clients for the Azure services to which your app will connect. The following code sample interacts with Blob Storage and Service Bus using the corresponding service clients.
278+
1. Instantiate service clients for the Azure services to which your app must connect. The following code sample interacts with Blob Storage and Service Bus using the corresponding service clients.
279279
280280
```python
281281
from azure.identity import DefaultAzureCredential

0 commit comments

Comments
 (0)