Skip to content

Commit cf1a7d1

Browse files
Merge pull request #3141 from santiagxf/santiagxf-patch-1
Update cli.md
2 parents 93a8572 + e7e7497 commit cf1a7d1

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ To add a model, you first need to identify the model that you want to deploy. Yo
5353
3. If you don't have an Azure AI Services account create yet, you can create one as follows:
5454
5555
```azurecli
56-
az cognitiveservices account create -n $accountName -g $resourceGroupName
56+
az cognitiveservices account create -n $accountName -g $resourceGroupName --custom-domain $accountName
5757
```
5858
5959
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)