Skip to content

Commit 8724e45

Browse files
authored
Merge pull request #99353 from rishabpoh/master
Added note at top of sample pages
2 parents b74b8b7 + 2e253e4 commit 8724e45

File tree

4 files changed

+25
-16
lines changed

4 files changed

+25
-16
lines changed

articles/storage/common/storage-samples-dotnet.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The following table provides an overview of our samples repository and the scena
1717
> [!NOTE]
1818
> These samples use the Azure Storage .NET v11 library. For v12 code, see [samples](https://github.com/Azure/azure-sdk-for-net/tree/master/sdk/storage/Azure.Storage.Blobs/samples) in the GitHub repository.
1919
20-
## Blob samples
20+
## Blob samples (v11)
2121

2222
| **Scenario** | **Sample Code** |
2323
|--------------|-----------------|
@@ -38,7 +38,7 @@ The following table provides an overview of our samples repository and the scena
3838
| Service Properties | [Getting Started with Blobs](https://github.com/Azure-Samples/storage-blob-dotnet-getting-started/blob/master/BlobStorage/Advanced.cs) |
3939
| Snapshot Blob | [Backup Azure Virtual Machine Disks with Incremental Snapshots](https://github.com/Azure-Samples/storage-blob-dotnet-back-up-with-incremental-snapshots/blob/master/Program.cs) |
4040

41-
## File samples
41+
## File samples (v11)
4242

4343
| **Scenario** | **Sample Code** |
4444
|--------------|-----------------|
@@ -52,7 +52,7 @@ The following table provides an overview of our samples repository and the scena
5252
| List Shares | [Azure Storage .NET File Storage Sample](https://github.com/Azure-Samples/storage-file-dotnet-getting-started/blob/9f12304b2f5f5472a1c87c1e21be4af5661ac043/FileStorage/Advanced.cs) |
5353
| Share Properties/Metadata/Stats | [Azure Storage .NET File Storage Sample](https://github.com/Azure-Samples/storage-file-dotnet-getting-started/blob/9f12304b2f5f5472a1c87c1e21be4af5661ac043/FileStorage/Advanced.cs) |
5454

55-
## Queue samples
55+
## Queue samples (v11)
5656

5757
| **Scenario** | **Sample Code** |
5858
|--------------|-----------------|
@@ -65,7 +65,7 @@ The following table provides an overview of our samples repository and the scena
6565
| Queue Service Properties | [Getting Started with Azure Queue Service in .NET](https://github.com/Azure-Samples/storage-queue-dotnet-getting-started/blob/master/QueueStorage/Advanced.cs) |
6666
| Update Message | [Getting Started with Azure Queue Service in .NET](https://github.com/Azure-Samples/storage-queue-dotnet-getting-started/blob/master/QueueStorage/GettingStarted.cs) |
6767

68-
## Table samples
68+
## Table samples (v11)
6969

7070
| **Scenario** | **Sample Code** |
7171
|--------------|-----------------|

articles/storage/common/storage-samples-java.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@ ms.topic: sample
1414

1515
The following table provides an overview of our samples repository and the scenarios covered in each sample. Click on the links to view the corresponding sample code in GitHub.
1616

17-
## Blob samples
17+
> [!NOTE]
18+
> These samples use the Azure Storage Java v11 library. For v12 code, see [samples](https://github.com/Azure/azure-sdk-for-java/tree/master/sdk/storage/azure-storage-blob/src/samples/java/com/azure/storage/blob) in the GitHub repository.
19+
20+
## Blob samples (v11)
1821

1922
| **Scenario** | **Sample Code** |
2023
|--------------|-----------------|
@@ -35,7 +38,7 @@ The following table provides an overview of our samples repository and the scena
3538
| Service Properties | [Getting Started with Azure Blob Service in Java](https://github.com/Azure-Samples/storage-blob-java-getting-started/blob/master/src/BlobAdvanced.java) |
3639
| Snapshot Blob | [Getting Started with Azure Blob Service in Java](https://github.com/Azure-Samples/storage-blob-java-getting-started/blob/master/src/BlobBasics.java) |
3740

38-
## File samples
41+
## File samples (v11)
3942

4043
| **Scenario** | **Sample Code** |
4144
|--------------|-----------------|
@@ -49,7 +52,7 @@ The following table provides an overview of our samples repository and the scena
4952
| List Shares | [Getting Started with Azure File Service in Java](https://github.com/Azure-Samples/storage-file-java-getting-started/blob/master/src/FileBasics.java) |
5053
| Share Properties/Metadata/Stats | [Getting Started with Azure File Service in Java](https://github.com/Azure-Samples/storage-file-java-getting-started/blob/master/src/FileAdvanced.java) |
5154

52-
## Queue samples
55+
## Queue samples (v11)
5356

5457
| **Scenario** | **Sample Code** |
5558
|--------------|-----------------|
@@ -62,7 +65,7 @@ The following table provides an overview of our samples repository and the scena
6265
| Queue Service Properties | [Getting Started with Azure Queue Service in Java](https://github.com/Azure-Samples/storage-queue-java-getting-started/blob/master/src/QueueAdvanced.java) |
6366
| Update Message | [Getting Started with Azure Queue Service in Java](https://github.com/Azure-Samples/storage-queue-java-getting-started/blob/master/src/QueueBasics.java)
6467
|
65-
## Table samples
68+
## Table samples (v11)
6669

6770
| **Scenario** | **Sample Code** |
6871
|--------------|-----------------|

articles/storage/common/storage-samples-javascript.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@ ms.topic: sample
1414

1515
The following tables provide an overview of our samples repository and the scenarios covered in each sample. Click on the links to view the corresponding sample code in GitHub.
1616

17-
## Blob samples
17+
> [!NOTE]
18+
> These samples use the Azure Storage JavaScript v10 library. For v12 code, see [samples](https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/storage/storage-blob/samples) in the GitHub repository.
19+
20+
## Blob samples (v10)
1821

1922
| **Scenario** | **Sample Code** |
2023
|--------------|-----------------|
@@ -39,7 +42,7 @@ The following tables provide an overview of our samples repository and the scena
3942
| Set Cors rules | [Getting Started with Azure Blob Service in JavaScript](https://github.com/Azure-Samples/storage-blob-node-getting-started/blob/master/advanced.js#L152) |
4043
| Snapshot Blob | [Getting Started with Azure Blob Service in JavaScript](https://github.com/Azure-Samples/storage-blob-node-getting-started/blob/master/basic.js#L79) |
4144

42-
## File samples
45+
## File samples (v10)
4346

4447
| **Scenario** | **Sample Code** |
4548
|--------------|-----------------|
@@ -49,7 +52,7 @@ The following tables provide an overview of our samples repository and the scena
4952
| List Directories and Files | [Getting Started with Azure File Service in JavaScript](https://github.com/Azure-Samples/storage-file-node-getting-started/blob/master/fileSample.js#L115) |
5053
| List Shares | [Getting Started with Azure File Service in JavaScript](https://github.com/Azure-Samples/storage-file-node-getting-started/blob/master/fileSample.js#L187) |
5154

52-
## Queue samples
55+
## Queue samples (v10)
5356

5457
| **Scenario** | **Sample Code** |
5558
|--------------|-----------------|
@@ -67,7 +70,7 @@ The following tables provide an overview of our samples repository and the scena
6770
| Queue Stats | [Getting Started with Azure Queue Service in JavaScript](https://github.com/Azure-Samples/storage-queue-node-getting-started/blob/master/advanced.js#L149) |
6871
| Update Message | [Getting Started with Azure Queue Service in JavaScript](https://github.com/Azure-Samples/storage-queue-node-getting-started/blob/master/basic.js#L176) |
6972

70-
## Table samples
73+
## Table samples (v10)
7174

7275
| **Scenario** | **Sample Code** |
7376
|--------------|-----------------|

articles/storage/common/storage-samples-python.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@ ms.topic: sample
1414

1515
The following tables provide an overview of our samples repository and the scenarios covered in each sample. Click on the links to view the corresponding sample code in GitHub.
1616

17-
## Blob samples
17+
> [!NOTE]
18+
> These samples use the Azure Storage Python v2.1 library. For v12 code, see [samples](https://github.com/Azure/azure-sdk-for-python/tree/master/sdk/storage/azure-storage-blob/samples) in the GitHub repository.
19+
20+
## Blob samples (v2.1)
1821

1922
| **Scenario** | **Sample Code** |
2023
|--------------|-----------------|
@@ -35,7 +38,7 @@ The following tables provide an overview of our samples repository and the scena
3538
| Service Properties | [Getting Started with Azure Blob Service in Python](https://github.com/Azure-Samples/storage-blob-python-getting-started/blob/master/blob_advanced_samples.py#L540) |
3639
| Snapshot Blob | [Getting Started with Azure Blob Service in Python](https://github.com/Azure-Samples/storage-blob-python-getting-started/blob/master/blob_basic_samples.py#L214) |
3740

38-
## File samples
41+
## File samples (v2.1)
3942

4043
| **Scenario** | **Sample Code** |
4144
|--------------|-----------------|
@@ -49,7 +52,7 @@ The following tables provide an overview of our samples repository and the scena
4952
| List Shares | [Getting Started with Azure File Service in Python](https://github.com/Azure-Samples/storage-file-python-getting-started/blob/master/file_advanced_samples.py#L82) |
5053
| Share Properties/Metadata/Stats | [Getting Started with Azure File Service in Python](https://github.com/Azure-Samples/storage-file-python-getting-started/blob/master/file_advanced_samples.py#L144) |
5154

52-
## Queue samples
55+
## Queue samples (v2.1)
5356

5457
| **Scenario** | **Sample Code** |
5558
|--------------|-----------------|
@@ -62,7 +65,7 @@ The following tables provide an overview of our samples repository and the scena
6265
| Queue Service Properties | [Getting Started with Azure Queue Service in Python](https://github.com/Azure-Samples/storage-queue-python-getting-started/blob/master/queue_advanced_samples.py#L128) |
6366
| Update Message | [Getting Started with Azure Queue Service in Python](https://github.com/Azure-Samples/storage-queue-python-getting-started/blob/master/queue_basic_samples.py#L120) |
6467

65-
## Table samples
68+
## Table samples (v2.1)
6669

6770
| **Scenario** | **Sample Code** |
6871
|--------------|-----------------|

0 commit comments

Comments
 (0)