We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7996f4 commit f44ceb3Copy full SHA for f44ceb3
articles/media-services/latest/includes/task-create-storage-account-cli.md
@@ -14,11 +14,13 @@ Use the following commands to create an Azure Storage account.
14
15
To create a storage account, you must first create a resource group within a location.
16
17
-## List available locations
+<!-- List locations -->
18
19
To list available locations, use the following command:
20
21
-:::code language="azurecli" source="~/media-services-v3-python/cli/code-snippets.sh" id="ListLocations" interactive="azurecli-interactive":::
+[!INCLUDE [task-list-locations-cli](task-create-resource-group-cli.md)]
22
+
23
+<!-- Create a resource group -->
24
25
[!INCLUDE [task-create-resource-group-cli](task-create-resource-group-cli.md)]
26
0 commit comments