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 84aa59d commit 653ef48Copy full SHA for 653ef48
articles/container-apps/jobs.md
@@ -367,8 +367,8 @@ Edit the `my-job-template.yaml` file to override the job's configuration. For ex
367
368
```yaml
369
containers:
370
-- image: ubuntu
371
- name: print-hello
+- name: print-hello
+ image: ubuntu
372
resources:
373
cpu: 1
374
memory: 2Gi
@@ -384,7 +384,8 @@ containers:
384
Start the job using the template:
385
386
```azurecli
387
-az containerapp job start --name "my-job" --resource-group "my-resource-group" --yaml my-job-template.yaml
+az containerapp job start --name "my-job" --resource-group "my-resource-group" \
388
+ --yaml my-job-template.yaml
389
```
390
391
# [Azure Resource Manager](#tab/azure-resource-manager)
0 commit comments