Skip to content

Commit 9b681b3

Browse files
Merge pull request #2146 from eric-urban/eur/azure-cli
Azure CLI install link
2 parents 083dd81 + 984a2ec commit 9b681b3

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

articles/ai-services/containers/azure-container-instance-recipe.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ All variables in angle brackets, `<>`, need to be replaced with your own values.
4444

4545
[!INCLUDE [Azure portal instructions for creating an ACI instance](includes/create-container-instances-resource.md)]
4646

47-
# [CLI](#tab/cli)
47+
# [Azure CLI](#tab/cli)
4848

49-
[!INCLUDE [CLI instructions for creating an ACI instance](../containers/includes/create-container-instances-resource-from-azure-cli.md)]
49+
[!INCLUDE [Azure CLI instructions for creating an ACI instance](../containers/includes/create-container-instances-resource-from-azure-cli.md)]
5050

5151
---
5252

@@ -68,7 +68,7 @@ All variables in angle brackets, `<>`, need to be replaced with your own values.
6868

6969
You have successfully created and used Azure AI containers in Azure Container Instance.
7070

71-
# [CLI](#tab/cli)
71+
# [Azure CLI](#tab/cli)
7272

7373
[!INCLUDE [API documentation](../includes/cognitive-services-containers-api-documentation.md)]
7474

articles/ai-services/containers/includes/create-container-instances-resource-from-azure-cli.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ ms.tool: azure-cli
1515

1616
## Create an Azure Container Instance resource from the Azure CLI
1717

18+
You must first [install the Azure CLI](/cli/azure/install-azure-cli) before running the commands in this article.
19+
1820
The YAML below defines the Azure Container Instance resource. Copy and paste the contents into a new file, named `my-aci.yaml` and replace the commented values with your own. Refer to the [template format][template-format] for valid YAML. Refer to the [container repositories and images][repositories-and-images] for the available image names and their corresponding repository. For more information of the YAML reference for Container instances, see [YAML reference: Azure Container Instances][aci-yaml-ref].
1921

2022
```yaml

0 commit comments

Comments
 (0)