Skip to content

Commit 60ab6ce

Browse files
Merge pull request #287744 from pauljewellmsft/dev-guide-updates
Update dev guide content list
2 parents 06666ad + 45d8272 commit 60ab6ce

File tree

3 files changed

+15
-24
lines changed

3 files changed

+15
-24
lines changed

articles/storage/blobs/storage-blob-dotnet-get-started.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ author: pauljewellmsft
88
ms.author: pauljewell
99
ms.service: azure-blob-storage
1010
ms.topic: how-to
11-
ms.date: 08/22/2024
11+
ms.date: 10/02/2024
1212
ms.devlang: csharp
1313
ms.custom: template-how-to, devguide-csharp, devx-track-dotnet
1414
---
@@ -111,10 +111,8 @@ To learn more about generating and managing SAS tokens, see the following articl
111111

112112
- [Grant limited access to Azure Storage resources using shared access signatures (SAS)](../common/storage-sas-overview.md?toc=/azure/storage/blobs/toc.json)
113113
- [Create an account SAS with .NET](../common/storage-account-sas-create-dotnet.md)
114-
- [Create a service SAS for a container with .NET](sas-service-create-dotnet-container.md)
115-
- [Create a service SAS for a blob with .NET](sas-service-create-dotnet.md)
116-
- [Create a user delegation SAS for a container with .NET](storage-blob-container-user-delegation-sas-create-dotnet.md)
117-
- [Create a user delegation SAS for a blob with .NET](storage-blob-user-delegation-sas-create-dotnet.md)
114+
- [Create a service SAS with .NET](sas-service-create-dotnet.md)
115+
- [Create a user delegation SAS with .NET](storage-blob-user-delegation-sas-create-dotnet.md)
118116

119117
> [!NOTE]
120118
> For scenarios where shared access signatures (SAS) are used, Microsoft recommends using a user delegation SAS. A user delegation SAS is secured with Microsoft Entra credentials instead of the account key.
@@ -164,11 +162,10 @@ The following guides show you how to access data and perform specific actions us
164162
| [Configure a retry policy](storage-retry-policy.md) | Implement retry policies for client operations. |
165163
| [Copy blobs](storage-blob-copy.md) | Copy a blob from one location to another. |
166164
| [Create a container](storage-blob-container-create.md) | Create containers. |
167-
| [Create a user delegation SAS (blobs)](storage-blob-user-delegation-sas-create-dotnet.md) | Create a user delegation SAS for a blob. |
168-
| [Create a user delegation SAS (containers))](storage-blob-container-user-delegation-sas-create-dotnet.md) | Create a user delegation SAS for a container. |
165+
| [Create a user delegation SAS](storage-blob-user-delegation-sas-create-dotnet.md) | Create a user delegation SAS for a container or blob. |
169166
| [Create and manage blob leases](storage-blob-lease.md) | Establish and manage a lock on a blob. |
170167
| [Create and manage container leases](storage-blob-container-lease.md) | Establish and manage a lock on a container. |
171-
| [Delete and restore](storage-blob-delete.md) | Delete blobs, and if soft-delete is enabled, restore deleted blobs. |
168+
| [Delete and restore blobs](storage-blob-delete.md) | Delete blobs, and if soft-delete is enabled, restore deleted blobs. |
172169
| [Delete and restore containers](storage-blob-container-delete.md) | Delete containers, and if soft-delete is enabled, restore deleted containers. |
173170
| [Download blobs](storage-blob-download.md) | Download blobs by using strings, streams, and file paths. |
174171
| [Find blobs using tags](storage-blob-tags.md) | Set and retrieve tags, and use tags to find blobs. |

articles/storage/blobs/storage-blob-java-get-started.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ author: pauljewellmsft
88
ms.author: pauljewell
99
ms.service: azure-blob-storage
1010
ms.topic: how-to
11-
ms.date: 08/22/2024
11+
ms.date: 10/02/2024
1212
ms.custom: devx-track-java, devguide-java, devx-track-extended-java
1313
---
1414

@@ -155,10 +155,8 @@ To learn more about generating and managing SAS tokens, see the following articl
155155

156156
- [Grant limited access to Azure Storage resources using shared access signatures (SAS)](../common/storage-sas-overview.md?toc=/azure/storage/blobs/toc.json)
157157
- [Create an account SAS with Java](../common/storage-account-sas-create-java.md)
158-
- [Create a service SAS for a container with Java](sas-service-create-java-container.md)
159-
- [Create a service SAS for a blob with Java](sas-service-create-java.md)
160-
- [Create a user delegation SAS for a container with Java](storage-blob-container-user-delegation-sas-create-java.md)
161-
- [Create a user delegation SAS for a blob with Java](storage-blob-user-delegation-sas-create-java.md)
158+
- [Create a service SAS with Java](sas-service-create-java.md)
159+
- [Create a user delegation SAS with Java](storage-blob-user-delegation-sas-create-java.md)
162160

163161
> [!NOTE]
164162
> For scenarios where shared access signatures (SAS) are used, Microsoft recommends using a user delegation SAS. A user delegation SAS is secured with Microsoft Entra credentials instead of the account key.
@@ -191,11 +189,10 @@ The following guides show you how to access data and perform specific actions us
191189
| [Configure a retry policy](storage-retry-policy-java.md) | Implement retry policies for client operations. |
192190
| [Copy blobs](storage-blob-copy-java.md) | Copy a blob from one location to another. |
193191
| [Create a container](storage-blob-container-create-java.md) | Create blob containers. |
194-
| [Create a user delegation SAS (blobs)](storage-blob-user-delegation-sas-create-java.md) | Create a user delegation SAS for a blob. |
195-
| [Create a user delegation SAS (containers)](storage-blob-container-user-delegation-sas-create-java.md) | Create a user delegation SAS for a container. |
192+
| [Create a user delegation SAS](storage-blob-user-delegation-sas-create-java.md) | Create a user delegation SAS for a container or blob. |
196193
| [Create and manage blob leases](storage-blob-lease-java.md) | Establish and manage a lock on a blob. |
197194
| [Create and manage container leases](storage-blob-container-lease-java.md) | Establish and manage a lock on a container. |
198-
| [Delete and restore](storage-blob-delete-java.md) | Delete blobs, and if soft-delete is enabled, restore deleted blobs. |
195+
| [Delete and restore blobs](storage-blob-delete-java.md) | Delete blobs, and if soft-delete is enabled, restore deleted blobs. |
199196
| [Delete and restore containers](storage-blob-container-delete-java.md) | Delete containers, and if soft-delete is enabled, restore deleted containers. |
200197
| [Download blobs](storage-blob-download-java.md) | Download blobs by using strings, streams, and file paths. |
201198
| [Find blobs using tags](storage-blob-tags-java.md) | Set and retrieve tags as well as use tags to find blobs. |

articles/storage/blobs/storage-blob-python-get-started.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: pauljewellmsft
77
ms.author: pauljewell
88
ms.service: azure-blob-storage
99
ms.topic: how-to
10-
ms.date: 08/05/2024
10+
ms.date: 10/02/2024
1111
ms.custom: devx-track-python, devguide-python
1212
ai-usage: ai-assisted
1313
---
@@ -146,10 +146,8 @@ To learn more about generating and managing SAS tokens, see the following articl
146146

147147
- [Grant limited access to Azure Storage resources using shared access signatures (SAS)](../common/storage-sas-overview.md?toc=/azure/storage/blobs/toc.json)
148148
- [Create an account SAS with Python](../common/storage-account-sas-create-python.md)
149-
- [Create a service SAS for a container with Python](sas-service-create-python-container.md)
150-
- [Create a service SAS for a blob with Python](sas-service-create-python.md)
151-
- [Create a user delegation SAS for a container with Python](storage-blob-container-user-delegation-sas-create-python.md)
152-
- [Create a user delegation SAS for a blob with Python](storage-blob-user-delegation-sas-create-python.md)
149+
- [Create a service SAS with Python](sas-service-create-python.md)
150+
- [Create a user delegation SAS with Python](storage-blob-user-delegation-sas-create-python.md)
153151

154152
> [!NOTE]
155153
> For scenarios where shared access signatures (SAS) are used, Microsoft recommends using a user delegation SAS. A user delegation SAS is secured with Microsoft Entra credentials instead of the account key.
@@ -194,11 +192,10 @@ The following guides show you how to access data and perform specific actions us
194192
| [Configure a retry policy](storage-retry-policy-python.md) | Implement retry policies for client operations. |
195193
| [Copy blobs](storage-blob-copy-python.md) | Copy a blob from one location to another. |
196194
| [Create a container](storage-blob-container-create-python.md) | Create blob containers. |
197-
| [Create a user delegation SAS (blobs)](storage-blob-user-delegation-sas-create-python.md) | Create a user delegation SAS for a blob. |
198-
| [Create a user delegation SAS (containers))](storage-blob-container-user-delegation-sas-create-python.md) | Create a user delegation SAS for a container. |
195+
| [Create a user delegation SAS](storage-blob-user-delegation-sas-create-python.md) | Create a user delegation SAS for a container or blob. |
199196
| [Create and manage blob leases](storage-blob-lease-python.md) | Establish and manage a lock on a blob. |
200197
| [Create and manage container leases](storage-blob-container-lease-python.md) | Establish and manage a lock on a container. |
201-
| [Delete and restore](storage-blob-delete-python.md) | Delete blobs and restore soft-deleted blobs. |
198+
| [Delete and restore blobs](storage-blob-delete-python.md) | Delete blobs and restore soft-deleted blobs. |
202199
| [Delete and restore containers](storage-blob-container-delete-python.md) | Delete containers and restore soft-deleted containers. |
203200
| [Download blobs](storage-blob-download-python.md) | Download blobs by using strings, streams, and file paths. |
204201
| [Find blobs using tags](storage-blob-tags-python.md) | Set and retrieve tags, and use tags to find blobs. |

0 commit comments

Comments
 (0)