You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/spring-apps/enterprise/how-to-manage-job.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ Use the following steps to create a job using the Azure portal:
48
48
49
49
1. On the **Jobs** page, select **Create Job**.
50
50
51
-
1. Add a name for the job and select other configurations. Select **Create** and wait until the job is created succesfully.
51
+
1. Add a name for the job and select other configurations. Select **Create** and wait until the job is created successfully.
52
52
53
53
1. Select **Deploy Job**. A panel opens.
54
54
@@ -173,7 +173,7 @@ For the public preview, jobs are enabled to integrate seamlessly with Spring Clo
173
173
174
174
### Spring Cloud Config Server
175
175
176
-
With the Spring Cloud Config Server, configurations or properties that are required by the job can be managed externally on GitHub repos and then loaded into the job accordingly. After setting up GitHub repo configurations on Spring Cloud Config Server, you need to bind the jobs with it.
176
+
With the Spring Cloud Config Server, configurations or properties required by the job can be managed externally on GitHub repos and then loaded into the job accordingly. After setting up GitHub repo configurations on Spring Cloud Config Server, you need to bind the jobs with it.
177
177
178
178
#### [Azure CLI](#tab/azure-cli)
179
179
@@ -212,7 +212,7 @@ For existing jobs, use the following steps to bind them to the Spring Cloud Conf
212
212
213
213
1. On the **Job binding** tab, select **Bind job** and select the job to apply.
214
214
215
-
1. After binding successfully, the job name shows up on the list.
215
+
1. After the job binds successfully, the job name shows up on the list.
216
216
217
217
1. Run the job.
218
218
@@ -271,7 +271,7 @@ Use the following steps to bind the job to Service Registry during job creation:
271
271
272
272
1. On the **Job binding** tab, select **Bind job** and then select the job to apply.
273
273
274
-
1. After binding successfully, the job name shows up on the list.
274
+
1. After the job binds successfully, the job name shows up on the list.
275
275
276
276
1. Run the job.
277
277
@@ -283,7 +283,7 @@ For existing jobs, use the following steps to bind them to the Service Registry:
283
283
284
284
1. On the **Job binding** tab, select **Bind job** and then select the job to apply.
285
285
286
-
1. After binding successfully, the job name shows up on the list.
286
+
1. After the job binds successfully, the job name shows up on the list.
287
287
288
288
1. Run the job.
289
289
@@ -306,7 +306,7 @@ az spring service-registry unbind \
306
306
307
307
1. Open your Azure Spring Apps service instance. In the navigation pane, go to the **Managed components** section, and then select **Service Registry**.
308
308
309
-
1.In *Job binding* tab, select the job that you need to unbind.
309
+
1.On the **Job binding** tab, select the job that you need to unbind.
0 commit comments