Skip to content

Commit 17a5792

Browse files
Edits
1 parent 081a29e commit 17a5792

16 files changed

+36
-36
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Create a blob container with JavaScript/TypeScript
2+
title: Create a blob container with JavaScript or TypeScript
33
titleSuffix: Azure Storage
44
description: Learn how to create a blob container in your Azure Storage account using the JavaScript client library.
55
author: pauljewellmsft
@@ -12,7 +12,7 @@ ms.devlang: javascript
1212
ms.custom: devx-track-js, devguide-js, devx-track-ts, devguide-ts
1313
---
1414

15-
# Create a blob container with JavaScript/TypeScript
15+
# Create a blob container with JavaScript or TypeScript
1616

1717
[!INCLUDE [storage-dev-guide-selector-create-container](../../../includes/storage-dev-guides/storage-dev-guide-selector-create-container.md)]
1818

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Delete and restore a blob container with JavaScript/TypeScript
2+
title: Delete and restore a blob container with JavaScript or TypeScript
33
titleSuffix: Azure Storage
44
description: Learn how to delete and restore a blob container in your Azure Storage account using the JavaScript client library.
55
services: storage
@@ -13,7 +13,7 @@ ms.devlang: javascript
1313
ms.custom: devx-track-js, devguide-js, devx-track-ts, devguide-ts
1414
---
1515

16-
# Delete and restore a blob container with JavaScript/TypeScript
16+
# Delete and restore a blob container with JavaScript or TypeScript
1717

1818
[!INCLUDE [storage-dev-guide-selector-delete-container](../../../includes/storage-dev-guides/storage-dev-guide-selector-delete-container.md)]
1919

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Create and manage container leases with JavaScript/TypeScript
2+
title: Create and manage container leases with JavaScript or TypeScript
33
titleSuffix: Azure Storage
44
description: Learn how to manage a lock on a container in your Azure Storage account using the JavaScript client library.
55
services: storage
@@ -13,7 +13,7 @@ ms.devlang: javascript
1313
ms.custom: devx-track-js, devguide-js, devx-track-ts, devguide-ts
1414
---
1515

16-
# Create and manage container leases with JavaScript/TypeScript
16+
# Create and manage container leases with JavaScript or TypeScript
1717

1818
[!INCLUDE [storage-dev-guide-selector-lease-container](../../../includes/storage-dev-guides/storage-dev-guide-selector-lease-container.md)]
1919

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Use JavaScript/TypeScript to manage properties and metadata for a blob container
2+
title: Use JavaScript or TypeScript to manage properties and metadata for a blob container
33
titleSuffix: Azure Storage
44
description: Learn how to set and retrieve system properties and store custom metadata on blob containers in your Azure Storage account using the JavaScript client library.
55
services: storage
@@ -14,7 +14,7 @@ ms.devlang: javascript
1414
ms.custom: devx-track-js, devguide-js, devx-track-ts, devguide-ts
1515
---
1616

17-
# Manage container properties and metadata with JavaScript/TypeScript
17+
# Manage container properties and metadata with JavaScript or TypeScript
1818

1919
[!INCLUDE [storage-dev-guide-selector-manage-properties-container](../../../includes/storage-dev-guides/storage-dev-guide-selector-manage-properties-container.md)]
2020

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: List blob containers with JavaScript/TypeScript
2+
title: List blob containers with JavaScript or TypeScript
33
titleSuffix: Azure Storage
44
description: Learn how to list blob containers in your Azure Storage account using the JavaScript client library.
55
services: storage
@@ -14,7 +14,7 @@ ms.devlang: javascript
1414
ms.custom: devx-track-js, devguide-js, devx-track-ts, devguide-ts
1515
---
1616

17-
# List blob containers with JavaScript/TypeScript
17+
# List blob containers with JavaScript or TypeScript
1818

1919
[!INCLUDE [storage-dev-guide-selector-list-container](../../../includes/storage-dev-guides/storage-dev-guide-selector-list-container.md)]
2020

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Copy a blob with asynchronous scheduling using JavaScript/TypeScript
2+
title: Copy a blob with asynchronous scheduling using JavaScript or TypeScript
33
titleSuffix: Azure Storage
44
description: Learn how to copy a blob with asynchronous scheduling in Azure Storage by using the JavaScript client library.
55
author: pauljewellmsft
@@ -12,7 +12,7 @@ ms.devlang: javascript
1212
ms.custom: devx-track-js, devguide-js, devx-track-ts, devguide-ts
1313
---
1414

15-
# Copy a blob with asynchronous scheduling using JavaScript/TypeScript
15+
# Copy a blob with asynchronous scheduling using JavaScript or TypeScript
1616

1717
[!INCLUDE [storage-dev-guide-selector-copy-async](../../../includes/storage-dev-guides/storage-dev-guide-selector-copy-async.md)]
1818

articles/storage/blobs/storage-blob-copy-javascript.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Copy a blob with JavaScript/TypeScript
2+
title: Copy a blob with JavaScript or TypeScript
33
titleSuffix: Azure Storage
44
description: Learn how to copy a blob in Azure Storage by using the JavaScript client library.
55
services: storage
@@ -12,7 +12,7 @@ ms.devlang: javascript
1212
ms.custom: devx-track-js, devguide-js, devx-track-ts, devguide-ts
1313
---
1414

15-
# Copy a blob with JavaScript/TypeScript
15+
# Copy a blob with JavaScript or TypeScript
1616

1717
[!INCLUDE [storage-dev-guide-selector-copy](../../../includes/storage-dev-guides/storage-dev-guide-selector-copy.md)]
1818

@@ -24,9 +24,9 @@ Copy operations can be used to move data within a storage account, between stora
2424

2525
| REST API operation | When to use | Client library methods | Guidance |
2626
| --- | --- | --- | --- |
27-
| [Put Blob From URL](/rest/api/storageservices/put-blob-from-url) | This operation is preferred for scenarios where you want to move data into a storage account and have a URL for the source object. This operation completes synchronously. | [syncUploadFromURL](/javascript/api/@azure/storage-blob/blockblobclient#@azure-storage-blob-blockblobclient-syncuploadfromurl) | [Copy a blob from a source object URL with JavaScript/TypeScript](storage-blob-copy-url-javascript.md) |
28-
| [Put Block From URL](/rest/api/storageservices/put-block-from-url) | For large objects, you can use [Put Block From URL](/rest/api/storageservices/put-block-from-url) to write individual blocks to Blob Storage, and then call [Put Block List](/rest/api/storageservices/put-block-list) to commit those blocks to a block blob. This operation completes synchronously. | [stageBlockFromURL](/javascript/api/@azure/storage-blob/blockblobclient#@azure-storage-blob-blockblobclient-stageblockfromurl) | [Copy a blob from a source object URL with JavaScript/TypeScript](storage-blob-copy-url-javascript.md) |
29-
| [Copy Blob](/rest/api/storageservices/copy-blob) | This operation can be used when you want asynchronous scheduling for a copy operation. | [beginCopyFromURL](/javascript/api/@azure/storage-blob/blobclient#@azure-storage-blob-blobclient-begincopyfromurl) | [Copy a blob with asynchronous scheduling using JavaScript/TypeScript](storage-blob-copy-async-javascript.md) |
27+
| [Put Blob From URL](/rest/api/storageservices/put-blob-from-url) | This operation is preferred for scenarios where you want to move data into a storage account and have a URL for the source object. This operation completes synchronously. | [syncUploadFromURL](/javascript/api/@azure/storage-blob/blockblobclient#@azure-storage-blob-blockblobclient-syncuploadfromurl) | [Copy a blob from a source object URL with JavaScript or TypeScript](storage-blob-copy-url-javascript.md) |
28+
| [Put Block From URL](/rest/api/storageservices/put-block-from-url) | For large objects, you can use [Put Block From URL](/rest/api/storageservices/put-block-from-url) to write individual blocks to Blob Storage, and then call [Put Block List](/rest/api/storageservices/put-block-list) to commit those blocks to a block blob. This operation completes synchronously. | [stageBlockFromURL](/javascript/api/@azure/storage-blob/blockblobclient#@azure-storage-blob-blockblobclient-stageblockfromurl) | [Copy a blob from a source object URL with JavaScript or TypeScript](storage-blob-copy-url-javascript.md) |
29+
| [Copy Blob](/rest/api/storageservices/copy-blob) | This operation can be used when you want asynchronous scheduling for a copy operation. | [beginCopyFromURL](/javascript/api/@azure/storage-blob/blobclient#@azure-storage-blob-blobclient-begincopyfromurl) | [Copy a blob with asynchronous scheduling using JavaScript or TypeScript](storage-blob-copy-async-javascript.md) |
3030

3131
For append blobs, you can use the [Append Block From URL](/rest/api/storageservices/append-block-from-url) operation to commit a new block of data to the end of an existing append blob. The following client library method wraps this operation:
3232

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Delete and restore a blob with JavaScript/TypeScript
2+
title: Delete and restore a blob with JavaScript or TypeScript
33
titleSuffix: Azure Storage
44
description: Learn how to delete and restore a blob in your Azure Storage account using the JavaScript client library
55
services: storage
@@ -12,7 +12,7 @@ ms.devlang: javascript
1212
ms.custom: devx-track-js, devguide-js, devx-track-ts, devguide-ts
1313
---
1414

15-
# Delete and restore a blob with JavaScript/TypeScript
15+
# Delete and restore a blob with JavaScript or TypeScript
1616

1717
[!INCLUDE [storage-dev-guide-selector-delete-blob](../../../includes/storage-dev-guides/storage-dev-guide-selector-delete-blob.md)]
1818

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Download a blob with JavaScript/TypeScript
2+
title: Download a blob with JavaScript or TypeScript
33
titleSuffix: Azure Storage
44
description: Learn how to download a blob in Azure Storage by using the JavaScript client library.
55
services: storage
@@ -13,7 +13,7 @@ ms.devlang: javascript
1313
ms.custom: devx-track-js, devguide-js, devx-track-ts, devguide-ts
1414
---
1515

16-
# Download a blob with JavaScript/TypeScript
16+
# Download a blob with JavaScript or TypeScript
1717

1818
[!INCLUDE [storage-dev-guide-selector-download](../../../includes/storage-dev-guides/storage-dev-guide-selector-download.md)]
1919

articles/storage/blobs/storage-blob-get-url-javascript.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Get container and blob url with JavaScript/TypeScript
2+
title: Get container and blob url with JavaScript or TypeScript
33
titleSuffix: Azure Storage
44
description: Learn how to get a container or blob URL in Azure Storage by using the JavaScript client library.
55
services: storage
@@ -12,7 +12,7 @@ ms.devlang: javascript
1212
ms.custom: devx-track-js, devguide-js, devx-track-ts, devguide-ts
1313
---
1414

15-
# Get a URL for a container or blob with JavaScript/TypeScript
15+
# Get a URL for a container or blob with JavaScript or TypeScript
1616

1717
You can get a container or blob URL by using the `url` property of the client object:
1818

@@ -21,7 +21,7 @@ You can get a container or blob URL by using the `url` property of the client ob
2121
- [BlockBlobClient.url](/javascript/api/@azure/storage-blob/blockblobclient#@azure-storage-blob-blockblobclient-url)
2222

2323
> [!NOTE]
24-
> The examples in this article assume that you've created a [BlobServiceClient](/javascript/api/@azure/storage-blob/blobserviceclient) object by using the guidance in the [Get started with Azure Blob Storage and JavaScript/TypeScript](storage-blob-javascript-get-started.md) article.
24+
> The examples in this article assume that you've created a [BlobServiceClient](/javascript/api/@azure/storage-blob/blobserviceclient) object by using the guidance in the [Get started with Azure Blob Storage and JavaScript or TypeScript](storage-blob-javascript-get-started.md) article.
2525
2626
## Get a URL for a container or blob
2727

0 commit comments

Comments
 (0)