Skip to content

Commit 24890bd

Browse files
authored
Merge pull request #97663 from hyoshioka0128/patch-566
Typo "Azure blob storage"→"Azure Blob Storage"
2 parents b76c88b + 144c3a1 commit 24890bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/storage/blobs/blob-containers-cli.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.subservice: blobs
1414

1515
# Manage blob containers using Azure CLI
1616

17-
Azure blob storage allows you to store large amounts of unstructured object data. You can use blob storage to gather or expose media, content, or application data to users. Because all blob data is stored within containers, you must create a storage container before you can begin to upload data. To learn more about blob storage, read the [Introduction to Azure Blob storage](storage-blobs-introduction.md).
17+
Microsoft Azure Blob Storage allows you to store large amounts of unstructured object data. You can use blob storage to gather or expose media, content, or application data to users. Because all blob data is stored within containers, you must create a storage container before you can begin to upload data. To learn more about blob storage, read the [Introduction to Azure Blob storage](storage-blobs-introduction.md).
1818

1919
The Azure CLI is Azure's cross-platform command-line experience for managing Azure resources. You can use it in your browser with Azure Cloud Shell. You can also install it on macOS, Linux, or Windows and run it locally from the command line.
2020

@@ -357,7 +357,7 @@ az storage container generate-sas \
357357

358358
## Next steps
359359

360-
In this how-to article, you learned how to manage containers in Azure blob storage. To learn more about working with blob storage by using Azure CLI, select an option below.
360+
In this how-to article, you learned how to manage containers in Blob Storage. To learn more about working with blob storage by using Azure CLI, select an option below.
361361

362362
> [!div class="nextstepaction"]
363363
> [Manage block blobs with Azure CLI](blob-cli.md)

0 commit comments

Comments
 (0)