Skip to content

Commit 779369c

Browse files
committed
fix tab
1 parent 4b27459 commit 779369c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ You can also enable access to Azure resources for local development by assigning
8686
8787
### Implement the application code
8888

89-
#### [C#](#tab/C#)
89+
#### [C#](#tab/csharp)
9090

9191
Inside of your project, add a reference to the `Azure.Identity` NuGet package. This library contains all of the necessary entities to implement `DefaultAzureCredential`. You can also add any other Azure libraries that are relevant to your app. For this example, the `Azure.Storage.Blobs` and `Azure.KeyVault.Keys` packages are added in order to connect to Blob Storage and Key Vault.
9292

@@ -245,7 +245,7 @@ To configure this setup in your code, make sure your application registers separ
245245
* Two connections to separate storage accounts using a shared user-assigned managed identity
246246
* A connection to Azure Cosmos DB and Azure SQL services using a second shared user-assigned managed identity
247247

248-
### [C#](#tab/C#)
248+
### [C#](#tab/csharp)
249249

250250
```csharp
251251
// Get the first user-assigned managed identity ID to connect to shared storage

0 commit comments

Comments
 (0)