Skip to content

Commit 2369e47

Browse files
Merge pull request #220853 from yuwzho/yuwzho/update-mp-plan
Update Spring Apps Marketplace Plan id
2 parents a2f3079 + 2ef0c46 commit 2369e47

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ To purchase in Azure Marketplace, you must meet the following prerequisites:
3737
az term accept \
3838
--publisher vmware-inc \
3939
--product azure-spring-cloud-vmware-tanzu-2 \
40-
--plan tanzu-asc-ent-mtr
40+
--plan asa-ent-hr-mtr
4141
```
4242

4343
## View Azure Spring Apps Enterprise tier offering from Azure Marketplace

articles/spring-apps/how-to-migrate-standard-tier-to-enterprise-tier.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ It takes about 5 minutes to finish the resource provisioning.
8787

8888
```azurecli
8989
az provider register --namespace Microsoft.SaaS
90-
az term accept --publisher vmware-inc --product azure-spring-cloud-vmware-tanzu-2 --plan tanzu-asc-ent-mtr
90+
az term accept --publisher vmware-inc --product azure-spring-cloud-vmware-tanzu-2 --plan asa-ent-hr-mtr
9191
```
9292

9393
1. Enter a name for your Azure Spring Apps service instance. The name must be between 4 and 32 characters long and can only contain lowercase letters, numbers, and hyphens. The first character of the service name must be a letter and the last character must be either a letter or a number.

articles/spring-apps/troubleshoot.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -246,15 +246,15 @@ Creating an Azure Spring Apps Enterprise tier instance fails with error code "11
246246

247247
For more information, see the section [No plans are available for market '\<Location>'](#no-plans-are-available-for-market-location).
248248

249-
* **"Failed to purchase on Azure Marketplace due to signature verification on Marketplace legal agreement. Check the Azure subscription has agree terms vmware-inc.azure-spring-cloud-vmware-tanzu-2.tanzu-asc-ent-mtr"**: Your Azure subscription has not signed the terms for the offer and plan to be purchased.
249+
* **"Failed to purchase on Azure Marketplace due to signature verification on Marketplace legal agreement. Check the Azure subscription has agree terms vmware-inc.azure-spring-cloud-vmware-tanzu-2.asa-ent-hr-mtr"**: Your Azure subscription has not signed the terms for the offer and plan to be purchased.
250250

251251
Go to your Azure subscription and run the following Azure CLI command to agree to the terms:
252252

253253
```azurecli
254254
az term accept \
255255
--publisher vmware-inc \
256256
--product azure-spring-cloud-vmware-tanzu-2 \
257-
--plan tanzu-asc-ent-mtr
257+
--plan asa-ent-hr-mtr
258258
```
259259

260260
If that doesn't help, you can contact the support team with the following info.

0 commit comments

Comments
 (0)