Skip to content

Commit 129acf3

Browse files
Minor edits
1 parent 7c2f5e5 commit 129acf3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/storage/blobs/storage-blob-copy-async-dotnet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ var sourceBlobSASURI = new Uri(
8282
$"https://{srcAccountName}.blob.core.windows.net/{srcContainerName}/{srcBlobName}?{sasToken}");
8383
```
8484

85-
You can also [create a user delegation SAS token with .NET](storage-blob-user-delegation-sas-create-dotnet.md). User delegation SAS tokens offer a more secure option, as they are signed with Azure AD credentials instead of an account key.
85+
You can also [create a user delegation SAS token with .NET](storage-blob-user-delegation-sas-create-dotnet.md). User delegation SAS tokens offer greater security, as they are signed with Azure AD credentials instead of an account key.
8686

8787
## Copy a blob from a source outside of Azure
8888

articles/storage/blobs/storage-blob-copy-url-dotnet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ var sourceBlobSASURI = new Uri(
8585
$"https://{srcAccountName}.blob.core.windows.net/{srcContainerName}/{srcBlobName}?{sasToken}");
8686
```
8787

88-
You can also [create a user delegation SAS token with .NET](storage-blob-user-delegation-sas-create-dotnet.md). User delegation SAS tokens offer a more secure option, as they are signed with Azure AD credentials instead of an account key.
88+
You can also [create a user delegation SAS token with .NET](storage-blob-user-delegation-sas-create-dotnet.md). User delegation SAS tokens offer greater security, as they are signed with Azure AD credentials instead of an account key.
8989

9090
## Copy a blob from a source outside of Azure
9191

0 commit comments

Comments
 (0)