Skip to content

Commit 3a58497

Browse files
Update TOC
1 parent c75acba commit 3a58497

File tree

2 files changed

+39
-0
lines changed

2 files changed

+39
-0
lines changed

articles/storage/blobs/TOC.yml

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -945,6 +945,42 @@ items:
945945
href: storage-retry-policy-python.md
946946
- name: Configure logging
947947
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
948984
- name: Test with a storage emulator
949985
items:
950986
- name: Use the Azurite open-source emulator

articles/storage/blobs/breadcrumb/toc.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,7 @@
2323
topicHref: /azure/storage/blobs/storage-blobs-introduction
2424
- name: Blobs
2525
tocHref: /azure/developer/java/sdk/
26+
topicHref: /azure/storage/blobs/storage-blobs-introduction
27+
- name: Blobs
28+
tocHref: /azure/developer/go/
2629
topicHref: /azure/storage/blobs/storage-blobs-introduction

0 commit comments

Comments
 (0)