Skip to content

Commit d7cb45d

Browse files
Edits
1 parent 5c22b1f commit d7cb45d

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

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

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,14 @@ This article shows how to set or change the access tier for a block blob using t
2020

2121
## Prerequisites
2222

23-
To work with the code examples in this article, make sure you have:
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).
2424

25-
- An authorized client object to connect to Blob Storage data resources. To learn more, see [Create and manage client objects that interact with data resources](storage-blob-client-management.md).
26-
- Permissions to perform an operation to set the blob's access tier. To learn more, see the authorization guidance for the following REST API operation:
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).
28+
29+
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:
2730
- [Set Blob Tier](/rest/api/storageservices/set-blob-tier#authorization)
28-
- The package **azure-storage-blob** installed to your project directory. To learn more about setting up your project, see [Get Started with Azure Storage and Java](storage-blob-java-get-started.md#set-up-your-project).
2931

3032
[!INCLUDE [storage-dev-guide-about-access-tiers](../../../includes/storage-dev-guides/storage-dev-guide-about-access-tiers.md)]
3133

0 commit comments

Comments
 (0)