Skip to content

Commit f96bb8b

Browse files
authored
Update storage-use-sas-in-connection-string-include.md
1 parent ce31a3a commit f96bb8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

includes/storage-use-sas-in-connection-string-include.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
author: tamram
33
ms.service: storage
44
ms.topic: include
5-
ms.date: 10/26/2018
5+
ms.date: 10/26/2022
66
ms.author: tamram
77
---
88
If you possess a shared access signature (SAS) URL that grants you access to resources in a storage account, you can use the SAS in a connection string. Because the SAS contains the information required to authenticate the request, a connection string with a SAS provides the protocol, the service endpoint, and the necessary credentials to access the resource.
@@ -34,7 +34,7 @@ BlobEndpoint=https://storagesample.blob.core.windows.net;
3434
SharedAccessSignature=sv=2015-04-05&sr=b&si=tutorial-policy-635959936145100803&sig=9aCzs76n0E7y5BpEi2GvsSv433BZa22leDOZXX%2BXXIU%3D
3535
```
3636

37-
And here's an example of the same connection string with encoding of special characters:
37+
And here's an example of the same connection string with URL encoding:
3838

3939
```
4040
BlobEndpoint=https://storagesample.blob.core.windows.net;

0 commit comments

Comments
 (0)