Skip to content

Commit bebc739

Browse files
committed
Add description on what the instances of a job execution
1 parent 47795a9 commit bebc739

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/spring-apps/enterprise/how-to-asa-job-log-streaming.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Use the following command to assign an Azure role:
7171

7272
## List all instances in a job execution
7373

74-
Use the following command to list all instances in a job execution:
74+
For a job, every time it's triggered, a new job execution will be created. And up to your parallelism setting of your job, several instances will execute in parallel. Use the following command to list all instances in a job execution:
7575

7676
```azurecli
7777
az spring job execution instance list \

0 commit comments

Comments
 (0)