Skip to content

Commit efeab31

Browse files
Prep for publish plus TOC changes
1 parent 84fffa8 commit efeab31

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

articles/storage/blobs/TOC.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -985,6 +985,14 @@ items:
985985
href: storage-blob-upload-go.md
986986
- name: Download blobs
987987
href: storage-blob-download-go.md
988+
- name: Copy blobs
989+
items:
990+
- name: Overview of copy operations
991+
href: storage-blob-copy-go.md
992+
- name: Copy from a source object URL
993+
href: storage-blob-copy-url-go.md
994+
- name: Copy with asynchronous scheduling
995+
href: storage-blob-copy-async-go.md
988996
- name: List blobs
989997
href: storage-blobs-list-go.md
990998
- name: Delete and restore blobs

articles/storage/blobs/storage-blob-copy-async-go.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn how to copy a blob with asynchronous scheduling in Azure Stor
55
author: pauljewellmsft
66

77
ms.author: pauljewell
8-
ms.date: 07/18/2024
8+
ms.date: 07/25/2024
99
ms.service: azure-blob-storage
1010
ms.topic: how-to
1111
ms.devlang: golang

articles/storage/blobs/storage-blob-copy-go.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services: storage
66
author: pauljewellmsft
77

88
ms.author: pauljewell
9-
ms.date: 07/18/2024
9+
ms.date: 07/25/2024
1010
ms.service: azure-blob-storage
1111
ms.topic: how-to
1212
ms.devlang: golang

articles/storage/blobs/storage-blob-copy-url-go.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn how to copy a blob from a source object URL in Azure Storage
55
author: pauljewellmsft
66

77
ms.author: pauljewell
8-
ms.date: 07/18/2024
8+
ms.date: 07/25/2024
99
ms.service: azure-blob-storage
1010
ms.topic: how-to
1111
ms.devlang: golang

0 commit comments

Comments
 (0)