Skip to content

Commit 85a91d2

Browse files
brhamilton529KarlErickson
authored andcommitted
various update edits
1 parent 2af1b9f commit 85a91d2

File tree

1 file changed

+14
-18
lines changed

1 file changed

+14
-18
lines changed

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

Lines changed: 14 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -47,18 +47,18 @@ Use the following steps to provision an Azure Spring Apps service instance:
4747

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

50-
1. On the **Choose your plan** page, select the **Enterprise** row in theand then select **Select**.
50+
1. On the **Choose your plan** page, select the **Enterprise** row in the table and then select **Select**.
5151

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

54-
1. Back on the **Create Azure Spring Apps** page, select the **Terms** checkbox to agree to the legal terms and privacy statements of the Enterprise plan offering in the Azure Marketplace.
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.
5555

56-
> [!NOTE]
57-
> All Tanzu components are enabled by default. 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.
56+
1. Select **Next: VMware Tanzu settings**. Scroll through the list to review the Tanzu components. All components are enabled by default.
5857

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

61-
1. Select **Next: VMware Tanzu settings**.
60+
> [!NOTE]
61+
> 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.
6262
6363
1. Select the **Application Insights** tab and then select **Enable Application Insights**. Review the following settings:
6464

@@ -117,7 +117,7 @@ It takes about 5 minutes to finish the resource provisioning.
117117

118118
The app creation steps are the same as Standard plan.
119119

120-
1. Use the following commands to set your default resource group name and Azure Spring Apps service instance name:
120+
1. Use the following command to set Azure CLI defaults. Be sure to replace the placeholders with your own values.
121121

122122
```azurecli
123123
az config set defaults.group=<resource-group-name>
@@ -159,12 +159,12 @@ Follow these steps to use Application Configuration Service for Tanzu as a centr
159159
- URI: `https://github.com/Azure-Samples/spring-petclinic-microservices-config`
160160
- Label: `master`
161161

162+
:::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":::
163+
162164
1. Select **Validate** to validate access to the target URI.
163165

164166
1. After validation completes successfully, select **Apply** to update the configuration settings.
165167

166-
:::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":::
167-
168168
### [Azure CLI](#tab/azure-cli)
169169

170170
Use the following command to set the default repository:
@@ -191,11 +191,9 @@ Use the following steps to bind apps to Application Configuration Service for VM
191191

192192
1. Select **App binding** and then select **Bind app**.
193193

194-
1. Choose one app in the dropdown, then select **Apply** to bind the application to Application Configuration Service for Tanzu.
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":::
195195

196-
:::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-service-settings.png":::
197-
198-
The list under **App name** shows the apps bound with Application Configuration Service for Tanzu.
196+
1. Select an app in the dropdown menu, and then select **Apply** to bind the application to Application Configuration Service for Tanzu.
199197

200198
### [Azure CLI](#tab/azure-cli)
201199

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

229227
1. Select **App binding**, then select **Bind app**.
230228

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

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

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

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

261-
The following sections show how to build and deploy applications.
262-
263259
## Build the applications locally
264260

265261
Use the following steps to build locally:
@@ -317,11 +313,11 @@ To check or update the current settings in Application Insights, use the followi
317313
### [Azure Portal](#tab/azure-portal)
318314

319315
1. In your Azure Spring Apps Enterprise instance, select **Application Insights**.
320-
1. Enable Application Insights by selecting **Edit binding**, or the **Unbound** hyperlink.
316+
1. Enable or disable Application Insights by selecting **Edit binding** or **Unbind binding**.
321317

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

324-
1. Edit the binding settings, then select **Save**.
320+
1. Select **Edit binding**. Edit the binding settings and then select **Save**.
325321

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

@@ -390,4 +386,4 @@ For more information, see [Use Application Insights Java In-Process Agent in Azu
390386

391387
- [Azure Spring Apps](index.yml)
392388
- [Use API portal for VMware Tanzu](./how-to-use-enterprise-api-portal.md)
393-
- [Use Spring Cloud Gateway for Tanzu](./how-to-use-enterprise-spring-cloud-gateway.md)
389+
- [Use Spring Cloud Gateway](./how-to-use-enterprise-spring-cloud-gateway.md)

0 commit comments

Comments
 (0)