Skip to content

Commit 533705c

Browse files
authored
Merge pull request #188689 from KarlErickson/karler-terminology
VMware Tanzu product name scrub
2 parents c3650da + 4f8d894 commit 533705c

16 files changed

+143
-134
lines changed

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

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: Use Application Configuration Service with Azure Spring Cloud Enterprise Tier
2+
title: Use Application Configuration Service for Tanzu with Azure Spring Cloud Enterprise Tier
33
titleSuffix: Azure Spring Cloud Enterprise Tier
4-
description: How to use Application Configuration service with Azure Spring Cloud Enterprise Tier.
4+
description: How to use Application Configuration Service for Tanzu with Azure Spring Cloud Enterprise Tier.
55
author: karlerickson
66
ms.author: xiading
77
ms.service: spring-cloud
@@ -10,26 +10,26 @@ ms.date: 02/09/2022
1010
ms.custom: devx-track-java
1111
---
1212

13-
# Use Application Configuration Service
13+
# Use Application Configuration Service for Tanzu
1414

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

17-
This article shows you how to use Application Configuration Service with Azure Spring Cloud Enterprise Tier.
17+
This article shows you how to use Application Configuration Service for VMware Tanzu® with Azure Spring Cloud Enterprise Tier.
1818

19-
[Application Configuration Service](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.
19+
[Application Configuration Service for 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.
2020

21-
With Application Configuration Service, you have a central place to manage external properties for applications across all environments.
21+
With Application Configuration Service for Tanzu, you have a central place to manage external properties for applications across all environments.
2222

2323
## Prerequisites
2424

25-
- An already provisioned Azure Spring Cloud Enterprise tier instance with Application Configuration Service enabled. For more information, see [Quickstart: Provision an Azure Spring Cloud service instance using the Enterprise tier](quickstart-provision-service-instance-enterprise.md).
25+
- An already provisioned Azure Spring Cloud Enterprise tier instance with Application Configuration Service for Tanzu enabled. For more information, see [Quickstart: Provision an Azure Spring Cloud service instance using the Enterprise tier](quickstart-provision-service-instance-enterprise.md).
2626

2727
> [!NOTE]
28-
> To use Application Configuration Service, you must enable it when you provision your Azure Spring Cloud service instance. You cannot enable it after provisioning at this time.
28+
> To use Application Configuration Service for Tanzu, you must enable it when you provision your Azure Spring Cloud service instance. You cannot enable it after provisioning at this time.
2929
30-
## Manage Application Configuration Service settings
30+
## Manage Application Configuration Service for Tanzu settings
3131

32-
Application Configuration Service supports Azure DevOps, GitHub, GitLab, and Bitbucket for storing your configuration files.
32+
Application Configuration Service for Tanzu supports Azure DevOps, GitHub, GitLab, and Bitbucket for storing your configuration files.
3333

3434
To manage the service settings, open the **Settings** section and add a new entry under the **Repositories** section.
3535

@@ -54,7 +54,7 @@ Configuration will be pulled from Git backends using what is defined in a patter
5454

5555
### Authentication
5656

57-
The following image shows the three types of repository authentication supported by Application Configuration Service.
57+
The following image shows the three types of repository authentication supported by Application Configuration Service for Tanzu.
5858

5959
:::image type="content" source="media/enterprise/how-to-enterprise-application-configuration-service/config-service-auth.png" alt-text="Screenshot of where to edit authentication types.":::
6060

@@ -88,7 +88,7 @@ To validate access to the target URI, select **Validate**. After validation comp
8888

8989
Use the following steps to refresh your application configuration after you update the configuration file in the Git repository.
9090

91-
1. Load the configuration to Application Configuration Service.
91+
1. Load the configuration to Application Configuration Service for Tanzu.
9292

9393
The refresh frequency is managed by Azure Spring Cloud and fixed to 60 seconds.
9494

@@ -133,12 +133,12 @@ A Spring application holds the properties as the beans of the Spring Application
133133
curl -X POST http://{app-endpoint}/actuator/refresh
134134
```
135135

136-
## Configure Application Configuration Service settings using the portal
136+
## Configure Application Configuration Service for Tanzu settings using the portal
137137

138-
You can configure Application Configuration Service using the portal by following these steps:
138+
You can configure Application Configuration Service for Tanzu using the portal by following these steps:
139139

140140
1. Select **Application Configuration Service**.
141-
1. Select **Overview** to view the running state and resources allocated to Application Configuration Service.
141+
1. Select **Overview** to view the running state and resources allocated to Application Configuration Service for Tanzu.
142142

143143
![Application Configuration Service Overview screen](./media/enterprise/getting-started-enterprise/config-service-overview.png)
144144

@@ -148,9 +148,9 @@ You can configure Application Configuration Service using the portal by followin
148148

149149
![Application Configuration Service Settings overview](./media/enterprise/getting-started-enterprise/config-service-settings.png)
150150

151-
## Configure Application Configuration Service settings using the CLI
151+
## Configure Application Configuration Service for Tanzu settings using the CLI
152152

153-
You can configure Application Configuration Service using the CLI, by following these steps:
153+
You can configure Application Configuration Service for Tanzu using the CLI, by following these steps:
154154

155155
```azurecli
156156
az spring-cloud application-configuration-service git repo add \
@@ -160,11 +160,11 @@ az spring-cloud application-configuration-service git repo add \
160160
--label <git-branch-name>
161161
```
162162

163-
## Use Application Configuration Service with applications using the portal
163+
## Use Application Configuration Service for Tanzu with applications using the portal
164164

165-
When you use Application Configuration Service with a Git back end, keep the following items in mind.
165+
When you use Application Configuration Service for Tanzu with a Git back end, keep the following items in mind.
166166

167-
To use the centralized configurations, you must bind the app to Application Configuration Service. After binding the app, you'll need to configure which pattern to be used by the app by following these steps:
167+
To use the centralized configurations, you must bind the app to Application Configuration Service for Tanzu. After binding the app, you'll need to configure which pattern to be used by the app by following these steps:
168168

169169
1. Open the **App binding** tab.
170170

@@ -185,13 +185,13 @@ 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

192-
## Use Application Configuration Service with applications using the CLI
192+
## Use Application Configuration Service for Tanzu with applications using the CLI
193193

194-
You can use Application Configuration Service with applications, by using this command:
194+
You can use Application Configuration Service for Tanzu with applications, by using this command:
195195

196196
```azurecli
197197
az spring-cloud application-configuration-service bind --app <app-name>

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: How to Use Build Service in Azure Spring Cloud Enterprise Tier
2+
title: How to Use Tanzu Build Service in Azure Spring Cloud Enterprise Tier
33
titleSuffix: Azure Spring Cloud Enterprise Tier
4-
description: How to Use Build Service in Azure Spring Cloud Enterprise Tier
4+
description: How to Use Tanzu Build Service in Azure Spring Cloud Enterprise Tier
55
author: karlerickson
66
ms.author: fenzho
77
ms.service: spring-cloud
@@ -10,17 +10,17 @@ ms.date: 02/09/2022
1010
ms.custom: devx-track-java, devx-track-azurecli
1111
---
1212

13-
# Use Build Service
13+
# Use Tanzu Build Service
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: 2 additions & 2 deletions
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

@@ -31,7 +31,7 @@ To purchase in the Azure Marketplace, you must meet the following prerequisites:
3131

3232
## View Azure Spring Cloud Enterprise Tier with VMware Tanzu offering from Azure Marketplace
3333

34-
To see the offering and read a detailed description, see [Azure Spring Cloud Enterprise Tier w/VMware Tanzu](https://aka.ms/ascmpoffer).
34+
To see the offering and read a detailed description, see [Azure Spring Cloud Enterprise Tier](https://aka.ms/ascmpoffer).
3535

3636
To see the supported plans in your market, select **Plans + Pricing**.
3737

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: How to Use Service Registry with Azure Spring Cloud Enterprise Tier
2+
title: How to Use Tanzu Service Registry with Azure Spring Cloud Enterprise Tier
33
titleSuffix: Azure Spring Cloud Enterprise Tier
4-
description: How to use Service Registry with Azure Spring Cloud Enterprise Tier.
4+
description: How to use Tanzu Service Registry with Azure Spring Cloud Enterprise Tier.
55
author: karlerickson
66
ms.author: xiading
77
ms.service: spring-cloud
@@ -10,24 +10,24 @@ ms.date: 02/09/2022
1010
ms.custom: devx-track-java
1111
---
1212

13-
# Use Service Registry
13+
# Use Tanzu Service Registry
1414

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

17-
This article shows you how to use Service Registry with Azure Spring Cloud Enterprise Tier.
17+
This article shows you how to use VMware Tanzu® Service Registry with Azure Spring Cloud Enterprise Tier.
1818

19-
[Service Registry](https://docs.vmware.com/en/Spring-Cloud-Services-for-VMware-Tanzu/2.1/spring-cloud-services/GUID-service-registry-index.html) is one of the commercial VMware Tanzu components. It provides your apps with an implementation of the Service Discovery pattern, one of the key tenets of a Spring-based architecture. It can be difficult, and brittle in production, to hand-configure each client of a service or adopt some form of access convention. Instead, your apps can use the Service Registry to dynamically discover and call registered services.
19+
[Tanzu Service Registry](https://docs.vmware.com/en/Spring-Cloud-Services-for-VMware-Tanzu/2.1/spring-cloud-services/GUID-service-registry-index.html) is one of the commercial VMware Tanzu components. It provides your apps with an implementation of the Service Discovery pattern, one of the key tenets of a Spring-based architecture. It can be difficult, and brittle in production, to hand-configure each client of a service or adopt some form of access convention. Instead, your apps can use Tanzu Service Registry to dynamically discover and call registered services.
2020

2121
## Prerequisites
2222

23-
- An already provisioned Azure Spring Cloud Enterprise tier instance with Service Registry enabled. For more information, see [Quickstart: Provision an Azure Spring Cloud service instance using the Enterprise tier](quickstart-provision-service-instance-enterprise.md).
23+
- An already provisioned Azure Spring Cloud Enterprise tier instance with Tanzu Service Registry enabled. For more information, see [Quickstart: Provision an Azure Spring Cloud service instance using the Enterprise tier](quickstart-provision-service-instance-enterprise.md).
2424

2525
> [!NOTE]
26-
> To use Service Registry, you must enable it when you provision your Azure Spring Cloud service instance. You cannot enable it after provisioning at this time.
26+
> To use Tanzu Service Registry, you must enable it when you provision your Azure Spring Cloud service instance. You cannot enable it after provisioning at this time.
2727
2828
## Use Service Registry with apps
2929

30-
Before your application can manage service registration and discovery using Service Registry, you must include the following dependency in your application's *pom.xml* file:
30+
Before your application can manage service registration and discovery using Tanzu Service Registry, you must include the following dependency in your application's *pom.xml* file:
3131

3232
```xml
3333
<dependency>
@@ -48,7 +48,7 @@ public class DemoApplication {
4848
}
4949
```
5050

51-
Use the following steps to bind an application to the Service Registry.
51+
Use the following steps to bind an application to Tanzu Service Registry.
5252

5353
1. Open the **App binding** tab.
5454

0 commit comments

Comments
 (0)