Skip to content

Commit ebcaa58

Browse files
Merge pull request #242725 from pauljewellmsft/patch-3
Update sas-service-create-python.md
2 parents 793fe2a + 40000ed commit ebcaa58

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/storage/blobs/sas-service-create-python.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ You can create a service SAS to delegate limited access to a blob resource using
3434

3535
The storage account access key used to sign the SAS is passed to the method as the `account_key` argument. Allowed permissions are passed to the method as the `permission` argument, and are defined in the [BlobSasPermissions](/python/api/azure-storage-blob/azure.storage.blob.blobsaspermissions) class.
3636

37-
The following code example shows how to create service SAS for a blob resource with read permissions:
37+
The following code example shows how to create a service SAS with read permissions for a blob resource:
3838

3939
:::code language="python" source="~/azure-storage-snippets/blobs/howto/python/blob-devguide-py/blob-devguide-create-sas.py" id="Snippet_create_service_sas_blob":::
4040

@@ -46,7 +46,7 @@ The following code example shows how to use the service SAS created in the earli
4646

4747
## Resources
4848

49-
To learn more about creating a service SAS using the Azure Blob Storage client library for Python, see the following resources.
49+
To learn more about using the Azure Blob Storage client library for Python, see the following resources.
5050

5151
### Code samples
5252

@@ -57,4 +57,4 @@ To learn more about creating a service SAS using the Azure Blob Storage client l
5757
### See also
5858

5959
- [Grant limited access to Azure Storage resources using shared access signatures (SAS)](../common/storage-sas-overview.md)
60-
- [Create a service SAS](/rest/api/storageservices/create-service-sas)
60+
- [Create a service SAS](/rest/api/storageservices/create-service-sas)

0 commit comments

Comments
 (0)