Skip to content

Commit 840ce90

Browse files
Update JS samples page
1 parent 34183d6 commit 840ce90

File tree

4 files changed

+65
-373
lines changed

4 files changed

+65
-373
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ The following table links to Azure Blob Storage developer guides and samples tha
3636
| Index tags | [Use blob index tags to manage and find data](../blobs/storage-blob-tags.md) | |
3737
| Snapshots | [Create and manage a blob snapshot](../blobs/snapshots-manage-dotnet.md) | |
3838
| Blob versions | [Create and list blob versions](../blobs/versions-manage-dotnet.md) | |
39+
| Access tiers | [Set or change a block blob's access tier](../blobs/storage-blob-use-access-tier.md) | |
3940
| Append blob | [Append data to an append blob](../blobs/storage-blob-append.md) | |
4041
| Batching | | [Delete several blobs in one request](https://github.com/Azure/azure-sdk-for-net/tree/master/sdk/storage/Azure.Storage.Blobs.Batch/samples/Sample03b_BatchingAsync.cs#L22)</br></br>[Set several blob access tiers in one request](https://github.com/Azure/azure-sdk-for-net/blob/master/sdk/storage/Azure.Storage.Blobs.Batch/samples/Sample03b_BatchingAsync.cs#L56)</br></br>[Fine-grained control in a batch request](https://github.com/Azure/azure-sdk-for-net/blob/master/sdk/storage/Azure.Storage.Blobs.Batch/samples/Sample03b_BatchingAsync.cs#L90)</br></br>[Catch errors from a failed sub-operation](https://github.com/Azure/azure-sdk-for-net/blob/master/sdk/storage/Azure.Storage.Blobs.Batch/samples/Sample03b_BatchingAsync.cs#L136) |
4142
| Troubleshooting | | [Trigger a recoverable error using a container client](https://github.com/Azure/azure-sdk-for-net/tree/master/sdk/storage/Azure.Storage.Blobs/samples/Sample01b_HelloWorldAsync.cs#L166) |
@@ -86,7 +87,7 @@ The following list links to Azure Table Storage samples that use .NET client lib
8687
- [Transactional batch operations](https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/tables/Azure.Data.Tables/samples/Sample6TransactionalBatch.md)
8788
- [Customizing serialization](https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/tables/Azure.Data.Tables/samples/Sample7Serialization.md)
8889

89-
Samples for deprecated v11 client libraries are available at [Azure Table Storage samples for .NET](https://github.com/Azure-Samples/storage-table-dotnet-getting-started/tree/master/TableStorage).
90+
Samples for deprecated client libraries are available at [Azure Table Storage samples for .NET](https://github.com/Azure-Samples/storage-table-dotnet-getting-started/tree/master/TableStorage).
9091

9192
## Azure code sample libraries
9293

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ The following table links to Azure Blob Storage developer guides and samples tha
3434
| Lease | [Create and manage container leases](../blobs/storage-blob-containers-lease-java.md)</br></br>[Create and manage blob leases](../blobs/storage-blob-lease-java.md) | |
3535
| Properties and metadata | [Manage container properties and metadata](../blobs/storage-blob-container-properties-metadata-java.md)</br></br>[Manage blob properties and metadata](../blobs/storage-blob-properties-metadata-java.md)| |
3636
| Index tags | [Use blob index tags to manage and find data](../blobs/storage-blob-tags-java.md) | |
37+
| Access tiers | [Set or change a block blob's access tier](../blobs/storage-blob-use-access-tier-java.md) | |
3738
| Batching | | [Create a blob batch client](https://github.com/Azure/azure-sdk-for-java/blob/master/sdk/storage/azure-storage-blob-batch/src/samples/java/com/azure/storage/blob/batch/ReadmeSamples.java#L41)</br></br>[Bulk delete blobs](https://github.com/Azure/azure-sdk-for-java/blob/master/sdk/storage/azure-storage-blob-batch/src/samples/java/com/azure/storage/blob/batch/ReadmeSamples.java#L45)</br></br>[Set access tier on a batch of blobs](https://github.com/Azure/azure-sdk-for-java/blob/master/sdk/storage/azure-storage-blob-batch/src/samples/java/com/azure/storage/blob/batch/ReadmeSamples.java#L51) |
3839
| Troubleshooting | | [Trigger a recoverable error using a container client](https://github.com/Azure/azure-sdk-for-java/blob/master/sdk/storage/azure-storage-blob/src/samples/java/com/azure/storage/blob/StorageErrorHandlingExample.java#L11) |
3940

@@ -101,7 +102,7 @@ You can browse and clone the GitHub repository for each library.
101102

102103
## Getting started guides
103104

104-
See the following articles for instructions on how to install and get started with the Azure Storage Client Libraries.
105+
See the following articles for instructions on how to install and get started with the Azure Storage client libraries.
105106

106107
- [Quickstart: Azure Blob Storage client library for Java](../blobs/storage-quickstart-blobs-java.md)
107108
- [Quickstart: Azure Queue Storage client library for Java](../queues/storage-quickstart-queues-java.md)

0 commit comments

Comments
 (0)