Skip to content

Commit a6940a5

Browse files
committed
edits
1 parent bf8b894 commit a6940a5

File tree

1 file changed

+36
-34
lines changed

1 file changed

+36
-34
lines changed

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

Lines changed: 36 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: How to migrate an Azure Spring Apps Basic or Standard plan instance to the Enterprise plan
33
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.
55
author: karlerickson
66
ms.author: xiading
77
ms.service: spring-apps
@@ -45,19 +45,19 @@ Use the following steps to provision an Azure Spring Apps service instance:
4545
1. On the **Create Azure Spring Apps** page, set your **Subscription**, **Resource group**, and **Name** for the instance.
4646
1. For **Plan** in **Service Details**, select **Change**.
4747

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":::
4949

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**.
5151

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":::
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

5656
1. Select **Next: VMware Tanzu settings**.
5757

5858
1. On the **VMWare Tanzu settings** tab, scroll through the list to review the Tanzu components. All components are enabled by default.
5959

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":::
6161

6262
> [!NOTE]
6363
> 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.
9393
az account set --subscription <subscription-ID>
9494
```
9595

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.
9797

9898
```azurecli
9999
az provider register --namespace Microsoft.SaaS
@@ -152,7 +152,7 @@ Follow these steps to use Application Configuration Service for Tanzu as a centr
152152

153153
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.
154154

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":::
156156

157157
1. Select **Settings** and complete the form in **Repositories** to add a new entry with the following information:
158158

@@ -161,7 +161,7 @@ Follow these steps to use Application Configuration Service for Tanzu as a centr
161161
- URI: `https://github.com/Azure-Samples/spring-petclinic-microservices-config`
162162
- Label: `master`
163163

164-
:::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":::
165165

166166
1. Select **Validate** to validate access to the target URI.
167167

@@ -193,9 +193,9 @@ Use the following steps to bind apps to Application Configuration Service for VM
193193

194194
1. Select **App binding** and then select **Bind app**.
195195

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":::
197197

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.
199199

200200
### [Azure CLI](#tab/azure-cli)
201201

@@ -230,9 +230,9 @@ To bind apps to Application Configuration Service for VMware Tanzu®, follow the
230230

231231
1. Select **Bind app**.
232232

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.
234234

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":::
236236

237237
### [Azure CLI](#tab/azure-cli)
238238

@@ -312,42 +312,44 @@ The following table lists the APM providers available the plans.
312312
|--------------------------------------------------------------------|------------------------------------------------------------------------------------|
313313
| Application insight <br> New Relic <br> Dynatrace <br> AppDynamics | Application insight <br> New Relic <br> Dynatrace <br> AppDynamics <br> ElasticAPM |
314314

315-
To check or update the current settings in Application Insights, use the following steps:
316-
317315
### [Azure portal](#tab/azure-portal)
318316

317+
To check or update the current settings in Application Insights, use the following steps:
318+
319319
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**.
321321

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":::
323323

324324
1. Select **Edit binding**. Edit the binding settings and then select **Save**.
325325

326-
:::image type="content" source="media/how-to-migrate-standard-tier-to-enterprise-tier/application-insights-edit-binding.png" alt-text="Screenshot of Azure portal 'Edit binding' pane." lightbox="media/how-to-migrate-standard-tier-to-enterprise-tier/application-insights-edit-binding.png":::
326+
:::image type="content" source="media/how-to-migrate-standard-tier-to-enterprise-tier/application-insights-edit-binding.png" alt-text="Screenshot of the Azure portal 'Edit binding' pane." lightbox="media/how-to-migrate-standard-tier-to-enterprise-tier/application-insights-edit-binding.png":::
327327

328328
### [Azure CLI](#tab/azure-cli)
329329

330-
1. Use the following command to create an Application Insights buildpack binding:
330+
The following commands show you how to check or update the current settings in Application Insights.
331331

332-
```azurecli
333-
az spring build-service builder buildpack-binding create \
334-
--resource-group <resource-group-name> \
335-
--service <Azure-Spring-Apps-instance-name> \
336-
--name <your-binding-name> \
337-
--builder-name <your-builder-name> \
338-
--type ApplicationInsights \
339-
--properties sampling-percentage=<your-sampling-percentage> \
332+
Use the following command to create an Application Insights buildpack binding:
333+
334+
```azurecli
335+
az spring build-service builder buildpack-binding create \
336+
--resource-group <resource-group-name> \
337+
--service <Azure-Spring-Apps-instance-name> \
338+
--name <your-binding-name> \
339+
--builder-name <your-builder-name> \
340+
--type ApplicationInsights \
341+
--properties sampling-percentage=<your-sampling-percentage> \
340342
connection-string=<your-connection-string>
341-
```
343+
```
342344

343-
1. Use the following command to list all buildpack bindings, and find Application Insights bindings for the type `ApplicationInsights`:
345+
Use the following command to list all buildpack bindings, and find Application Insights bindings for the type `ApplicationInsights`:
344346

345-
```azurecli
346-
az spring build-service builder buildpack-binding list \
347-
--resource-group <resource-group-name> \
348-
--service <Azure-Spring-Apps-instance-name> \
349-
--builder-name <your-builder-name>
350-
```
347+
```azurecli
348+
az spring build-service builder buildpack-binding list \
349+
--resource-group <resource-group-name> \
350+
--service <Azure-Spring-Apps-instance-name> \
351+
--builder-name <your-builder-name>
352+
```
351353

352354
Use the following command to replace an Application Insights buildpack binding:
353355

0 commit comments

Comments
 (0)