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-cloud/how-to-enterprise-application-configuration-service.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -185,7 +185,7 @@ To use the centralized configurations, you must bind the app to Application Conf
185
185
186
186
d. In the **Config file patterns** dropdown, choose one or more patterns from the list.
187
187
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.":::
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.
18
18
19
19
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.
20
20
21
21
## Build Agent Pool
22
22
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**.
24
24
25
25
:::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.":::
26
26
@@ -34,13 +34,13 @@ The Build Agent Pool scale set sizes available are:
34
34
| S4 | 5 vCPU, 10 Gi |
35
35
| S5 | 6 vCPU, 12 Gi |
36
36
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.
38
38
39
39
:::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.":::
40
40
41
41
## Default Builder and Tanzu Buildpacks
42
42
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.
44
44
45
45
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.
46
46
@@ -52,7 +52,7 @@ The following list shows the Tanzu Buildpacks available in Azure Spring Cloud En
52
52
- tanzu-buildpacks/nodejs
53
53
- tanzu-buildpacks/python
54
54
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).
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.
17
17
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.
19
19
20
20
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.
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.
18
18
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.
20
20
21
21
## Prerequisites
22
22
@@ -25,15 +25,15 @@ This article shows you how to use the API portal with Azure Spring Cloud Enterpr
25
25
> [!NOTE]
26
26
> 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.
27
27
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.
29
29
30
-
## Configure the API portal
30
+
## Configure API portal
31
31
32
-
The following sections describe configuration in the API portal.
32
+
The following sections describe configuration in API portal.
33
33
34
34
### Configure single sign-on (SSO)
35
35
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.
37
37
38
38
> [!NOTE]
39
39
> 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
53
53
54
54
### Configure the instance count
55
55
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.
57
57
58
-
## Assign a public endpoint for the API portal
58
+
## Assign a public endpoint for API portal
59
59
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:
61
61
62
62
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.
64
64
1. Select **Yes** next to *Assign endpoint* to assign a public endpoint. A URL will be generated within a few minutes.
65
65
1. Save the URL for use later.
66
66
@@ -70,24 +70,24 @@ You can also use the Azure CLI to assign a public endpoint with the following co
70
70
az spring-cloud api-portal update --assign-endpoint
71
71
```
72
72
73
-
## View the route information through the API portal
73
+
## View the route information through API portal
74
74
75
75
> [!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.
77
77
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.
79
79
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.":::
81
81
82
-
## Try APIs using the API portal
82
+
## Try APIs using API portal
83
83
84
84
> [!NOTE]
85
85
> Only `GET` operations are supported in the public preview.
86
86
87
87
1. Select the API you would like to try.
88
88
1. Select **EXECUTE** and the response will be shown.
89
89
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.":::
0 commit comments