Skip to content

Commit 6bafb47

Browse files
committed
edited new content
1 parent d56a9af commit 6bafb47

4 files changed

+22
-22
lines changed

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

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ The following table describes properties for each entry.
5050

5151
### Pattern
5252

53-
Configuration is pulled from Git backends by using what you define in a pattern. A pattern is a combination of *{application}/{profile}* as described in the following guidelines.
53+
Configuration is pulled from Git backends using what you define in a pattern. A pattern is a combination of *{application}/{profile}* as described in the following guidelines.
5454

5555
- *{application}* - The name of an application whose configuration you're retrieving. The value `application` is considered the default application and includes configuration information shared across multiple applications. Any other value refers to a specific application and includes properties for both the specific application and shared properties for the default application.
5656
- *{profile}* - Optional. The name of a profile whose properties you may be retrieving. An empty value, or the value `default`, includes properties that are shared across profiles. Non-default values include properties for the specified profile and properties for the default profile.
@@ -82,7 +82,7 @@ The following image shows the three types of repository authentication supported
8282
|----------------------------|-----------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
8383
| `Private key` | Yes | The private key that identifies the Git user. Passphrase-encrypted private keys aren't supported. |
8484
| `Host key` | No | The host key of the Git server. If you've connected to the server via Git on the command line, the host key is in your *.ssh/known_hosts* file. Don't include the algorithm prefix, because it's specified in `Host key algorithm`. |
85-
| `Host key algorithm` | No | The algorithm for `HostKey`: one of `ssh-dss`, `ssh-rsa`, `ecdsa-sha2-nistp256`, `ecdsa-sha2-nistp384`, and `ecdsa-sha2-nistp521`. Required if supplying `Host key`. |
85+
| `Host key algorithm` | No | The algorithm for `hostKey`: one of `ssh-dss`, `ssh-rsa`, `ecdsa-sha2-nistp256`, `ecdsa-sha2-nistp384`, and `ecdsa-sha2-nistp521`. (Required if supplying `Host key`). |
8686
| `Strict host key checking` | No | Optional value that indicates whether the backend should be ignored if it encounters an error when using the provided `Host key`. Valid values are `true` and `false`. The default value is `true`. |
8787

8888
> [!NOTE]
@@ -207,22 +207,23 @@ az spring app deploy \
207207

208208
## Enable/Disable Application Configuration Service after service creation
209209

210-
You can enable and disable Application Configuration Service after service creation using Azure portal or Azure CLI. Before disabling it, it's required to unbind all of your apps to Application Configuration Service.
210+
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

212212
### [Azure portal](#tab/Portal)
213213

214-
Use the following steps to enable/disable Application Configuration Service using the Azure portal:
214+
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+
217218
1. Select **Manage**.
218219

219-
1. Check/Uncheck the **Enable Application Configuration Service** checkbox, and then select **Save**.
220+
1. Select or unselect the **Enable Application Configuration Service**, and then select **Save**.
220221

221222
1. You can then view the state of Application Configuration Service on the **Application Configuration Service**.
222223

223224
### [Azure CLI](#tab/Azure-CLI)
224225

225-
Use the following Azure CLI commands to enable/disable Application Configuration Service:
226+
Use the following Azure CLI commands to enable or disable Application Configuration Service:
226227

227228
```azurecli
228229
az spring application-configuration-service create \

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

Lines changed: 5 additions & 6 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: 06/17/2022
8+
ms.date: 02/03/2022
99
ms.custom: devx-track-java, event-tier1-build-2022
1010
---
1111

@@ -453,22 +453,21 @@ In this way, you can obtain detailed information from the program as needed.
453453

454454
## Enable/Disable Service Registry after service creation
455455

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

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

460-
Use the following steps to enable/disable Service Registry using the Azure portal:
460+
Use the following steps to enable or disable Service Registry using the Azure portal:
461461

462462
1. Navigate to your service resource, and then select **Service Registry**.
463463
1. Select **Manage**.
464-
465-
1. Check/Uncheck the **Enable Service Registry** checkbox, and then select **Save**.
464+
1. Select or unselect the **Enable Service Registry**, and then select **Save**.
466465

467466
1. You can then view the state of Service Registry on the **Service Registry**.
468467

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

471-
Use the following Azure CLI commands to enable/disable Service Registry:
470+
Use the following Azure CLI commands to enable or disable Service Registry:
472471

473472
```azurecli
474473
az spring service-registry create \

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

Lines changed: 5 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/09/2022
9+
ms.date: 02/03/2023
1010
ms.custom: devx-track-java, devx-track-azurecli, event-tier1-build-2022
1111
---
1212

@@ -161,22 +161,22 @@ Use the following steps to try out APIs:
161161

162162
## Enable/Disable API portal after service creation
163163

164-
You can enable/disable API portal after service creation using Azure portal or Azure CLI. Before disabling it, it's required to unassign its endpoint.
164+
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

166166
### [Azure portal](#tab/Portal)
167167

168-
Use the following steps to enable/disable API portal using the Azure portal:
168+
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**.
172172

173-
1. Check/Uncheck the **Enable API portal** checkbox, and then select **Save**.
173+
1. Select or unselect the **Enable API portal**, and then select **Save**.
174174

175175
1. You can then view the state of API portal on the **API portal**.
176176

177177
### [Azure CLI](#tab/Azure-CLI)
178178

179-
Use the following Azure CLI commands to enable/disable API portal:
179+
Use the following Azure CLI commands to enable or disable API portal:
180180

181181
```azurecli
182182
az spring api-portal create \

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

Lines changed: 5 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: 11/04/2022
8+
ms.date: 02/03/2023
99
ms.custom: devx-track-java, devx-track-azurecli, event-tier1-build-2022
1010
---
1111

@@ -256,22 +256,22 @@ az spring gateway route-config create \
256256

257257
## Enable/Disable Spring Cloud Gateway after service creation
258258

259-
You can enable/disable Spring Cloud Gateway after service creation using Azure portal or Azure CLI. Before disabling it, it's required to unassign its endpoint and remove all route configs.
259+
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

261261
### [Azure portal](#tab/Portal)
262262

263-
Use the following steps to enable/disable Spring Cloud Gateway using the Azure portal:
263+
Use the following steps to enable or disable Spring Cloud Gateway using the Azure portal:
264264

265265
1. Navigate to your service resource, and then select **Spring Cloud Gateway**.
266266
1. Select **Manage**.
267267

268-
1. Check/Uncheck the **Enable Spring Cloud Gateway** checkbox, and then select **Save**.
268+
1. Select or unselect the **Enable Spring Cloud Gateway**, and then select **Save**.
269269

270270
1. You can then view the state of Spring Cloud Gateway on the **Spring Cloud Gateway**.
271271

272272
### [Azure CLI](#tab/Azure-CLI)
273273

274-
Use the following Azure CLI commands to enable/disable Spring Cloud Gateway:
274+
Use the following Azure CLI commands to enable or disable Spring Cloud Gateway:
275275

276276
```azurecli
277277
az spring spring-cloud-gateway create \

0 commit comments

Comments
 (0)