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
+12-10Lines changed: 12 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ This article uses the Pet Clinic sample apps as examples of how to migrate.
30
30
31
31
## Provision a service instance
32
32
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.
34
34
35
35
> [!NOTE]
36
36
> 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:
42
42
1. Open the [Azure portal](https://portal.azure.com/).
43
43
1. In the top search box, search for *Azure Spring Apps*.
44
44
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.
46
46
1. For **Plan** in **Service Details**, select **Change**.
47
47
48
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":::
@@ -154,7 +154,7 @@ Follow these steps to use Application Configuration Service for Tanzu as a centr
154
154
155
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":::
156
156
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:
158
158
159
159
- Name: `default`
160
160
- Patterns: `api-gateway,customers-service`
@@ -183,7 +183,7 @@ az spring application-configuration-service git repo add \
183
183
184
184
## Bind applications to Application Configuration Service for Tanzu
185
185
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.
187
187
188
188
### [Azure portal](#tab/azure-portal)
189
189
@@ -193,7 +193,7 @@ 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-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":::
197
197
198
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
@@ -226,14 +226,14 @@ To bind apps to Application Configuration Service for VMware Tanzu®, follow the
226
226
227
227
1. In your Azure Spring Apps Enterprise instance, select **Service Registry**.
228
228
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**.
230
232
231
233
1. Select an app in the dropdown menu, and then select **Apply** to bind the application to Tanzu Service Registry.
232
234
233
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":::
234
236
235
-
The list under **App name** shows the apps bound with Tanzu Service Registry.
236
-
237
237
### [Azure CLI](#tab/azure-cli)
238
238
239
239
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
256
256
257
257
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.
258
258
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).
0 commit comments