Skip to content

Commit 653ef48

Browse files
committed
Formatting update
1 parent 84aa59d commit 653ef48

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

articles/container-apps/jobs.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -367,8 +367,8 @@ Edit the `my-job-template.yaml` file to override the job's configuration. For ex
367367

368368
```yaml
369369
containers:
370-
- image: ubuntu
371-
name: print-hello
370+
- name: print-hello
371+
image: ubuntu
372372
resources:
373373
cpu: 1
374374
memory: 2Gi
@@ -384,7 +384,8 @@ containers:
384384
Start the job using the template:
385385
386386
```azurecli
387-
az containerapp job start --name "my-job" --resource-group "my-resource-group" --yaml my-job-template.yaml
387+
az containerapp job start --name "my-job" --resource-group "my-resource-group" \
388+
--yaml my-job-template.yaml
388389
```
389390

390391
# [Azure Resource Manager](#tab/azure-resource-manager)

0 commit comments

Comments
 (0)