Skip to content

Commit 12db8e8

Browse files
Edits
1 parent d6b5361 commit 12db8e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ This article shows how to set or change the access tier for a block blob using t
2323
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).
2424

2525
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:
26-
- [Set Blob Tier](/rest/api/storageservices/set-blob-tier#authorization)
26+
- [Set Blob Tier](/rest/api/storageservices/set-blob-tier#authorization)
2727

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

0 commit comments

Comments
 (0)