Skip to content

Commit 5de65d0

Browse files
committed
misc small fixes
1 parent 5e1c9bc commit 5de65d0

4 files changed

+13
-21
lines changed

articles/spring-apps/how-to-enterprise-application-configuration-service.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: karlerickson
66
ms.author: xiading
77
ms.service: spring-apps
88
ms.topic: how-to
9-
ms.date: 02/02/2023
9+
ms.date: 02/09/2022
1010
ms.custom: devx-track-java, event-tier1-build-2022, engagement-fy23
1111
---
1212

@@ -205,7 +205,7 @@ az spring app deploy \
205205
--config-file-pattern <config-file-pattern>
206206
```
207207

208-
## Enable/Disable Application Configuration Service after service creation
208+
## Enable/disable Application Configuration Service after service creation
209209

210210
You can enable and disable Application Configuration Service after service creation using the Azure portal or Azure CLI. Before disabling Application Configuration Service, you're required to unbind all of your apps to it.
211211

@@ -214,12 +214,9 @@ You can enable and disable Application Configuration Service after service creat
214214
Use the following steps to enable or disable Application Configuration Service using the Azure portal:
215215

216216
1. Navigate to your service resource, and then select **Application Configuration Service**.
217-
218217
1. Select **Manage**.
219-
220218
1. Select or unselect the **Enable Application Configuration Service**, and then select **Save**.
221-
222-
1. You can then view the state of Application Configuration Service on the **Application Configuration Service**.
219+
1. You can then view the state of Application Configuration Service on the **Application Configuration Service** page.
223220

224221
### [Azure CLI](#tab/Azure-CLI)
225222

articles/spring-apps/how-to-enterprise-service-registry.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: karlerickson
55
ms.author: yoterada
66
ms.service: spring-apps
77
ms.topic: how-to
8-
ms.date: 02/03/2023
8+
ms.date: 06/17/2022
99
ms.custom: devx-track-java, event-tier1-build-2022
1010
---
1111

@@ -451,9 +451,9 @@ This command produces the following output.
451451

452452
In this way, you can obtain detailed information from the program as needed.
453453

454-
## Enable/Disable Service Registry after service creation
454+
## Enable/disable Service Registry after service creation
455455

456-
You can enable and disable Service Registry after service creation using the Azure portal or Azure CLI. Before disabling Service Registry, you're required to unbind all of your apps to it.
456+
You can enable and disable Service Registry after service creation using the Azure portal or Azure CLI. Before disabling Service Registry, you're required to unbind all of your apps from it.
457457

458458
### [Azure portal](#tab/Portal)
459459

@@ -462,8 +462,7 @@ Use the following steps to enable or disable Service Registry using the Azure po
462462
1. Navigate to your service resource, and then select **Service Registry**.
463463
1. Select **Manage**.
464464
1. Select or unselect the **Enable Service Registry**, and then select **Save**.
465-
466-
1. You can then view the state of Service Registry on the **Service Registry**.
465+
1. You can then view the state of Service Registry on the **Service Registry** page.
467466

468467
### [Azure CLI](#tab/Azure-CLI)
469468

articles/spring-apps/how-to-use-enterprise-api-portal.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: karlerickson
66
ms.author: xiading
77
ms.service: spring-apps
88
ms.topic: how-to
9-
ms.date: 02/03/2023
9+
ms.date: 02/09/2022
1010
ms.custom: devx-track-java, devx-track-azurecli, event-tier1-build-2022
1111
---
1212

@@ -159,7 +159,7 @@ Use the following steps to try out APIs:
159159

160160
:::image type="content" source="media/how-to-use-enterprise-api-portal/api-portal-tryout.png" alt-text="Screenshot of API portal.":::
161161

162-
## Enable/Disable API portal after service creation
162+
## Enable/disable API portal after service creation
163163

164164
You can enable and disable API portal after service creation using the Azure portal or Azure CLI. Before disabling API portal, you're required to unassign its endpoint.
165165

@@ -169,10 +169,8 @@ Use the following steps to enable or disable API portal using the Azure portal:
169169

170170
1. Navigate to your service resource, and then select **API portal**.
171171
1. Select **Manage**.
172-
173172
1. Select or unselect the **Enable API portal**, and then select **Save**.
174-
175-
1. You can then view the state of API portal on the **API portal**.
173+
1. You can then view the state of API portal on the **API portal** page.
176174

177175
### [Azure CLI](#tab/Azure-CLI)
178176

articles/spring-apps/how-to-use-enterprise-spring-cloud-gateway.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: KarlErickson
55
ms.author: xiading
66
ms.service: spring-cloud
77
ms.topic: how-to
8-
ms.date: 02/03/2023
8+
ms.date: 11/04/2022
99
ms.custom: devx-track-java, devx-track-azurecli, event-tier1-build-2022
1010
---
1111

@@ -254,7 +254,7 @@ az spring gateway route-config create \
254254
--routes-file <json-file-with-routes>
255255
```
256256

257-
## Enable/Disable Spring Cloud Gateway after service creation
257+
## Enable/disable Spring Cloud Gateway after service creation
258258

259259
You can enable and disable Spring Cloud Gateway after service creation using Azure portal or Azure CLI. Before disabling Spring Cloud Gateway, you're required to unassign its endpoint and remove all route configs.
260260

@@ -264,10 +264,8 @@ Use the following steps to enable or disable Spring Cloud Gateway using the Azur
264264

265265
1. Navigate to your service resource, and then select **Spring Cloud Gateway**.
266266
1. Select **Manage**.
267-
268267
1. Select or unselect the **Enable Spring Cloud Gateway**, and then select **Save**.
269-
270-
1. You can then view the state of Spring Cloud Gateway on the **Spring Cloud Gateway**.
268+
1. You can then view the state of Spring Cloud Gateway on the **Spring Cloud Gateway** page.
271269

272270
### [Azure CLI](#tab/Azure-CLI)
273271

0 commit comments

Comments
 (0)