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 cd7af18 commit 403fa88Copy full SHA for 403fa88
articles/ai-foundry/model-inference/includes/create-model-deployments/cli.md
@@ -138,7 +138,7 @@ You can see all the deployments available using the CLI:
138
3. You can delete a given deployment as follows:
139
140
```azurecli
141
- az cognitiveservices account deployment delete \
+ az cognitiveservices account deployment delete \
142
--deployment-name "Phi-3.5-vision-instruct" \
143
-n $accountName \
144
-g $resourceGroupName
0 commit comments