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
@@ -53,11 +53,13 @@ Use the following steps to provision an Azure Spring Apps service instance:
53
53
54
54
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.
55
55
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.
57
59
58
60
:::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":::
59
61
60
-
> [!NOTE]
62
+
> [!NOTE]
61
63
> 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.
62
64
63
65
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
142
144
143
145
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.
144
146
145
-
## Configure Application Configuration Service for Tanzu settings
147
+
## Configure Application Configuration Service for Tanzu
146
148
147
149
Follow these steps to use Application Configuration Service for Tanzu as a centralized configuration service.
148
150
@@ -152,7 +154,7 @@ Follow these steps to use Application Configuration Service for Tanzu as a centr
152
154
153
155
:::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":::
154
156
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:
156
158
157
159
- Name: `default`
158
160
- Patterns: `api-gateway,customers-service`
@@ -191,7 +193,7 @@ Use the following steps to bind apps to Application Configuration Service for VM
191
193
192
194
1. Select **App binding** and then select **Bind app**.
193
195
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":::
195
197
196
198
1. Select an app in the dropdown menu, and then select **Apply** to bind the application to Application Configuration Service for Tanzu.
197
199
@@ -226,7 +228,7 @@ To bind apps to Application Configuration Service for VMware Tanzu®, follow the
226
228
227
229
1. Select **App binding**, then select **Bind app**.
228
230
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.
230
232
231
233
:::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":::
232
234
@@ -256,7 +258,7 @@ To use Tanzu Build Service, you need to specify a resource for build task and bu
256
258
257
259
If the app binds with ACS, you need specify an extra argument `—config-file-pattern`.
258
260
259
-
## Build the applications locally
261
+
###Build the applications locally
260
262
261
263
Use the following steps to build locally:
262
264
@@ -310,7 +312,7 @@ The following table lists the APM providers available the plans.
310
312
311
313
To check or update the current settings in Application Insights, use the following steps:
312
314
313
-
### [Azure Portal](#tab/azure-portal)
315
+
### [Azure portal](#tab/azure-portal)
314
316
315
317
1. In your Azure Spring Apps Enterprise instance, select **Application Insights**.
316
318
1. Enable or disable Application Insights by selecting **Edit binding** or **Unbind binding**.
0 commit comments