Skip to content

Commit bd0499d

Browse files
committed
Simplify
1 parent 6e091b0 commit bd0499d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/storage/common/migrate-azure-credentials.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Next, update your code to use passwordless connections.
4444
using Azure.Identity;
4545
```
4646

47-
1. Identify the locations in your code that create a `BlobServiceClient` to connect to Azure Storage. This task is often handled in `Program.cs`, potentially as part of your service registration with the .NET dependency injection container. Update your code to match the following example:
47+
1. Identify the locations in your code that create a `BlobServiceClient` to connect to Azure Storage. Update your code to match the following example:
4848

4949
```csharp
5050
var credential = new DefaultAzureCredential();

0 commit comments

Comments
 (0)