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-apps/how-to-enterprise-marketplace-offer.md
+60-1Lines changed: 60 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ The pricing for Azure Spring Apps Enterprise plan is composed of the following t
41
41
42
42
For more information about pricing, see [Azure Spring Apps pricing](https://azure.microsoft.com/pricing/details/spring-apps/).
43
43
44
-
To provide the best customer experience to manage the Tanzu component license purchasing and metering, VMware creates an [Azure Spring Apps Enterprise](https://aka.ms/ascmpoffer) offer in Azure Marketplace. This offer represents a Tanzu component license that is automatically purchased on behalf of customers during the creation of an Azure Spring Apps Enterprise plan instance.
44
+
To provide the best customer experience to manage the Tanzu component license purchasing and metering, VMware creates an [Azure Spring Apps Enterprise](https://aka.ms/ascmpoffer) offer in Azure Marketplace. This offer represents a Tanzu component license that's automatically purchased on behalf of customers during the creation of an Azure Spring Apps Enterprise plan instance.
45
45
46
46
Under this implicit Azure Marketplace third-party offer purchase from VMware, your personal data and application vCPU usage data is shared with VMware. You agree to this data sharing when you agree to the marketplace terms upon creating the service instance.
47
47
@@ -144,6 +144,65 @@ The following table lists each supported geographic location and its [ISO 3166
144
144
| United Kingdom | GB |
145
145
| United States | US |
146
146
147
+
## Troubleshoot errors
148
+
149
+
The following list shows the errors you might encounter when you create an Azure Spring Apps Enterprise plan instance, and the actions to take to resolve the errors:
150
+
151
+
-`Failed to purchase on Azure Marketplace because the Microsoft.SaaS RP is not registered on the Azure subscription.`
152
+
153
+
Register your Azure subscription with the `Microsoft.SaaS` resource provider. For more information, see the [Register resource provider](../azure-resource-manager/management/resource-providers-and-types.md#register-resource-provider) section of [Azure resource providers and types](../azure-resource-manager/management/resource-providers-and-types.md).
154
+
155
+
-`Failed to load catalog product vmware-inc.azure-spring-cloud-vmware-tanzu-2 in the Azure subscription market.`
156
+
157
+
The billing account for your subscription doesn't contain a valid billing address in the scope of the supported geographic locations. Use the following steps to fix this problem:
158
+
159
+
1. Find the billing address of the billing account for your subscription by following the steps in the [Check the type of your account](../cost-management-billing/manage/view-all-accounts.md#check-the-type-of-your-account) section of [Billing accounts and scopes in the Azure portal](../cost-management-billing/manage/view-all-accounts.md). If you can't view or manage billing accounts, you probably don't have permission to access them. Ask your billing account administrator for help.
160
+
161
+
1. Determine whether the billing address is in the scope of the [supported geographic locations](#supported-geographic-locations-of-billing-account). If it isn't, try one of the following approaches:
162
+
163
+
- If possible, use another billing account with a supported billing address and then try again.
164
+
165
+
- If you want to use the current subscription, raise a support ticket with us with the subject "Unsupported market in billing address when creating Azure Spring Apps enterprise".
166
+
167
+
-`Failed to purchase on Azure Marketplace due to signature verification on Marketplace legal agreement.`
168
+
169
+
You haven't accepted the marketplace legal terms and privacy statements while provisioning the tier. Use the following command to accept the terms:
170
+
171
+
```azurecli
172
+
az term accept \
173
+
--publisher vmware-inc \
174
+
--product azure-spring-cloud-vmware-tanzu-2 \
175
+
--plan asa-ent-hr-mtr
176
+
```
177
+
178
+
-`Purchase has failed because we couldn't find a valid credit card nor a payment method associated with your Azure subscription.`
179
+
180
+
Your Azure subscription doesn't 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)
181
+
182
+
-`Plan can not be purchased on a free subscription.`
183
+
184
+
Your Azure subscription doesn't 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)
185
+
186
+
-`Your Azure subscription which is associated with a deleted organization. The billing account is not valid to purchase the SaaS.`
187
+
188
+
Your Azure subscription doesn't 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)
189
+
190
+
-`Failed to check if marketplace is enabled for your Azure subscription.`
191
+
192
+
Your organization doesn't allow Azure Marketplace purchases. To allow the purchase, 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).
193
+
194
+
-`Purchase for Azure product azure-spring-cloud-vmware-tanzu-2 and plan Azure Spring Apps Enterprise (Public) is not allowed.`
195
+
196
+
Your organization doesn't allow Azure Marketplace purchases. To allow the purchase, 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).
197
+
198
+
-`Failed to process eligibility check with error Plan 'Azure Spring Apps Enterprise (Public)' of offer 'Azure Spring Apps Enterprise' by publisher 'VMware Inc.' is not available to you for purchase due to private marketplace settings made by your tenant's IT admin.`
199
+
200
+
Your organization doesn't allow Azure Marketplace purchases or acquisition of any Azure Marketplace software application. To allow the purchase, 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) and the [Purchase policy management](/marketplace/azure-purchasing-invoicing#purchase-policy-management) section of [Azure Marketplace purchasing](/marketplace/azure-purchasing-invoicing).
201
+
202
+
-`This offer 'vmware-inc.azure-spring-cloud-vmware-tanzu-2' is not available for purchasing by subscriptions belonging to Microsoft Azure Cloud Solution Providers.`
203
+
204
+
There's currently no support for Azure Cloud Solution Providers to purchase Azure Spring Apps Enterprise yet. We're working on enabling this support.
0 commit comments