Skip to content

Commit 8713f69

Browse files
brhamilton529KarlErickson
authored andcommitted
misc fixes
1 parent 85a91d2 commit 8713f69

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

articles/spring-apps/how-to-migrate-standard-tier-to-enterprise-tier.md

Lines changed: 11 additions & 9 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: 05/09/2022
9+
ms.date: 6/20/2023
1010
ms.custom: devx-track-java, devx-track-azurecli, event-tier1-build-2022
1111
---
1212

@@ -53,11 +53,13 @@ Use the following steps to provision an Azure Spring Apps service instance:
5353

5454
1. Back on the **Create Azure Spring Apps** page, select **Terms** to agree to the legal terms and privacy statements of the Enterprise plan offering in the Azure Marketplace.
5555

56-
1. Select **Next: VMware Tanzu settings**. Scroll through the list to review the Tanzu components. All components are enabled by default.
56+
1. Select **Next: VMware Tanzu settings**.
57+
58+
1. On the **VMWare Tanzu settings** tab, scroll through the list to review the Tanzu components. All components are enabled by default.
5759

5860
:::image type="content" source="media/how-to-migrate-standard-tier-to-enterprise-tier/create-instance-tanzu-settings-public-preview.png" alt-text="Screenshot of Azure portal Azure Spring Apps creation page with V M ware Tanzu Settings section showing." lightbox="media/how-to-migrate-standard-tier-to-enterprise-tier/create-instance-tanzu-settings-public-preview.png":::
5961

60-
> [!NOTE]
62+
> [!NOTE]
6163
> Carefully consider which Tanzu components you want to use or enable during the provisioning phase. After provisioning the Azure Spring Apps instance, you can't enable or disable Tanzu components.
6264
6365
1. Select the **Application Insights** tab and then select **Enable Application Insights**. Review the following settings:
@@ -142,7 +144,7 @@ For externalized configuration in a distributed system, managed Spring Cloud Con
142144

143145
Unlike the client-server mode in the OSS config server, ACS manages configuration by using the Kubernetes-native `ConfigMap`, which is populated from properties defined in backend Git repositories. ACS can't get the active profile configured in the app's source code to match the right configuration, so the explicit configuration `config-file-pattern` should be specified at the Azure Spring Apps deployment level.
144146

145-
## Configure Application Configuration Service for Tanzu settings
147+
## Configure Application Configuration Service for Tanzu
146148

147149
Follow these steps to use Application Configuration Service for Tanzu as a centralized configuration service.
148150

@@ -152,7 +154,7 @@ Follow these steps to use Application Configuration Service for Tanzu as a centr
152154

153155
:::image type="content" source="./media/how-to-migrate-standard-tier-to-enterprise-tier/config-service-overview.png" alt-text="Screenshot of Azure portal showing the Overview tab of the Application Configuration Service page." lightbox="./media/how-to-migrate-standard-tier-to-enterprise-tier/config-service-overview.png":::
154156

155-
1. Select **Settings** and then add a new entry in the **Repositories** section with the following information:
157+
1. Select **Settings** and complete the form in **Repositories** to add new entry with the following information:
156158

157159
- Name: `default`
158160
- Patterns: `api-gateway,customers-service`
@@ -191,7 +193,7 @@ Use the following steps to bind apps to Application Configuration Service for VM
191193

192194
1. Select **App binding** and then select **Bind app**.
193195

194-
:::image type="content" source="./media/how-to-migrate-standard-tier-to-enterprise-tier/config-service-settings.png" alt-text="Screenshot of Azure portal showing the App binding tab of the Application Configuration Service page and the Bind app dropdown menu showing." lightbox="./media/how-to-migrate-standard-tier-to-enterprise-tier/config-bind-app.png":::
196+
:::image type="content" source="./media/how-to-migrate-standard-tier-to-enterprise-tier/config-app-bind.png" alt-text="Screenshot of Azure portal showing the App binding tab of the Application Configuration Service page and the Bind app dropdown menu showing." lightbox="./media/how-to-migrate-standard-tier-to-enterprise-tier/config-bind-app.png":::
195197

196198
1. Select an app in the dropdown menu, and then select **Apply** to bind the application to Application Configuration Service for Tanzu.
197199

@@ -226,7 +228,7 @@ To bind apps to Application Configuration Service for VMware Tanzu®, follow the
226228

227229
1. Select **App binding**, then select **Bind app**.
228230

229-
1. Select an in the dropdown menu, and then select **Apply** to bind the application to Tanzu Service Registry.
231+
1. Select an app in the dropdown menu, and then select **Apply** to bind the application to Tanzu Service Registry.
230232

231233
:::image type="content" source="media/how-to-migrate-standard-tier-to-enterprise-tier/service-reg-app-bind-dropdown.png" alt-text="Screenshot of Azure portal Azure Spring Apps with Service Registry page and 'Bind app' dialog showing." lightbox="media/how-to-migrate-standard-tier-to-enterprise-tier/service-reg-app-bind-dropdown.png":::
232234

@@ -256,7 +258,7 @@ To use Tanzu Build Service, you need to specify a resource for build task and bu
256258

257259
If the app binds with ACS, you need specify an extra argument `—config-file-pattern`.
258260

259-
## Build the applications locally
261+
### Build the applications locally
260262

261263
Use the following steps to build locally:
262264

@@ -310,7 +312,7 @@ The following table lists the APM providers available the plans.
310312

311313
To check or update the current settings in Application Insights, use the following steps:
312314

313-
### [Azure Portal](#tab/azure-portal)
315+
### [Azure portal](#tab/azure-portal)
314316

315317
1. In your Azure Spring Apps Enterprise instance, select **Application Insights**.
316318
1. Enable or disable Application Insights by selecting **Edit binding** or **Unbind binding**.

0 commit comments

Comments
 (0)