Skip to content

Commit bf8b894

Browse files
brhamilton529KarlErickson
authored andcommitted
small claifying edits
1 parent 8713f69 commit bf8b894

File tree

2 files changed

+12
-10
lines changed

2 files changed

+12
-10
lines changed

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

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ This article uses the Pet Clinic sample apps as examples of how to migrate.
3030

3131
## Provision a service instance
3232

33-
In the Azure Spring Apps Enterprise plan, VMware Tanzu components replace the OSS Spring Cloud components to provide more feature support. Tanzu components are enabled on demand according to your needs. You can select the components you need before creating the Azure Spring Apps service instance.
33+
In the Azure Spring Apps Enterprise plan, VMware Tanzu components replace the OSS Spring Cloud components to provide more feature support. Tanzu components are enabled on demand according to your needs. You must enable the components you need before creating the Azure Spring Apps service instance.
3434

3535
> [!NOTE]
3636
> To use Tanzu Components, you must enable them when you provision your Azure Spring Apps service instance. You can't enable them after provisioning at this time.
@@ -42,7 +42,7 @@ Use the following steps to provision an Azure Spring Apps service instance:
4242
1. Open the [Azure portal](https://portal.azure.com/).
4343
1. In the top search box, search for *Azure Spring Apps*.
4444
1. Select **Azure Spring Apps** from the results and then select **Create**.
45-
1. On the **Create Azure Spring Apps** page, set your **Subscription**, **Resource group** and provide a **Name**.
45+
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

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":::
@@ -154,7 +154,7 @@ Follow these steps to use Application Configuration Service for Tanzu as a centr
154154

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

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

159159
- Name: `default`
160160
- Patterns: `api-gateway,customers-service`
@@ -183,7 +183,7 @@ az spring application-configuration-service git repo add \
183183

184184
## Bind applications to Application Configuration Service for Tanzu
185185

186-
When you use Application Configuration Service for Tanzu with a Git backend, you must bind the app to Application Configuration Service for Tanzu. After binding the app, you'll need to configure which pattern is used by the app. Follow these steps to bind and configure the pattern for the app.
186+
When you use Application Configuration Service for Tanzu with a Git backend, you must bind the app to Application Configuration Service for Tanzu. After binding the app, you'll need to configure which pattern is used by the app. Use the following steps to bind and configure the pattern for the app.
187187

188188
### [Azure portal](#tab/azure-portal)
189189

@@ -193,7 +193,7 @@ 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-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":::
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":::
197197

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

@@ -226,14 +226,14 @@ To bind apps to Application Configuration Service for VMware Tanzu®, follow the
226226

227227
1. In your Azure Spring Apps Enterprise instance, select **Service Registry**.
228228

229-
1. Select **App binding**, then select **Bind app**.
229+
1. Select **App binding**. Currently bound apps appear under **App name**.
230+
231+
1. Select **Bind app**.
230232

231233
1. Select an app in the dropdown menu, and then select **Apply** to bind the application to Tanzu Service Registry.
232234

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

235-
The list under **App name** shows the apps bound with Tanzu Service Registry.
236-
237237
### [Azure CLI](#tab/azure-cli)
238238

239239
Use the following commands to bind apps to Application Configuration Service for VMware Tanzu® and VMware Tanzu® Service Registry:
@@ -256,9 +256,11 @@ In the Enterprise plan, Tanzu Build Service is used to build apps. It provides m
256256

257257
To use Tanzu Build Service, you need to specify a resource for build task and builder to use. You can also specify the `--build-env` parameter to set build environments.
258258

259-
If the app binds with ACS, you need specify an extra argument `—config-file-pattern`.
259+
If the app binds with Application Configuration Service for Tanzu, you need specify an extra argument `—config-file-pattern`.
260+
261+
For more information, see [Use Tanzu Build Service](how-to-enterprise-build-service.md).
260262

261-
### Build the applications locally
263+
## Build applications locally
262264

263265
Use the following steps to build locally:
264266

78 Bytes
Loading

0 commit comments

Comments
 (0)