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 469e0cc commit d736bcbCopy full SHA for d736bcb
articles/machine-learning/how-to-use-serverless-compute.md
@@ -124,7 +124,7 @@ When you [view your usage and quota in the Azure portal](how-to-manage-quotas.md
124
125
Submit the job with the following command:
126
127
- ```bash
+ ```azurecli
128
az ml job create --file hello.yaml --resource-group my-resource-group --workspace-name my-workspace
129
```
130
@@ -161,7 +161,7 @@ When you [view your usage and quota in the Azure portal](how-to-manage-quotas.md
161
162
# [Azure CLI](#tab/cli)
163
164
- ```Azure CLI
165
az ml workspace show --name <wsname> --resource-group <rgname>
166
167
0 commit comments