Skip to content

Commit 61cc501

Browse files
Edits
1 parent bfc5776 commit 61cc501

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

articles/storage/blobs/storage-blob-lease-java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This article shows how to create and manage blob leases using the [Azure Storage
2121

2222
- This article assumes you already have a project set up to work with the Azure Blob Storage client library for Java. To learn about setting up your project, including package installation, adding `import` directives, and creating an authorized client object, see [Get Started with Azure Storage and Java](storage-blob-java-get-started.md).
2323
- The [authorization mechanism](../common/authorize-data-access.md) must have permissions to work with a blob lease. To learn more, see the authorization guidance for the following REST API operation:
24-
- [Lease Blob](/rest/api/storageservices/lease-blob)
24+
- [Lease Blob](/rest/api/storageservices/lease-blob#authorization)
2525

2626
## About blob leases
2727

articles/storage/blobs/storage-blob-tags-java.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ This article shows how to use blob index tags to manage and find data using the
2121

2222
- This article assumes you already have a project set up to work with the Azure Blob Storage client library for Java. To learn about setting up your project, including package installation, adding `import` directives, and creating an authorized client object, see [Get Started with Azure Storage and Java](storage-blob-java-get-started.md).
2323
- The [authorization mechanism](../common/authorize-data-access.md) must have permissions to work with blob index tags. To learn more, see the authorization guidance for the following REST API operations:
24-
- [Get Blob Tags](/rest/api/storageservices/get-blob-tags)
25-
- [Set Blob Tags](/rest/api/storageservices/set-blob-tags)
26-
- [Find Blobs by Tags](/rest/api/storageservices/find-blobs-by-tags)
24+
- [Get Blob Tags](/rest/api/storageservices/get-blob-tags#authorization)
25+
- [Set Blob Tags](/rest/api/storageservices/set-blob-tags#authorization)
26+
- [Find Blobs by Tags](/rest/api/storageservices/find-blobs-by-tags#authorization)
2727

2828
## About blob index tags
2929

articles/storage/blobs/storage-blobs-list-java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This article shows how to list blobs with the [Azure Storage client library for
2121

2222
- This article assumes you already have a project set up to work with the Azure Blob Storage client library for Java. To learn about setting up your project, including package installation, adding `import` directives, and creating an authorized client object, see [Get Started with Azure Storage and Java](storage-blob-java-get-started.md).
2323
- The [authorization mechanism](../common/authorize-data-access.md) must have permissions to list blobs. To learn more, see the authorization guidance for the following REST API operation:
24-
- [List Blobs](/rest/api/storageservices/list-blobs)
24+
- [List Blobs](/rest/api/storageservices/list-blobs#authorization)
2525

2626
## About blob listing options
2727

0 commit comments

Comments
 (0)