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 0c60510 commit e7e7497Copy full SHA for e7e7497
articles/ai-foundry/model-inference/includes/create-model-deployments/cli.md
@@ -53,7 +53,7 @@ To add a model, you first need to identify the model that you want to deploy. Yo
53
3. If you don't have an Azure AI Services account create yet, you can create one as follows:
54
55
```azurecli
56
- az cognitiveservices account create -n $accountName -g $resourceGroupName
+ az cognitiveservices account create -n $accountName -g $resourceGroupName --custom-domain $accountName
57
```
58
59
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