Skip to content

Commit 62ae071

Browse files
Fix build warning
1 parent d44918c commit 62ae071

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

articles/storage/blobs/storage-blob-user-delegation-sas-create-dotnet.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ Once you've obtained the user delegation key, you can create a user delegation S
4545

4646
:::code language="csharp" source="~/azure-storage-snippets/blobs/howto/dotnet/BlobDevGuideBlobs/CreateSas.cs" id="Snippet_CreateUserDelegationSASBlob":::
4747

48+
---
49+
4850
## Use a user delegation SAS to authorize a client object
4951

5052
You can use a user delegation SAS to authorize a client object to perform operations on a container or blob based on the permissions granted by the SAS.
@@ -61,6 +63,8 @@ The following code example shows how to use the user delegation SAS to authorize
6163

6264
:::code language="csharp" source="~/azure-storage-snippets/blobs/howto/dotnet/BlobDevGuideBlobs/CreateSas.cs" id="Snippet_UseUserDelegationSASBlob":::
6365

66+
---
67+
6468
## Resources
6569

6670
To learn more about creating a user delegation SAS using the Azure Blob Storage client library for .NET, see the following resources.

0 commit comments

Comments
 (0)