You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -111,10 +111,8 @@ To learn more about generating and managing SAS tokens, see the following articl
111
111
112
112
-[Grant limited access to Azure Storage resources using shared access signatures (SAS)](../common/storage-sas-overview.md?toc=/azure/storage/blobs/toc.json)
113
113
-[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)
118
116
119
117
> [!NOTE]
120
118
> 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
164
162
|[Configure a retry policy](storage-retry-policy.md)| Implement retry policies for client operations. |
165
163
|[Copy blobs](storage-blob-copy.md)| Copy a blob from one location to another. |
166
164
|[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. |
169
166
|[Create and manage blob leases](storage-blob-lease.md)| Establish and manage a lock on a blob. |
170
167
|[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. |
172
169
|[Delete and restore containers](storage-blob-container-delete.md)| Delete containers, and if soft-delete is enabled, restore deleted containers. |
173
170
|[Download blobs](storage-blob-download.md)| Download blobs by using strings, streams, and file paths. |
174
171
|[Find blobs using tags](storage-blob-tags.md)| Set and retrieve tags, and use tags to find blobs. |
@@ -155,10 +155,8 @@ To learn more about generating and managing SAS tokens, see the following articl
155
155
156
156
-[Grant limited access to Azure Storage resources using shared access signatures (SAS)](../common/storage-sas-overview.md?toc=/azure/storage/blobs/toc.json)
157
157
-[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)
162
160
163
161
> [!NOTE]
164
162
> 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
191
189
|[Configure a retry policy](storage-retry-policy-java.md)| Implement retry policies for client operations. |
192
190
|[Copy blobs](storage-blob-copy-java.md)| Copy a blob from one location to another. |
193
191
|[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. |
196
193
|[Create and manage blob leases](storage-blob-lease-java.md)| Establish and manage a lock on a blob. |
197
194
|[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. |
199
196
|[Delete and restore containers](storage-blob-container-delete-java.md)| Delete containers, and if soft-delete is enabled, restore deleted containers. |
200
197
|[Download blobs](storage-blob-download-java.md)| Download blobs by using strings, streams, and file paths. |
201
198
|[Find blobs using tags](storage-blob-tags-java.md)| Set and retrieve tags as well as use tags to find blobs. |
Copy file name to clipboardExpand all lines: articles/storage/blobs/storage-blob-python-get-started.md
+5-8Lines changed: 5 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ author: pauljewellmsft
7
7
ms.author: pauljewell
8
8
ms.service: azure-blob-storage
9
9
ms.topic: how-to
10
-
ms.date: 08/05/2024
10
+
ms.date: 10/02/2024
11
11
ms.custom: devx-track-python, devguide-python
12
12
ai-usage: ai-assisted
13
13
---
@@ -146,10 +146,8 @@ To learn more about generating and managing SAS tokens, see the following articl
146
146
147
147
-[Grant limited access to Azure Storage resources using shared access signatures (SAS)](../common/storage-sas-overview.md?toc=/azure/storage/blobs/toc.json)
148
148
-[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)
153
151
154
152
> [!NOTE]
155
153
> 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
194
192
|[Configure a retry policy](storage-retry-policy-python.md)| Implement retry policies for client operations. |
195
193
|[Copy blobs](storage-blob-copy-python.md)| Copy a blob from one location to another. |
196
194
|[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. |
199
196
|[Create and manage blob leases](storage-blob-lease-python.md)| Establish and manage a lock on a blob. |
200
197
|[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. |
202
199
|[Delete and restore containers](storage-blob-container-delete-python.md)| Delete containers and restore soft-deleted containers. |
203
200
|[Download blobs](storage-blob-download-python.md)| Download blobs by using strings, streams, and file paths. |
204
201
|[Find blobs using tags](storage-blob-tags-python.md)| Set and retrieve tags, and use tags to find blobs. |
0 commit comments