Skip to content

Commit d6b5361

Browse files
Update TOC
1 parent d7cb45d commit d6b5361

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

articles/storage/blobs/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -735,6 +735,8 @@ items:
735735
href: storage-blob-lease-java.md
736736
- name: Manage blob properties and metadata
737737
href: storage-blob-properties-metadata-java.md
738+
- name: Set or change a blob's access tier
739+
href: storage-blob-use-access-tier-java.md
738740
- name: Generate a shared access signature (SAS)
739741
items:
740742
- name: Create a user delegation SAS for a blob

articles/storage/blobs/storage-blob-java-get-started.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,3 +172,4 @@ The following guides show you how to use each of these classes to build your app
172172
| [Delete and restore](storage-blob-delete-java.md) | Delete blobs, and if soft-delete is enabled, restore deleted blobs. |
173173
| [Find blobs using tags](storage-blob-tags-java.md) | Set and retrieve tags as well as use tags to find blobs. |
174174
| [Manage properties and metadata (blobs)](storage-blob-properties-metadata-java.md) | Get and set properties and metadata for blobs. |
175+
| [Set or change a blob's access tier](storage-blob-use-access-tier-java.md) | Set or change the access tier for a block blob. |

articles/storage/blobs/storage-blob-use-access-tier-java.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,7 @@ This article shows how to set or change the access tier for a block blob using t
2020

2121
## Prerequisites
2222

23-
This article doesn't detail the project setup process. To learn about setting up your project, including package installation, adding `import` directives, and authorizing a client object, see [Get Started with Azure Storage and Java](storage-blob-java-get-started.md).
24-
25-
To see the `import` directives used in the code samples for this article, see [Code samples](#code-samples).
26-
27-
For a deeper dive on client objects, see [Create and manage client objects that interact with data resources](storage-blob-client-management.md).
23+
This article doesn't detail the project setup process. To learn about setting up your project, including package installation, adding `import` directives, and authorizing a client object, see [Get Started with Azure Storage and Java](storage-blob-java-get-started.md). To see the `import` directives used in the code samples for this article, see [Code samples](#code-samples).
2824

2925
You also need the right permissions to set the blob's access tier. To learn more, see the authorization guidance for the following REST API operation:
3026
- [Set Blob Tier](/rest/api/storageservices/set-blob-tier#authorization)

0 commit comments

Comments
 (0)