Skip to content

Commit b2e9840

Browse files
authored
Merge pull request #250902 from dingmeng-xue/refine
Correct content according to latest behavior
2 parents 0dd173b + deece02 commit b2e9840

8 files changed

+6
-34
lines changed

articles/spring-apps/how-to-configure-enterprise-spring-cloud-gateway-filters.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,7 @@ To integrate with API Portal for VMware Tanzu, VMware Spring Cloud Gateway autom
3434
## Prerequisites
3535

3636
- An already provisioned Azure Spring Apps Enterprise plan service instance with Spring Cloud Gateway enabled. For more information, see [Quickstart: Build and deploy apps to Azure Spring Apps using the Enterprise plan](quickstart-deploy-apps-enterprise.md).
37-
38-
> [!NOTE]
39-
> You must enable VMware Spring Cloud Gateway when you provision your Azure Spring Apps service instance. You cannot enable VMware Spring Cloud Gateway after provisioning.
40-
41-
- [Azure CLI](/cli/azure/install-azure-cli) version 2.0.67 or later.
37+
- [Azure CLI](/cli/azure/install-azure-cli) version 2.0.67 or later. Use the following command to install the Azure Spring Apps extension: `az extension add --name spring`.
4238

4339
## Use filters
4440

articles/spring-apps/how-to-configure-enterprise-spring-cloud-gateway.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,7 @@ To integrate with API portal for VMware Tanzu, VMware Spring Cloud Gateway autom
3636
## Prerequisites
3737

3838
- An already provisioned Azure Spring Apps Enterprise plan service instance with VMware Spring Cloud Gateway enabled. For more information, see [Quickstart: Build and deploy apps to Azure Spring Apps using the Enterprise plan](quickstart-deploy-apps-enterprise.md).
39-
40-
> [!NOTE]
41-
> You must enable VMware Spring Cloud Gateway when you provision your Azure Spring Apps service instance. You can't enable VMware Spring Cloud Gateway after provisioning.
42-
43-
- Azure CLI version 2.0.67 or later. For more information, see [How to install the Azure CLI](/cli/azure/install-azure-cli).
39+
- [Azure CLI](/cli/azure/install-azure-cli) version 2.0.67 or later. Use the following command to install the Azure Spring Apps extension: `az extension add --name spring`.
4440

4541
## Enable or disable VMware Spring Cloud Gateway
4642

articles/spring-apps/how-to-enterprise-application-configuration-service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ms.custom: devx-track-java, devx-track-extended-java, event-tier1-build-2022, en
1919

2020
This article shows you how to use Application Configuration Service for VMware Tanzu® with the Azure Spring Apps Enterprise plan.
2121

22-
[Application Configuration Service for VMware Tanzu](https://docs.pivotal.io/tcs-k8s/0-1/) is one of the commercial VMware Tanzu components. It enables the management of Kubernetes-native `ConfigMap` resources that are populated from properties defined in one or more Git repositories.
22+
[Application Configuration Service for VMware Tanzu](https://docs.vmware.com/en/Application-Configuration-Service-for-VMware-Tanzu/2.0/acs/GUID-overview.html) is one of the commercial VMware Tanzu components. It enables the management of Kubernetes-native `ConfigMap` resources that are populated from properties defined in one or more Git repositories.
2323

2424
With Application Configuration Service for Tanzu, you have a central place to manage external properties for applications across all environments. To understand the differences from Spring Cloud Config Server in Basic/Standard, see the [Use Application Configuration Service for external configuration](./how-to-migrate-standard-tier-to-enterprise-tier.md#use-application-configuration-service-for-external-configuration) section of [Migrate an Azure Spring Apps Basic or Standard plan instance to the Enterprise plan](./how-to-migrate-standard-tier-to-enterprise-tier.md).
2525

articles/spring-apps/how-to-enterprise-service-registry.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,6 @@ with the Azure Spring Apps Enterprise plan, you don't have to create or start th
2727
## Prerequisites
2828

2929
- An already provisioned Azure Spring Apps Enterprise plan instance with Tanzu Service Registry enabled. For more information, see [Quickstart: Build and deploy apps to Azure Spring Apps using the Enterprise plan](quickstart-deploy-apps-enterprise.md).
30-
31-
> [!NOTE]
32-
> To use Tanzu Service Registry, you must enable it when you provision your Azure Spring Apps service instance. You cannot enable it after provisioning at this time.
33-
3430
- [!INCLUDE [install-enterprise-extension](includes/install-enterprise-extension.md)]
3531

3632
## Create applications that use Service Registry

articles/spring-apps/how-to-troubleshoot-enterprise-spring-cloud-gateway.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,6 @@ This article shows you how to troubleshoot Spring Cloud Gateway for VMware Tanzu
2121
## Prerequisites
2222

2323
- An already provisioned Azure Spring Apps Enterprise plan service instance with VMware Spring Cloud Gateway enabled. For more information, see [Quickstart: Build and deploy apps to Azure Spring Apps using the Enterprise plan](quickstart-deploy-apps-enterprise.md).
24-
25-
> [!NOTE]
26-
> You must enable VMware Spring Cloud Gateway when you provision your Azure Spring Apps service instance. You can't enable VMware Spring Cloud Gateway after provisioning.
27-
2824
- [Azure CLI](/cli/azure/install-azure-cli) version 2.45.0 or later. Use the following command to install the Azure Spring Apps extension: `az extension add --name spring`.
2925

3026
## Check Gateway metrics

articles/spring-apps/how-to-use-enterprise-api-portal.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,6 @@ This article shows you how to use API portal for VMware Tanzu® with the Azure S
2424
## Prerequisites
2525

2626
- An already provisioned Azure Spring Apps Enterprise plan instance with API portal enabled. For more information, see [Quickstart: Build and deploy apps to Azure Spring Apps using the Enterprise plan](quickstart-deploy-apps-enterprise.md).
27-
28-
> [!NOTE]
29-
> To use API portal, you must enable it when you provision your Azure Spring Apps service instance. You cannot enable it after provisioning at this time.
30-
3127
- [Spring Cloud Gateway for Tanzu](./how-to-use-enterprise-spring-cloud-gateway.md) is enabled during provisioning and the corresponding API metadata is configured.
3228

3329
## Configure API portal

articles/spring-apps/how-to-use-enterprise-spring-cloud-gateway.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,7 @@ To integrate with [API portal for VMware Tanzu®](./how-to-use-enterprise-api-po
3434
## Prerequisites
3535

3636
- An already provisioned Azure Spring Apps Enterprise plan service instance with Spring Cloud Gateway enabled. For more information, see [Quickstart: Build and deploy apps to Azure Spring Apps using the Enterprise plan](quickstart-deploy-apps-enterprise.md).
37-
38-
> [!NOTE]
39-
> To use Spring Cloud Gateway, you must enable it when you provision your Azure Spring Apps service instance. You cannot enable it after provisioning at this time.
40-
41-
- [Azure CLI version 2.0.67 or later](/cli/azure/install-azure-cli).
37+
- [Azure CLI](/cli/azure/install-azure-cli) version 2.0.67 or later. Use the following command to install the Azure Spring Apps extension: `az extension add --name spring`.
4238

4339
## Configure routes
4440

articles/spring-apps/toc.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,6 @@ items:
6767
href: quickstart-logs-metrics-tracing.md
6868
- name: Integrate with Azure Database for MySQL
6969
href: quickstart-integrate-azure-database-mysql.md
70-
- name: "Production-ready"
71-
items:
72-
- name: Custom DNS name
73-
href: how-to-custom-domain.md
7470
- name: Authenticate client with Spring Cloud Gateway
7571
href: tutorial-authenticate-client-with-gateway.md
7672
- name: Concepts
@@ -159,10 +155,10 @@ items:
159155
href: how-to-configure-enterprise-spring-cloud-gateway-filters.md
160156
- name: Troubleshoot
161157
href: how-to-troubleshoot-enterprise-spring-cloud-gateway.md
162-
- name: Use VMware Tanzu Application Accelerator
163-
href: how-to-use-accelerator.md
164158
- name: Configure Tanzu Dev Tools
165159
href: how-to-use-dev-tool-portal.md
160+
- name: Use VMware Tanzu Application Accelerator
161+
href: how-to-use-accelerator.md
166162
- name: Use Application Live View
167163
href: how-to-use-application-live-view.md
168164
- name: Monitor apps using Application Live View

0 commit comments

Comments
 (0)