Skip to content

Commit c1eb305

Browse files
committed
fix bug
1 parent 121ce26 commit c1eb305

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/service-connector/how-to-integrate-storage-blob.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ For default environment variables and sample codes of other authentication type,
5656
#### Sample codes
5757

5858
Follow these steps and sample codes to connect to Azure Blob Storage with system-assigned managed identity.
59-
[!INCLUDE [code sample for blob](./includes/code-blob-aad.md)]
59+
[!INCLUDE [code sample for blob](./includes/code-blob-me-id.md)]
6060

6161
::: zone-end
6262

@@ -74,7 +74,7 @@ For default environment variables and sample codes of other authentication type,
7474
#### Sample codes
7575

7676
Follow these steps and sample codes to connect to Azure Blob Storage with user-assigned managed identity.
77-
[!INCLUDE [code sample for blob](./includes/code-blob-aad.md)]
77+
[!INCLUDE [code sample for blob](./includes/code-blob-me-id.md)]
7878

7979
::: zone-end
8080

@@ -123,7 +123,7 @@ For default environment variables and sample codes of other authentication type,
123123
#### Sample codes
124124

125125
Follow these steps and sample codes to connect to Azure Blob Storage with service principal.
126-
[!INCLUDE [code sample for blob](./includes/code-blob-aad.md)]
126+
[!INCLUDE [code sample for blob](./includes/code-blob-me-id.md)]
127127

128128
::: zone-end
129129

0 commit comments

Comments
 (0)