We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09688a3 commit 7b51c42Copy full SHA for 7b51c42
articles/storage/blobs/TOC.yml
@@ -991,6 +991,10 @@ items:
991
href: storage-blob-delete-go.md
992
- name: Manage blob properties and metadata
993
href: storage-blob-properties-metadata-go.md
994
+ - name: Client library configuration options
995
+ items:
996
+ - name: Implement a retry policy
997
+ href: storage-retry-policy-go.md
998
- name: Test with a storage emulator
999
items:
1000
- name: Use the Azurite open-source emulator
articles/storage/blobs/storage-retry-policy-go.md
@@ -6,7 +6,7 @@ author: pauljewellmsft
6
ms.author: pauljewell
7
ms.service: azure-blob-storage
8
ms.topic: how-to
9
-ms.date: 06/10/2024
+ms.date: 06/26/2024
10
ms.custom: devx-track-go, devguide-go
11
---
12
0 commit comments