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.
2 parents 93a8572 + e7e7497 commit cf1a7d1Copy full SHA for cf1a7d1
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