@@ -392,7 +392,7 @@ You can now create a job that uses to use the container image. In this section,
392
392
az containerapp job create -n "$JOB_NAME" -g "$RESOURCE_GROUP" --environment "$ENVIRONMENT" \
393
393
--trigger-type Event \
394
394
--replica-timeout 1800 \
395
- --replica-retry-limit 1 \
395
+ --replica-retry-limit 0 \
396
396
--replica-completion-count 1 \
397
397
--parallelism 1 \
398
398
--image "$CONTAINER_REGISTRY_NAME.azurecr.io/$CONTAINER_IMAGE_NAME" \
@@ -711,7 +711,7 @@ You can run a manual job to register an offline placeholder agent. The job runs
711
711
az containerapp job create -n " $PLACEHOLDER_JOB_NAME " -g " $RESOURCE_GROUP " --environment " $ENVIRONMENT " `
712
712
--trigger-type Manual `
713
713
--replica-timeout 300 `
714
- --replica-retry-limit 1 `
714
+ --replica-retry-limit 0 `
715
715
--replica-completion-count 1 `
716
716
--parallelism 1 `
717
717
--image " $CONTAINER_REGISTRY_NAME .azurecr.io/$CONTAINER_IMAGE_NAME " `
@@ -803,7 +803,7 @@ Now that you have a placeholder agent, you can create a self-hosted agent. In th
803
803
az containerapp job create -n "$JOB_NAME" -g "$RESOURCE_GROUP" --environment "$ENVIRONMENT" \
804
804
--trigger-type Event \
805
805
--replica-timeout 1800 \
806
- --replica-retry-limit 1 \
806
+ --replica-retry-limit 0 \
807
807
--replica-completion-count 1 \
808
808
--parallelism 1 \
809
809
--image "$CONTAINER_REGISTRY_NAME.azurecr.io/$CONTAINER_IMAGE_NAME" \
@@ -826,7 +826,7 @@ az containerapp job create -n "$JOB_NAME" -g "$RESOURCE_GROUP" --environment "$E
826
826
az containerapp job create -n "$JOB_NAME" -g "$RESOURCE_GROUP" --environment "$ENVIRONMENT" `
827
827
--trigger-type Event `
828
828
--replica-timeout 1800 `
829
- --replica-retry-limit 1 `
829
+ --replica-retry-limit 0 `
830
830
--replica-completion-count 1 `
831
831
--parallelism 1 `
832
832
--image "$CONTAINER_REGISTRY_NAME.azurecr.io/$CONTAINER_IMAGE_NAME" `
0 commit comments