Skip to content

Commit 1f463c3

Browse files
committed
acrolinx updates
1 parent 6e932ea commit 1f463c3

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

articles/spring-apps/enterprise/how-to-manage-job.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Use the following steps to create a job using the Azure portal:
4848

4949
1. On the **Jobs** page, select **Create Job**.
5050

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.
5252

5353
1. Select **Deploy Job**. A panel opens.
5454

@@ -173,7 +173,7 @@ For the public preview, jobs are enabled to integrate seamlessly with Spring Clo
173173

174174
### Spring Cloud Config Server
175175

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.
177177

178178
#### [Azure CLI](#tab/azure-cli)
179179

@@ -212,7 +212,7 @@ For existing jobs, use the following steps to bind them to the Spring Cloud Conf
212212

213213
1. On the **Job binding** tab, select **Bind job** and select the job to apply.
214214

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.
216216

217217
1. Run the job.
218218

@@ -271,7 +271,7 @@ Use the following steps to bind the job to Service Registry during job creation:
271271

272272
1. On the **Job binding** tab, select **Bind job** and then select the job to apply.
273273

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.
275275

276276
1. Run the job.
277277

@@ -283,7 +283,7 @@ For existing jobs, use the following steps to bind them to the Service Registry:
283283

284284
1. On the **Job binding** tab, select **Bind job** and then select the job to apply.
285285

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.
287287

288288
1. Run the job.
289289

@@ -306,7 +306,7 @@ az spring service-registry unbind \
306306

307307
1. Open your Azure Spring Apps service instance. In the navigation pane, go to the **Managed components** section, and then select **Service Registry**.
308308

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.
310310

311311
1. Select **Unbind job**.
312312

articles/spring-apps/enterprise/toc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ items:
6868
items:
6969
- name: App and deployment
7070
href: concept-understand-app-and-deployment.md
71-
- name: Job (Preview)
71+
- name: Job
7272
href: concept-job.md
7373
- name: Version support for Java, Spring Boot, and more
7474
href: concept-app-customer-responsibilities.md
@@ -130,7 +130,7 @@ items:
130130
items:
131131
- name: Prepare a Java Spring app for deployment
132132
href: how-to-prepare-app-deployment.md?tabs=enterprise-plan
133-
- name: Manage Job
133+
- name: Manage and use jobs
134134
href: how-to-manage-job.md
135135
- name: Use Application Configuration Service
136136
href: how-to-enterprise-application-configuration-service.md

0 commit comments

Comments
 (0)