@@ -891,6 +891,14 @@ items:
891
891
href : /azure/developer/python/sdk/authentication-azure-hosted-apps?toc=/azure/storage/blobs/toc.json&bc=/azure/storage/blobs/breadcrumb/toc.json
892
892
- name : Auth from on-premises apps
893
893
href : /azure/developer/python/sdk/authentication-on-premises-apps?toc=/azure/storage/blobs/toc.json&bc=/azure/storage/blobs/breadcrumb/toc.json
894
+ - name : Shared access signature (SAS)
895
+ items :
896
+ - name : Authorize using a user delegation SAS
897
+ href : storage-blob-user-delegation-sas-create-python.md
898
+ - name : Authorize using a service SAS
899
+ href : sas-service-create-python.md
900
+ - name : Authorize using an account SAS
901
+ href : ../common/storage-account-sas-create-python.md?toc=/azure/storage/blobs/toc.json&bc=/azure/storage/blobs/breadcrumb/toc.json
894
902
- name : Container actions
895
903
items :
896
904
- name : Create a container
@@ -903,14 +911,6 @@ items:
903
911
href : storage-blob-container-lease-python.md
904
912
- name : Manage properties and metadata
905
913
href : storage-blob-container-properties-metadata-python.md
906
- - name : Generate a shared access signature (SAS)
907
- items :
908
- - name : Create a user delegation SAS for a container
909
- href : storage-blob-container-user-delegation-sas-create-python.md
910
- - name : Create a service SAS for a container
911
- href : sas-service-create-python-container.md
912
- - name : Create an account SAS
913
- href : ../common/storage-account-sas-create-python.md?toc=/azure/storage/blobs/toc.json&bc=/azure/storage/blobs/breadcrumb/toc.json
914
914
- name : Blob actions
915
915
items :
916
916
- name : Upload blobs
@@ -937,14 +937,6 @@ items:
937
937
href : storage-blob-properties-metadata-python.md
938
938
- name : Set or change a blob's access tier
939
939
href : storage-blob-use-access-tier-python.md
940
- - name : Generate a shared access signature (SAS)
941
- items :
942
- - name : Create a user delegation SAS for a blob
943
- href : storage-blob-user-delegation-sas-create-python.md
944
- - name : Create a service SAS for a blob
945
- href : sas-service-create-python.md
946
- - name : Create an account SAS
947
- href : ../common/storage-account-sas-create-python.md?toc=/azure/storage/blobs/toc.json&bc=/azure/storage/blobs/breadcrumb/toc.json
948
940
- name : Client library configuration options
949
941
items :
950
942
- name : Performance tuning for uploads and downloads
0 commit comments