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
+4-4Lines changed: 4 additions & 4 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
@@ -207,16 +207,16 @@ az spring app deploy \
207
207
208
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
214
214
Use the following steps to enable or disable Application Configuration Service using the Azure portal:
215
215
216
216
1. Navigate to your service resource, and then select **Application Configuration Service**.
217
217
1. Select **Manage**.
218
-
1. Select or unselect the **Enable Application Configuration Service**, and then select **Save**.
219
-
1. You can then view the state of Application Configuration Service on the **Application Configuration Service** page.
218
+
1. Select or unselect **Enable Application Configuration Service**, and then select **Save**.
219
+
1. You can now view the state of Application Configuration Service on the **Application Configuration Service** page.
0 commit comments