@@ -671,6 +671,14 @@ items:
671
671
href : /azure/developer/java/sdk/identity-service-principal-auth?toc=/azure/storage/blobs/toc.json&bc=/azure/storage/blobs/breadcrumb/toc.json
672
672
- name : Auth in Azure hosted applications
673
673
href : /azure/developer/java/sdk/identity-azure-hosted-auth?toc=/azure/storage/blobs/toc.json&bc=/azure/storage/blobs/breadcrumb/toc.json
674
+ - name : Shared access signature (SAS)
675
+ items :
676
+ - name : Authorize using a user delegation SAS
677
+ href : storage-blob-user-delegation-sas-create-java.md
678
+ - name : Authorize using a service SAS
679
+ href : sas-service-create-java.md
680
+ - name : Authorize using an account SAS
681
+ href : ../common/storage-account-sas-create-java.md?toc=/azure/storage/blobs/toc.json&bc=/azure/storage/blobs/breadcrumb/toc.json
674
682
- name : Container actions
675
683
items :
676
684
- name : Create a container
@@ -683,14 +691,6 @@ items:
683
691
href : storage-blob-container-lease-java.md
684
692
- name : Manage properties and metadata
685
693
href : storage-blob-container-properties-metadata-java.md
686
- - name : Generate a shared access signature (SAS)
687
- items :
688
- - name : Create a user delegation SAS for a container
689
- href : storage-blob-container-user-delegation-sas-create-java.md
690
- - name : Create a service SAS for a container
691
- href : sas-service-create-java-container.md
692
- - name : Create an account SAS
693
- href : ../common/storage-account-sas-create-java.md?toc=/azure/storage/blobs/toc.json&bc=/azure/storage/blobs/breadcrumb/toc.json
694
694
- name : Blob actions
695
695
items :
696
696
- name : Upload blobs
@@ -717,14 +717,6 @@ items:
717
717
href : storage-blob-properties-metadata-java.md
718
718
- name : Set or change a blob's access tier
719
719
href : storage-blob-use-access-tier-java.md
720
- - name : Generate a shared access signature (SAS)
721
- items :
722
- - name : Create a user delegation SAS for a blob
723
- href : storage-blob-user-delegation-sas-create-java.md
724
- - name : Create a service SAS for a blob
725
- href : sas-service-create-java.md
726
- - name : Create an account SAS
727
- href : ../common/storage-account-sas-create-java.md?toc=/azure/storage/blobs/toc.json&bc=/azure/storage/blobs/breadcrumb/toc.json
728
720
- name : Client library configuration options
729
721
items :
730
722
- name : Performance tuning for uploads and downloads
0 commit comments