Skip to content

Commit 6880f41

Browse files
Add links
1 parent 4d7de06 commit 6880f41

6 files changed

+28
-8
lines changed

articles/storage/blobs/concurrency-manage.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,3 +68,7 @@ Leases on containers enable the same synchronization strategies that are support
6868
- [Specifying conditional headers for Blob service operations](/rest/api/storageservices/specifying-conditional-headers-for-blob-service-operations)
6969
- [Lease Container](/rest/api/storageservices/lease-container)
7070
- [Lease Blob](/rest/api/storageservices/lease-blob)
71+
72+
## Resources
73+
74+
For related code samples using .NET version 11.x SDKs, see [Code samples using .NET version 11.x](blob-v11-samples-dotnet.md#optimistic-concurrency-for-blobs).

articles/storage/blobs/sas-service-create-dotnet.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,3 +88,7 @@ The following example shows how to create a service SAS for a directory:
8888

8989
- [Grant limited access to Azure Storage resources using shared access signatures (SAS)](../common/storage-sas-overview.md)
9090
- [Create a service SAS](/rest/api/storageservices/create-service-sas)
91+
92+
## Resources
93+
94+
For related code samples using .NET version 11.x SDKs, see [Code samples using .NET version 11.x](blob-v11-samples-dotnet.md#create-a-service-sas-for-a-blob-container).

articles/storage/blobs/snapshots-manage-dotnet.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,3 +94,7 @@ await blobClient.DeleteIfExistsAsync(DeleteSnapshotsOption.IncludeSnapshots, nul
9494
- [Blob snapshots](snapshots-overview.md)
9595
- [Blob versions](versioning-overview.md)
9696
- [Soft delete for blobs](./soft-delete-blob-overview.md)
97+
98+
## Resources
99+
100+
For related code samples using .NET version 11.x SDKs, see [Code samples using .NET version 11.x](blob-v11-samples-dotnet.md#create-a-snapshot).

articles/storage/blobs/storage-create-geo-redundant-storage.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -193,14 +193,6 @@ We're currently working to create code snippets reflecting version 12.x of the A
193193

194194
---
195195

196-
## Resources
197-
198-
For related code samples using deprecated SDKs, see the following resources:
199-
200-
- [.NET version 11.x](blob-v11-samples-dotnet.md#build-a-highly-available-app-with-blob-storage)
201-
- [JavaScript version 11.x](blob-v11-samples-javascript.md#build-a-highly-available-app-with-blob-storage)
202-
- [Python version 2.1](blob-v2-samples-python.md#build-a-highly-available-app-with-blob-storage)
203-
204196
## Next steps
205197

206198
In part one of the series, you learned about making an application highly available with RA-GZRS storage accounts.
@@ -209,3 +201,11 @@ Advance to part two of the series to learn how to simulate a failure and force y
209201

210202
> [!div class="nextstepaction"]
211203
> [Simulate a failure in reading from the primary region](simulate-primary-region-failure.md)
204+
205+
## Resources
206+
207+
For related code samples using deprecated SDKs, see the following resources:
208+
209+
- [.NET version 11.x](blob-v11-samples-dotnet.md#build-a-highly-available-app-with-blob-storage)
210+
- [JavaScript version 11.x](blob-v11-samples-javascript.md#build-a-highly-available-app-with-blob-storage)
211+
- [Python version 2.1](blob-v2-samples-python.md#build-a-highly-available-app-with-blob-storage)

articles/storage/common/storage-account-sas-create-dotnet.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,7 @@ To use the account SAS to access service-level APIs for the Blob service, constr
3737

3838
- [Grant limited access to Azure Storage resources using shared access signatures (SAS)](storage-sas-overview.md)
3939
- [Create an account SAS](/rest/api/storageservices/create-account-sas)
40+
41+
## Resources
42+
43+
For related code samples using .NET version 11.x SDKs, see [Code samples using .NET version 11.x](../blobs/blob-v11-samples-dotnet.md#create-an-account-sas).

articles/storage/common/storage-stored-access-policy-define-dotnet.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,3 +93,7 @@ async static Task CreateStoredAccessPolicyAsync(string containerName)
9393
- [Grant limited access to Azure Storage resources using shared access signatures (SAS)](storage-sas-overview.md)
9494
- [Create a stored access policy](/rest/api/storageservices/define-stored-access-policy)
9595
- [Configure Azure Storage connection strings](storage-configure-connection-string.md)
96+
97+
## Resources
98+
99+
For related code samples using .NET version 11.x SDKs, see [Code samples using .NET version 11.x](../blobs/blob-v11-samples-dotnet.md#create-a-stored-access-policy).

0 commit comments

Comments
 (0)