Skip to content

Commit d736bcb

Browse files
committed
fixed code labels
1 parent 469e0cc commit d736bcb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/machine-learning/how-to-use-serverless-compute.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ When you [view your usage and quota in the Azure portal](how-to-manage-quotas.md
124124

125125
Submit the job with the following command:
126126

127-
```bash
127+
```azurecli
128128
az ml job create --file hello.yaml --resource-group my-resource-group --workspace-name my-workspace
129129
```
130130

@@ -161,7 +161,7 @@ When you [view your usage and quota in the Azure portal](how-to-manage-quotas.md
161161

162162
# [Azure CLI](#tab/cli)
163163

164-
```Azure CLI
164+
```azurecli
165165
az ml workspace show --name <wsname> --resource-group <rgname>
166166
```
167167

0 commit comments

Comments
 (0)