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 b82481a commit a1b5e4bCopy full SHA for a1b5e4b
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 --custom-domain $accountName
+ az cognitiveservices account create -n $accountName -g $resourceGroupName --custom-domain $accountName --kind AIServices
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