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
> Azure Spring Apps is the new name for the Azure Spring Cloud service. Although the service has a new name, you'll see the old name in some places for a while as we work to update assets such as screenshots, videos, and diagrams.
The Azure Spring Apps Enterprise tier is optimized for the needs of enterprise Spring developers and provides advanced configurability, flexibility, portability, and the enterprise-ready VMware Spring Runtime with 24/7 support in a strong partnership with VMware. You can learn more about the tier's value propositions in [Azure Spring Apps Enterprise Overview](./overview.md#enterprise-tier-overview).
19
+
This article describes the pricing plans and license requirements for the Enterprise Tier in Azure Spring Apps.
20
20
21
-
In addition to the feature parity with the Standard tier, the Enterprise tier offers a powerful managed infrastructure with a rich set of features. These features include app lifecycle management, monitoring, and troubleshooting.
21
+
## Prerequisites
22
+
23
+
- Your Azure subscription must be registered to the `Microsoft.SaaS` resource provider. For more information, see the [Register resource provider](/azure/azure-resource-manager/management/resource-providers-and-types#register-resource-provider) section of [Azure resource providers and types](/azure/azure-resource-manager/management/resource-providers-and-types).
24
+
25
+
- Your Azure subscription must have an associated payment method. Azure credits or free MSDN subscriptions aren't supported. For more information, see the [Purchasing requirements](/marketplace/azure-marketplace-overview#purchasing-requirements) section of [What is Azure Marketplace?](/marketplace/azure-marketplace-overview)
26
+
27
+
- Your Azure subscription must belong to a billing account in a supported geographic location defined in [Azure Marketplace Offer](https://aka.ms/ascmpoffer). For more information, see the [Supported geographic locations of billing account](#supported-geographic-locations-of-billing-account).
28
+
29
+
- Your region must be available. Choose an Azure region currently available. For more information, see [Available Regions for Enterprise Tier](./faq.md#in-which-regions-is-azure-spring-apps-enterprise-tier-available).
30
+
31
+
- Your organization must allow Azure Marketplace purchases. For more information, see the [Enabling Azure Marketplace purchases](../cost-management-billing/manage/ea-azure-marketplace.md#enabling-azure-marketplace-purchases) section of [Azure Marketplace](../cost-management-billing/manage/ea-azure-marketplace.md).
32
+
33
+
- Your organization must allow acquisition of any Azure Marketplace software application as described in the [Purchase policy management](/marketplace/azure-purchasing-invoicing#purchase-policy-management) section of [Azure Marketplace purchasing](/marketplace/azure-purchasing-invoicing).
34
+
35
+
- You must accept the marketplace legal terms and privacy statements while provisioning the tier on the Azure portal, or you can use the following commands to do so in advance.
36
+
37
+
```azurecli
38
+
az term accept \
39
+
--publisher vmware-inc \
40
+
--product azure-spring-cloud-vmware-tanzu-2 \
41
+
--plan asa-ent-hr-mtr
42
+
```
43
+
44
+
## Enterprise tier and VMware Tanzu components
45
+
46
+
The Azure Spring Apps Enterprise tier is optimized for the needs of enterprise Spring developers and provides advanced configurability, flexibility, and portability. Azure Spring Apps also provides the enterprise-ready VMware Spring Runtime with 24/7 support in a strong partnership with VMware. You can learn more about the tier's value propositions in [Azure Spring Apps Enterprise Overview](./overview.md#enterprise-tier-overview).
47
+
48
+
Because the Enterprise tier provides feature parity with the Standard tier, it provides a rich set of features that include app lifecycle management, monitoring, and troubleshooting.
22
49
23
50
The Enterprise tier provides the following managed VMware Tanzu components that empower enterprises to ship faster:
24
51
@@ -27,16 +54,22 @@ The Enterprise tier provides the following managed VMware Tanzu components that
27
54
- Service Registry
28
55
- Spring Cloud Gateway
29
56
- API Portal
30
-
- Developer Tools (App Live View and App Accelerator).
57
+
- App Live View
58
+
- App Accelerator
31
59
32
-
As the most advanced tier in Azure Spring Apps, a Microsoft provided first party Azure service, the Enterprise tier pricing is composed of two parts that comprises all application vCPUs and memory usage:
60
+
As the most advanced tier in Azure Spring Apps, a Microsoft provided first party Azure service, the Enterprise tier pricing is composed of two parts that both calculate vCPU and memory storage in their pricing.
33
61
34
-
- Infrastructure pricing based on usage by Microsoft.
35
-
- Tanzu component license pricing based on usage by VMware.
62
+
- Infrastructure pricing to Microsoft, includes (on top of) managed Tanzu components.
63
+
- Tanzu licensing pricing to VMware, includes (on top of) vCPU usage to VMware.
64
+
65
+
To illustrate, consider a Spring app running 730 hours on 4 vCPUs for the app and 5 vCPUs on two Tanzu components. The pricing calculations would be as follows:
66
+
67
+
- Microsoft infrastructure: `4 + 5 * 730 * vCPU unit price`
68
+
- Tanzu licensing to VMware: `4 vCPU * 730 * vCPU unit price of Tanzu license`
36
69
37
70
For more information about pricing, see [Azure Spring Apps pricing](https://azure.microsoft.com/pricing/details/spring-apps/).
38
71
39
-
To provide the best customer experience to manage the Tanzu component license purchasing and metering, VMware creates a [Azure Marketplace Offer](https://aka.ms/ascmpoffer) that represents a Tanzu component license, and during the creation of an Azure Spring Apps Enterprise, this offer is automatically purchased on behalf of customers and metered against going forward.
72
+
To provide the best customer experience to manage the Tanzu component license purchasing and metering, VMware creates a [Azure Marketplace Offer](https://aka.ms/ascmpoffer). This offer represents a Tanzu component license and during the creation of an Azure Spring Apps Enterprise, this offer is automatically purchased on behalf of customers.
40
73
41
74
Under this implicit Azure Marketplace third party offer purchasing with VMware, your personal data and application vCPU usage data is shared to VMware, according to be agreed upon marketplace terms prior to creating the service.
42
75
@@ -50,29 +83,6 @@ On the [Azure Marketplace Offer](https://aka.ms/ascmpoffer) page, you can review
50
83
51
84
You can use the Azure portal and Azure CLI to provision an Azure Spring Apps Enterprise tier service instance. You can also select **Subscribe** on the VMware marketplace offer to create the service instance, as Azure Marketplace redirects you to Azure Spring Apps creation page.
52
85
53
-
## Prerequisites
54
-
55
-
- Your Azure subscription must be registered to the `Microsoft.SaaS` resource provider. For more information, see the [Register resource provider](/azure/azure-resource-manager/management/resource-providers-and-types#register-resource-provider) section of [Azure resource providers and types](/azure/azure-resource-manager/management/resource-providers-and-types).
56
-
57
-
- Your Azure subscription must have an associated payment method. Azure credits or free MSDN subscriptions aren't supported. For more information, see the [Purchasing requirements](/marketplace/azure-marketplace-overview#purchasing-requirements) section of [What is Azure Marketplace?](/marketplace/azure-marketplace-overview)
58
-
59
-
- Your Azure subscription must belong to a billing account in a supported geographic location defined in [Azure Marketplace Offer](https://aka.ms/ascmpoffer). For more information, see the [Supported geographic locations of billing account](#supported-geographic-locations-of-billing-account).
60
-
61
-
- Your region must be available. Choose an Azure region currently available. For more information, see [Available Regions for Enterprise Tier](./faq.md#in-which-regions-is-azure-spring-apps-enterprise-tier-available).
62
-
63
-
- Your organization must allow Azure Marketplace purchases. For more information, see the [Enabling Azure Marketplace purchases](../cost-management-billing/manage/ea-azure-marketplace.md#enabling-azure-marketplace-purchases) section of [Azure Marketplace](../cost-management-billing/manage/ea-azure-marketplace.md).
64
-
65
-
- Your organization must allow acquisition of any Azure Marketplace software application as described in the [Purchase policy management](/marketplace/azure-purchasing-invoicing#purchase-policy-management) section of [Azure Marketplace purchasing](/marketplace/azure-purchasing-invoicing).
66
-
67
-
- You must accept the marketplace legal terms and privacy statements while provisioning the tier on the Azure portal, or you can use the following commands to do so in advance.
68
-
69
-
```azurecli
70
-
az term accept \
71
-
--publisher vmware-inc \
72
-
--product azure-spring-cloud-vmware-tanzu-2 \
73
-
--plan asa-ent-hr-mtr
74
-
```
75
-
76
86
## Supported geographic locations of billing account
77
87
78
88
To successfully purchase the [Azure Marketplace Offer](https://aka.ms/ascmpoffer), your Azure subscription must belong to a billing account in a supported geographic location defined in the offer.
0 commit comments