@@ -945,6 +945,42 @@ items:
945
945
href : storage-retry-policy-python.md
946
946
- name : Configure logging
947
947
href : /azure/developer/python/sdk/azure-sdk-logging?toc=/azure/storage/blobs/toc.json&bc=/azure/storage/blobs/breadcrumb/toc.json
948
+ - name : Go
949
+ items :
950
+ - name : Get started
951
+ href : storage-blob-go-get-started.md
952
+ - name : Authorize access from your application
953
+ items :
954
+ - name : Azure Active Directory
955
+ items :
956
+ - name : Authentication in development environments
957
+ href : /azure/developer/go/azure-sdk-authentication?toc=/azure/storage/blobs/toc.json&bc=/azure/storage/blobs/breadcrumb/toc.json
958
+ - name : Authentication in Azure-hosted apps
959
+ href : /azure/developer/go/azure-sdk-authentication-managed-identity?toc=/azure/storage/blobs/toc.json&bc=/azure/storage/blobs/breadcrumb/toc.json
960
+ - name : Authentication with a service principal
961
+ href : /azure/developer/go/azure-sdk-authentication-service-principal?toc=/azure/storage/blobs/toc.json&bc=/azure/storage/blobs/breadcrumb/toc.json
962
+ - name : Container actions
963
+ items :
964
+ - name : Create a container
965
+ href : storage-blob-container-create-go.md
966
+ - name : Delete and restore containers
967
+ href : storage-blob-container-delete-go.md
968
+ - name : List containers
969
+ href : storage-blob-containers-list-go.md
970
+ - name : Manage properties and metadata
971
+ href : storage-blob-container-properties-metadata-go.md
972
+ - name : Blob actions
973
+ items :
974
+ - name : Upload blobs
975
+ href : storage-blob-upload-go.md
976
+ - name : Download blobs
977
+ href : storage-blob-download-go.md
978
+ - name : List blobs
979
+ href : storage-blobs-list-go.md
980
+ - name : Delete and restore blobs
981
+ href : storage-blob-delete-go.md
982
+ - name : Manage blob properties and metadata
983
+ href : storage-blob-properties-metadata-go.md
948
984
- name : Test with a storage emulator
949
985
items :
950
986
- name : Use the Azurite open-source emulator
0 commit comments