Skip to content

Commit 4a680e9

Browse files
Final review pass
1 parent f452963 commit 4a680e9

8 files changed

+15
-13
lines changed

articles/storage/blobs/TOC.yml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1133,14 +1133,16 @@ items:
11331133
href: https://github.com/Azure/azure-storage-python
11341134
- name: Code samples using deprecated SDKs
11351135
items:
1136-
- name: .NET version 11.x
1137-
href: blob-v11-samples-dotnet.md
1138-
- name: JavaScript version 11.x
1136+
- name: .NET
1137+
items:
1138+
- name: Version 11.x samples
1139+
href: blob-v11-samples-dotnet.md
1140+
- name: Design highly available applications (.NET version 11.x)
1141+
href: ../common/geo-redundant-design-legacy.md?toc=/azure/storage/blobs/toc.json&bc=/azure/storage/blobs/breadcrumb/toc.json
1142+
- name: JavaScript version 11.x samples
11391143
href: blob-v11-samples-javascript.md
1140-
- name: Python version 2.1
1144+
- name: Python version 2.1 samples
11411145
href: blob-v2-samples-python.md
1142-
- name: Design highly available applications (.NET version 11.x)
1143-
href: ../common/geo-redundant-design-legacy.md?toc=/azure/storage/blobs/toc.json&bc=/azure/storage/blobs/breadcrumb/toc.json
11441146
- name: Compliance offerings
11451147
href: ../common/storage-compliance-offerings.md?toc=/azure/storage/blobs/toc.json&bc=/azure/storage/blobs/breadcrumb/toc.json
11461148
- name: Data Lake Storage Gen2

articles/storage/blobs/concurrency-manage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,4 @@ Leases on containers enable the same synchronization strategies that are support
7171

7272
## Resources
7373

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).
74+
For related code samples using deprecated .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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,4 +91,4 @@ The following example shows how to create a service SAS for a directory:
9191

9292
## Resources
9393

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).
94+
For related code samples using deprecated .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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,4 +97,4 @@ await blobClient.DeleteIfExistsAsync(DeleteSnapshotsOption.IncludeSnapshots, nul
9797

9898
## Resources
9999

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).
100+
For related code samples using deprecated .NET version 11.x SDKs, see [Code samples using .NET version 11.x](blob-v11-samples-dotnet.md#create-a-snapshot).

articles/storage/common/geo-redundant-design-legacy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ms.custom: devx-track-csharp
1818
# Use geo-redundancy to design highly available applications (.NET v11 SDK)
1919

2020
> [!NOTE]
21-
> The samples in this article use the legacy Azure Storage .NET v11 library. For the latest v12 code and guidance, see [Use geo-redundancy to design highly available applications](geo-redundant-design.md).
21+
> The samples in this article use the deprecated Azure Storage .NET v11 library. For the latest v12 code and guidance, see [Use geo-redundancy to design highly available applications](geo-redundant-design.md).
2222
2323
A common feature of cloud-based infrastructures like Azure Storage is that they provide a highly available and durable platform for hosting data and applications. Developers of cloud-based applications must consider carefully how to leverage this platform to maximize those advantages for their users. Azure Storage offers geo-redundant storage to ensure high availability even in the event of a regional outage. Storage accounts configured for geo-redundant replication are synchronously replicated in the primary region, and then asynchronously replicated to a secondary region that is hundreds of miles away.
2424

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ To use the account SAS to access service-level APIs for the Blob service, constr
4040

4141
## Resources
4242

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).
43+
For related code samples using deprecated .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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,4 +96,4 @@ async static Task CreateStoredAccessPolicyAsync(string containerName)
9696

9797
## Resources
9898

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).
99+
For related code samples using deprecated .NET version 11.x SDKs, see [Code samples using .NET version 11.x](../blobs/blob-v11-samples-dotnet.md#create-a-stored-access-policy).

includes/storage-v11-sdk-support-retirement.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ ms.author: pauljewell
1010
ms.custom: include file
1111
---
1212

13-
On 31 March 2023, we retired support for Azure SDK libraries which do not conform to our [current Azure SDK guidelines](https://azure.github.io/azure-sdk/general_introduction.html). The new Azure SDK libraries are updated regularly to drive consistent experiences and strengthen your security posture. It's recommended that you transition to the new Azure SDK libraries to take advantage of the new capabilities and critical security updates.
13+
On 31 March 2023, we retired support for Azure SDK libraries which do not conform to the [current Azure SDK guidelines](https://azure.github.io/azure-sdk/general_introduction.html). The new Azure SDK libraries are updated regularly to drive consistent experiences and strengthen your security posture. It's recommended that you transition to the new Azure SDK libraries to take advantage of the new capabilities and critical security updates.
1414

1515
Although the older libraries can still be used beyond 31 March 2023, they'll no longer receive official support and updates from Microsoft. For more information, see the [support retirement announcement](https://azure.microsoft.com/updates/support-for-azure-sdk-libraries-that-do-not-conform-to-our-current-azure-sdk-guidelines-will-be-retired-as-of-31-march-2023/).

0 commit comments

Comments
 (0)