Skip to content

Commit c14d807

Browse files
committed
VMware Tanzu product name scrub
1 parent c1ea68d commit c14d807

8 files changed

+61
-61
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ To use the centralized configurations, you must bind the app to Application Conf
185185

186186
d. In the **Config file patterns** dropdown, choose one or more patterns from the list.
187187

188-
:::image type="content" source="media/enterprise/how-to-enterprise-application-configuration-service/config-service-pattern.png" alt-text="Screenshot of the pattern selection screen.":::
188+
:::image type="content" source="media/enterprise/how-to-enterprise-application-configuration-service/config-service-pattern.png" alt-text="Screenshot of the pattern selection screen.":::
189189

190190
e. Select **Save**
191191

articles/spring-cloud/how-to-enterprise-build-service.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ ms.custom: devx-track-java, devx-track-azurecli
1414

1515
**This article applies to:** ❌ Basic/Standard tier ✔️ Enterprise tier
1616

17-
This article describes the extra configuration and functionality included in Build Service with Azure Spring Cloud Enterprise Tier.
17+
This article describes the extra configuration and functionality included in VMware Tanzu® Build Service with Azure Spring Cloud Enterprise Tier.
1818

1919
In Azure Spring Cloud, the existing Standard tier already supports compiling user source code into [OCI images](https://opencontainers.org/) through [Kpack](https://github.com/pivotal/kpack). Kpack is a Kubernetes (K8s) implementation of [Cloud Native Buildpacks (CNB)](https://buildpacks.io/) provided by VMware. This article provides details about the extra configurations and functionality exposed in the Azure Spring Cloud Enterprise tier.
2020

2121
## Build Agent Pool
2222

23-
Build Service in the Enterprise tier is the entry point to containerize user applications from both source code and artifacts. There's a dedicated build agent pool that reserves compute resources for a given number of concurrent build tasks. The build agent pool prevents resource contention with your running apps. You can configure the number of resources given to the build agent pool during or after creating a new service instance of Azure Spring Cloud using the **VMware Tanzu settings**.
23+
Tanzu Build Service in the Enterprise tier is the entry point to containerize user applications from both source code and artifacts. There's a dedicated build agent pool that reserves compute resources for a given number of concurrent build tasks. The build agent pool prevents resource contention with your running apps. You can configure the number of resources given to the build agent pool during or after creating a new service instance of Azure Spring Cloud using the **VMware Tanzu settings**.
2424

2525
:::image type="content" source="media/enterprise/how-to-enterprise-build-service/agent-pool.png" alt-text="Azure portal screenshot showing Azure Spring Cloud Create page with 'VMWare Tanzu settings' highlighted and 'Allocated Resources' dropdown showing.":::
2626

@@ -34,13 +34,13 @@ The Build Agent Pool scale set sizes available are:
3434
| S4 | 5 vCPU, 10 Gi |
3535
| S5 | 6 vCPU, 12 Gi |
3636

37-
The following image shows the resources given to the Build Service Agent Pool after you've successfully provisioned the service instance.
37+
The following image shows the resources given to the Tanzu Build Service Agent Pool after you've successfully provisioned the service instance.
3838

3939
:::image type="content" source="media/enterprise/how-to-enterprise-build-service/agent-pool-size.png" alt-text="Azure portal screenshot showing Azure Spring Cloud Build Service page with 'General info' highlighted.":::
4040

4141
## Default Builder and Tanzu Buildpacks
4242

43-
In the Enterprise Tier, a default builder is provided within Build Service with a list of commercial Tanzu Buildpacks.
43+
In the Enterprise Tier, a default builder is provided within Tanzu Build Service with a list of commercial VMware Tanzu® Buildpacks.
4444

4545
Tanzu Buildpacks make it easier to integrate with other software like New Relic. They're configured as optional and will only run with proper configuration. For more information, see the [Buildpack bindings](#buildpack-bindings) section.
4646

@@ -52,7 +52,7 @@ The following list shows the Tanzu Buildpacks available in Azure Spring Cloud En
5252
- tanzu-buildpacks/nodejs
5353
- tanzu-buildpacks/python
5454

55-
For details about buildpacks, see [Using the Tanzu Partner Buildpacks](https://docs.pivotal.io/tanzu-buildpacks/partner-integrations/partner-integration-buildpacks.html).
55+
For details about Tanzu Buildpacks, see [Using the Tanzu Partner Buildpacks](https://docs.pivotal.io/tanzu-buildpacks/partner-integrations/partner-integration-buildpacks.html).
5656

5757
## Create a Customized Builder to build apps
5858

articles/spring-cloud/how-to-enterprise-deploy-non-java-apps.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,10 @@ The following table indicates the features supported for each language.
6060
| Scaling - auto scaling | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
6161
| Scaling - manual scaling (in/out, up/down) | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
6262
| Managed Identity | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
63-
| API portal | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
64-
| Spring Cloud Gateway | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
65-
| Application Configuration Service | ✔️ |||||
66-
| Service Registry | ✔️ |||||
63+
| API portal for VMware Tanzu® | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
64+
| Spring Cloud Gateway for VMware Tanzu® | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
65+
| Application Configuration Service for VMware Tanzu® | ✔️ |||||
66+
| VMware Tanzu® Service Registry | ✔️ |||||
6767
| VNET | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
6868
| Outgoing IP Address | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
6969
| E2E TLS | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |

articles/spring-cloud/how-to-enterprise-marketplace-offer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.custom: devx-track-java, devx-track-azurecli
1515

1616
This article shows you how to view the Azure Spring Cloud Enterprise Tier with VMware Tanzu offering through Azure Marketplace and how to redirect to the Azure Spring Cloud Enterprise tier creation page from Azure Marketplace.
1717

18-
Azure Spring Cloud Enterprise Tier is optimized for the needs of enterprise Spring developers through advanced configurability, flexibility, portability, and enterprise-ready VMware Spring Runtime 24x7 support. Developers also benefit from commercial Tanzu components, such as Tanzu Build Service, Tanzu Application Configuration Service, and Tanzu Service Registry, and access to Spring experts.
18+
Azure Spring Cloud Enterprise Tier is optimized for the needs of enterprise Spring developers through advanced configurability, flexibility, portability, and enterprise-ready VMware Spring Runtime 24x7 support. Developers also benefit from commercial Tanzu components, such as VMware Tanzu® Build Service™, Application Configuration Service for VMware Tanzu®, and VMware Tanzu® Service Registry, and access to Spring experts.
1919

2020
You can obtain and pay for a license to Tanzu components through an [Azure Marketplace offering](https://aka.ms/ascmpoffer). Azure Spring Cloud manages the license acquisition so you won't have to do it yourself.
2121

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

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: How to use the API portal with Azure Spring Cloud Enterprise Tier
2+
title: How to use API portal with Azure Spring Cloud Enterprise Tier
33
titleSuffix: Azure Spring Cloud Enterprise Tier
4-
description: How to use the API portal with Azure Spring Cloud Enterprise Tier.
4+
description: How to use API portal with Azure Spring Cloud Enterprise Tier.
55
author: karlerickson
66
ms.author: xiading
77
ms.service: spring-cloud
@@ -14,9 +14,9 @@ ms.custom: devx-track-java, devx-track-azurecli
1414

1515
**This article applies to:** ❌ Basic/Standard tier ✔️ Enterprise tier
1616

17-
This article shows you how to use the API portal with Azure Spring Cloud Enterprise Tier.
17+
This article shows you how to use API portal for VMware Tanzu® with Azure Spring Cloud Enterprise Tier.
1818

19-
[API portal](https://docs.vmware.com/en/API-portal-for-VMware-Tanzu/1.0/api-portal/GUID-index.html) is one of the commercial VMware Tanzu components. API portal supports viewing API definitions from [Spring Cloud Gateway](./how-to-use-enterprise-spring-cloud-gateway.md) and testing of specific API routes from the browser. It also supports enabling Single Sign-On authentication via configuration.
19+
[API portal](https://docs.vmware.com/en/API-portal-for-VMware-Tanzu/1.0/api-portal/GUID-index.html) is one of the commercial VMware Tanzu components. API portal supports viewing API definitions from [Spring Cloud Gateway for VMware Tanzu®](./how-to-use-enterprise-spring-cloud-gateway.md) and testing of specific API routes from the browser. It also supports enabling Single Sign-On authentication via configuration.
2020

2121
## Prerequisites
2222

@@ -25,15 +25,15 @@ This article shows you how to use the API portal with Azure Spring Cloud Enterpr
2525
> [!NOTE]
2626
> To use API portal, you must enable it when you provision your Azure Spring Cloud service instance. You cannot enable it after provisioning at this time.
2727
28-
- [Spring Cloud Gateway](./how-to-use-enterprise-spring-cloud-gateway.md) is enabled during provisioning and the corresponding API metadata is configured.
28+
- [Spring Cloud Gateway for Tanzu](./how-to-use-enterprise-spring-cloud-gateway.md) is enabled during provisioning and the corresponding API metadata is configured.
2929

30-
## Configure the API portal
30+
## Configure API portal
3131

32-
The following sections describe configuration in the API portal.
32+
The following sections describe configuration in API portal.
3333

3434
### Configure single sign-on (SSO)
3535

36-
The API portal supports authentication and authorization using single sign-on (SSO) with an OpenID identity provider (IdP) that supports the OpenID Connect Discovery protocol.
36+
API portal supports authentication and authorization using single sign-on (SSO) with an OpenID identity provider (IdP) that supports the OpenID Connect Discovery protocol.
3737

3838
> [!NOTE]
3939
> Only authorization servers supporting the OpenID Connect Discovery protocol are supported. Be sure to configure the external authorization server to allow redirects back to the gateway. Refer to your authorization server's documentation and add `https://<gateway-external-url>/login/oauth2/code/sso` to the list of allowed redirect URIs.
@@ -53,14 +53,14 @@ The API portal supports authentication and authorization using single sign-on (S
5353
5454
### Configure the instance count
5555

56-
Configuration of the instance count for the API portal is supported, unless you are using SSO. If you are using the SSO feature, only one instance count is supported.
56+
Configuration of the instance count for API portal is supported, unless you are using SSO. If you are using the SSO feature, only one instance count is supported.
5757

58-
## Assign a public endpoint for the API portal
58+
## Assign a public endpoint for API portal
5959

60-
To access the API portal, use the following steps to assign a public endpoint:
60+
To access API portal, use the following steps to assign a public endpoint:
6161

6262
1. Select **API portal**.
63-
1. Select **Overview** to view the running state and resources allocated to the API portal.
63+
1. Select **Overview** to view the running state and resources allocated to API portal.
6464
1. Select **Yes** next to *Assign endpoint* to assign a public endpoint. A URL will be generated within a few minutes.
6565
1. Save the URL for use later.
6666

@@ -70,24 +70,24 @@ You can also use the Azure CLI to assign a public endpoint with the following co
7070
az spring-cloud api-portal update --assign-endpoint
7171
```
7272

73-
## View the route information through the API portal
73+
## View the route information through API portal
7474

7575
> [!NOTE]
76-
> It takes several minutes to sync between Spring Cloud Gateway and the API portal.
76+
> It takes several minutes to sync between Spring Cloud Gateway for Tanzu and API portal.
7777
78-
Select the `endpoint URL` to go to API portal. You'll see all the routes configured in Spring Cloud Gateway.
78+
Select the `endpoint URL` to go to API portal. You'll see all the routes configured in Spring Cloud Gateway for Tanzu.
7979

80-
:::image type="content" source="media/enterprise/how-to-use-enterprise-api-portal/api-portal.png" alt-text="Screenshot of the API portal showing configured routes.":::
80+
:::image type="content" source="media/enterprise/how-to-use-enterprise-api-portal/api-portal.png" alt-text="Screenshot of API portal showing configured routes.":::
8181

82-
## Try APIs using the API portal
82+
## Try APIs using API portal
8383

8484
> [!NOTE]
8585
> Only `GET` operations are supported in the public preview.
8686
8787
1. Select the API you would like to try.
8888
1. Select **EXECUTE** and the response will be shown.
8989

90-
:::image type="content" source="media/enterprise/how-to-use-enterprise-api-portal/api-portal-tryout.png" alt-text="Screenshot of the API portal.":::
90+
:::image type="content" source="media/enterprise/how-to-use-enterprise-api-portal/api-portal-tryout.png" alt-text="Screenshot of API portal.":::
9191

9292
## Next steps
9393

0 commit comments

Comments
 (0)