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/how-to-enterprise-application-configuration-service.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ Application Configuration Service for Tanzu supports Azure DevOps, GitHub, GitLa
36
36
37
37
To manage the service settings, open the **Settings** section and add a new entry under the **Repositories** section.
38
38
39
-
:::image type="content" source="media/how-to-enterprise-application-configuration-service/config-service-settings.png" alt-text="Screenshot of the Application Configuration Service page showing how to add a repository." lightbox="media/how-to-enterprise-application-configuration-service/config-service-settings.png":::
39
+
:::image type="content" source="media/how-to-enterprise-application-configuration-service/config-service-settings.png" alt-text="Screenshot of the Application Configuration Service page showing how to add a repository." lightbox="media/how-to-enterprise-application-configuration-service/config-service-settings.png":::
40
40
41
41
The following table describes properties for each entry.
42
42
@@ -205,9 +205,9 @@ az spring app deploy \
205
205
--config-file-pattern <config-file-pattern>
206
206
```
207
207
208
-
## Enable/Disable Application Configuration Service after service creation
208
+
## Enable/disable Application Configuration Service after service creation
209
209
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.
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 from it.
211
211
212
212
### [Azure portal](#tab/Portal)
213
213
@@ -217,9 +217,9 @@ Use the following steps to enable or disable Application Configuration Service u
217
217
218
218
1. Select **Manage**.
219
219
220
-
1. Select or unselect the **Enable Application Configuration Service**, and then select **Save**.
220
+
1. Select or unselect **Enable Application Configuration Service**, and then select **Save**.
221
221
222
-
1. You can then view the state of Application Configuration Service on the **Application Configuration Service**.
222
+
1. You can now view the state of Application Configuration Service on the **Application Configuration Service** page.
0 commit comments