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-migrate-standard-tier-to-enterprise-tier.md
+36-34Lines changed: 36 additions & 34 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: How to migrate an Azure Spring Apps Basic or Standard plan instance to the Enterprise plan
3
3
titleSuffix: Azure Spring Apps Enterprise plan
4
-
description: Shows how to migrate an Azure Spring Apps Basic or Standard plan instance to Enterprise plan.
4
+
description: Shows you how to migrate an Azure Spring Apps Basic or Standard plan instance to Enterprise plan.
5
5
author: karlerickson
6
6
ms.author: xiading
7
7
ms.service: spring-apps
@@ -45,19 +45,19 @@ Use the following steps to provision an Azure Spring Apps service instance:
45
45
1. On the **Create Azure Spring Apps** page, set your **Subscription**, **Resource group**, and **Name** for the instance.
46
46
1. For **Plan** in **Service Details**, select **Change**.
47
47
48
-
:::image type="content" source="media/how-to-migrate-standard-tier-to-enterprise-tier/change-plan.png" alt-text="Screenshot of Azure portal Azure Spring Apps creation page with the Change button highlighted in the plan section." lightbox="media/how-to-migrate-standard-tier-to-enterprise-tier/change-plan.png":::
48
+
:::image type="content" source="media/how-to-migrate-standard-tier-to-enterprise-tier/change-plan.png" alt-text="Screenshot of the Azure portal Azure Spring Apps creation page with the Change button highlighted in the plan section." lightbox="media/how-to-migrate-standard-tier-to-enterprise-tier/change-plan.png":::
49
49
50
-
1. On the **Choose your plan** page, select the **Enterprise** row in the table and then select **Select**.
50
+
1. On the **Choose your plan** page, select the **Enterprise** row in the table, and then select **Select**.
51
51
52
-
:::image type="content" source="media/how-to-migrate-standard-tier-to-enterprise-tier/choose-enterprise-tier.png" alt-text="Screenshot of Azure portal Azure Spring Apps creation page with Basics section and 'Choose your pricing tier' pane showing." lightbox="media/how-to-migrate-standard-tier-to-enterprise-tier/choose-enterprise-tier.png":::
52
+
:::image type="content" source="media/how-to-migrate-standard-tier-to-enterprise-tier/choose-enterprise-tier.png" alt-text="Screenshot of the Azure portal Azure Spring Apps creation page with Basics section and 'Choose your pricing tier' pane showing." lightbox="media/how-to-migrate-standard-tier-to-enterprise-tier/choose-enterprise-tier.png":::
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
56
1. Select **Next: VMware Tanzu settings**.
57
57
58
58
1. On the **VMWare Tanzu settings** tab, scroll through the list to review the Tanzu components. All components are enabled by default.
59
59
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":::
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 the 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":::
61
61
62
62
> [!NOTE]
63
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.
@@ -93,7 +93,7 @@ It takes about 5 minutes to finish the resource provisioning.
93
93
az account set --subscription <subscription-ID>
94
94
```
95
95
96
-
1. Use the following command to accept the legal terms and privacy statements for the Enterprise plan. This step is required only for the first time you create an Azure Spring Apps on the Enterprise plan.
96
+
1. Use the following command to accept the legal terms and privacy statements for the Enterprise plan. This step is required only the first time you create an Azure Spring Apps instance on the Enterprise plan.
97
97
98
98
```azurecli
99
99
az provider register --namespace Microsoft.SaaS
@@ -152,7 +152,7 @@ Follow these steps to use Application Configuration Service for Tanzu as a centr
152
152
153
153
1. In your Azure Spring Apps Enterprise instance, select **Application Configuration Service** in the navigation pane. View the running state and resources allocated to Application Configuration Service for Tanzu.
154
154
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":::
155
+
:::image type="content" source="./media/how-to-migrate-standard-tier-to-enterprise-tier/config-service-overview.png" alt-text="Screenshot of the 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":::
156
156
157
157
1. Select **Settings** and complete the form in **Repositories** to add a new entry with the following information:
158
158
@@ -161,7 +161,7 @@ Follow these steps to use Application Configuration Service for Tanzu as a centr
:::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 Settings tab of the Application Configuration Service page." lightbox="./media/how-to-migrate-standard-tier-to-enterprise-tier/config-service-settings.png":::
164
+
:::image type="content" source="./media/how-to-migrate-standard-tier-to-enterprise-tier/config-service-settings.png" alt-text="Screenshot of the Azure portal showing the Settings tab of the Application Configuration Service page." lightbox="./media/how-to-migrate-standard-tier-to-enterprise-tier/config-service-settings.png":::
165
165
166
166
1. Select **Validate** to validate access to the target URI.
167
167
@@ -193,9 +193,9 @@ Use the following steps to bind apps to Application Configuration Service for VM
193
193
194
194
1. Select **App binding** and then select **Bind app**.
195
195
196
-
:::image type="content" source="./media/how-to-migrate-standard-tier-to-enterprise-tier/config-bind-app.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-bind-app.png" alt-text="Screenshot of the 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":::
197
197
198
-
1. Select an app in the dropdown menu, and then select **Apply** to bind the application to Application Configuration Service for Tanzu.
198
+
1. Select an app in the dropdown menu and then select **Apply** to bind the application to Application Configuration Service for Tanzu.
199
199
200
200
### [Azure CLI](#tab/azure-cli)
201
201
@@ -230,9 +230,9 @@ To bind apps to Application Configuration Service for VMware Tanzu®, follow the
230
230
231
231
1. Select **Bind app**.
232
232
233
-
1. Select an app in the dropdown menu, and then select **Apply** to bind the application to Tanzu Service Registry.
233
+
1. Select an app in the dropdown menu and then select **Apply** to bind the application to Tanzu Service Registry.
234
234
235
-
:::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":::
235
+
:::image type="content" source="media/how-to-migrate-standard-tier-to-enterprise-tier/service-reg-app-bind-dropdown.png" alt-text="Screenshot of the 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":::
236
236
237
237
### [Azure CLI](#tab/azure-cli)
238
238
@@ -312,42 +312,44 @@ The following table lists the APM providers available the plans.
To check or update the current settings in Application Insights, use the following steps:
316
-
317
315
### [Azure portal](#tab/azure-portal)
318
316
317
+
To check or update the current settings in Application Insights, use the following steps:
318
+
319
319
1. In your Azure Spring Apps Enterprise instance, select **Application Insights**.
320
-
1. Enable or disable Application Insights by selecting **Edit binding** or **Unbind binding**.
320
+
1. Enable or disable Application Insights by selecting **Edit binding** or **Unbind binding**.
321
321
322
-
:::image type="content" source="media/how-to-migrate-standard-tier-to-enterprise-tier/application-insights-binding-enable.png" alt-text="Screenshot of Azure portal Application Insights page with the Edit binding option dropdown menu showing." lightbox="media/how-to-migrate-standard-tier-to-enterprise-tier/application-insights-binding-enable.png":::
322
+
:::image type="content" source="media/how-to-migrate-standard-tier-to-enterprise-tier/application-insights-binding-enable.png" alt-text="Screenshot of the Azure portal Application Insights page with the Edit binding option dropdown menu showing." lightbox="media/how-to-migrate-standard-tier-to-enterprise-tier/application-insights-binding-enable.png":::
323
323
324
324
1. Select **Edit binding**. Edit the binding settings and then select **Save**.
0 commit comments