Skip to content

Commit bfc5776

Browse files
Edits
1 parent dd11b9d commit bfc5776

15 files changed

+15
-15
lines changed

articles/storage/blobs/storage-blob-container-create-java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Blobs in Azure Storage are organized into containers. Before you can upload a bl
2020
## Prerequisites
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).
23-
- The authorization mechanism needs appropriate permissions to create a blob container. To learn more, see the authorization guidance for the following REST API operation:
23+
- The [authorization mechanism](../common/authorize-data-access.md) must have permissions to create a blob container. To learn more, see the authorization guidance for the following REST API operation:
2424
- [Create Container](/rest/api/storageservices/create-container#authorization)
2525

2626
## Name a container

articles/storage/blobs/storage-blob-container-delete-java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ This article shows how to delete containers with the [Azure Storage client libra
2020
## Prerequisites
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).
23-
- The authorization mechanism needs appropriate permissions to delete a blob container, or to restore a soft-deleted container. To learn more, see the authorization guidance for the following REST API operations:
23+
- The [authorization mechanism](../common/authorize-data-access.md) must have permissions to delete a blob container, or to restore a soft-deleted container. To learn more, see the authorization guidance for the following REST API operations:
2424
- [Delete Container](/rest/api/storageservices/delete-container#authorization)
2525
- [Restore Container](/rest/api/storageservices/restore-container#authorization)
2626

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ This article shows how to create and manage container leases using the [Azure St
2020
## Prerequisites
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).
23-
- The authorization mechanism needs appropriate permissions to work with a container lease. To learn more, see the authorization guidance for the following REST API operation:
23+
- The [authorization mechanism](../common/authorize-data-access.md) must have permissions to work with a container lease. To learn more, see the authorization guidance for the following REST API operation:
2424
- [Lease Container](/rest/api/storageservices/lease-container#authorization)
2525

2626
## About container leases

articles/storage/blobs/storage-blob-container-properties-metadata-java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Blob containers support system properties and user-defined metadata, in addition
2020
## Prerequisites
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).
23-
- The authorization mechanism needs appropriate permissions to work with container properties or metadata. To learn more, see the authorization guidance for the following REST API operations:
23+
- The [authorization mechanism](../common/authorize-data-access.md) must have permissions to work with container properties or metadata. To learn more, see the authorization guidance for the following REST API operations:
2424
- [Get Container Properties](/rest/api/storageservices/get-container-properties#authorization)
2525
- [Set Container Metadata](/rest/api/storageservices/set-container-metadata#authorization)
2626
- [Get Container Metadata](/rest/api/storageservices/get-container-metadata#authorization)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ When you list the containers in an Azure Storage account from your code, you can
2020
## Prerequisites
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).
23-
- The authorization mechanism needs appropriate permissions to list blob containers. To learn more, see the authorization guidance for the following REST API operation:
23+
- The [authorization mechanism](../common/authorize-data-access.md) must have permissions to list blob containers. To learn more, see the authorization guidance for the following REST API operation:
2424
- [List Containers](/rest/api/storageservices/list-containers2#authorization)
2525

2626
## Understand container listing options

articles/storage/blobs/storage-blob-copy-async-java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The client library methods covered in this article use the [Copy Blob](/rest/api
2121
## Prerequisites
2222

2323
- 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).
24-
- The authorization mechanism needs appropriate permissions to perform a copy operation, or to abort a pending copy. To learn more, see the authorization guidance for the following REST API operations:
24+
- The [authorization mechanism](../common/authorize-data-access.md) must have permissions to perform a copy operation, or to abort a pending copy. To learn more, see the authorization guidance for the following REST API operations:
2525
- [Copy Blob](/rest/api/storageservices/copy-blob#authorization)
2626
- [Abort Copy Blob](/rest/api/storageservices/abort-copy-blob#authorization)
2727

articles/storage/blobs/storage-blob-copy-url-java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The client library methods covered in this article use the [Put Blob From URL](/
2121
## Prerequisites
2222

2323
- 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).
24-
- The authorization mechanism you choose needs appropriate permissions to perform a copy operation. To learn more, see the authorization guidance for the following REST API operations:
24+
- The [authorization mechanism](../common/authorize-data-access.md) must have permissions to perform a copy operation. To learn more, see the authorization guidance for the following REST API operations:
2525
- [Put Blob From URL](/rest/api/storageservices/put-blob-from-url#authorization)
2626
- [Put Block From URL](/rest/api/storageservices/put-block-from-url#authorization)
2727

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ This article shows how to delete blobs with the [Azure Storage client library fo
2020
## Prerequisites
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).
23-
- The authorization mechanism needs appropriate permissions to delete a blob, or to restore a soft-deleted blob. To learn more, see the authorization guidance for the following REST API operations:
23+
- The [authorization mechanism](../common/authorize-data-access.md) must have permissions to delete a blob, or to restore a soft-deleted blob. To learn more, see the authorization guidance for the following REST API operations:
2424
- [Delete Blob](/rest/api/storageservices/delete-blob#authorization)
2525
- [Undelete Blob](/rest/api/storageservices/undelete-blob#authorization)
2626

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ This article shows how to download a blob using the [Azure Storage client librar
2020
## Prerequisites
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).
23-
- The authorization mechanism needs appropriate permissions to perform a download operation. To learn more, see the authorization guidance for the following REST API operation:
23+
- The [authorization mechanism](../common/authorize-data-access.md) must have permissions to perform a download operation. To learn more, see the authorization guidance for the following REST API operation:
2424
- [Get Blob](/rest/api/storageservices/get-blob#authorization)
2525

2626
## Download a blob

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ This article shows how to create and manage blob leases using the [Azure Storage
2020
## Prerequisites
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).
23-
- The authorization mechanism needs appropriate permissions to work with a blob lease. To learn more, see the authorization guidance for the following REST API operation:
23+
- 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:
2424
- [Lease Blob](/rest/api/storageservices/lease-blob)
2525

2626
## About blob leases

0 commit comments

Comments
 (0)