Skip to content

Commit a90b1d5

Browse files
authored
Update cli.md
1 parent a1b5e4b commit a90b1d5

File tree

1 file changed

+2
-1
lines changed
  • articles/ai-foundry/model-inference/includes/create-model-deployments

1 file changed

+2
-1
lines changed

articles/ai-foundry/model-inference/includes/create-model-deployments/cli.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,13 @@ To add a model, you first need to identify the model that you want to deploy. Yo
4848
```azurecli
4949
accountName="<ai-services-resource-name>"
5050
resourceGroupName="<resource-group>"
51+
location="eastus2"
5152
```
5253
5354
3. If you don't have an Azure AI Services account create yet, you can create one as follows:
5455
5556
```azurecli
56-
az cognitiveservices account create -n $accountName -g $resourceGroupName --custom-domain $accountName --kind AIServices
57+
az cognitiveservices account create -n $accountName -g $resourceGroupName --custom-domain $accountName --kind AIServices --location $location
5758
```
5859
5960
4. Let's see first which models are available to you and under which SKU. The following command list all the model definitions available:

0 commit comments

Comments
 (0)