Skip to content

Commit 01dbf1b

Browse files
authored
Merge pull request #308474 from dingmeng-xue/dixue/1119
Update docs about marketplace
2 parents b662dd2 + a9f0433 commit 01dbf1b

27 files changed

Lines changed: 9 additions & 257 deletions

articles/spring-apps/basic-standard/quickstart-deploy-event-driven-app.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,19 +69,16 @@ This article provides the following options for deploying to Azure Spring Apps:
6969
### [Azure portal](#tab/Azure-portal-ent)
7070

7171
- An Azure subscription. [!INCLUDE [quickstarts-free-trial-note](~/reusable-content/ce-skilling/azure/includes/quickstarts-free-trial-note.md)]
72-
- If you're deploying an Azure Spring Apps Enterprise plan instance for the first time in the target subscription, see the [Requirements](../enterprise/how-to-enterprise-marketplace-offer.md#requirements) section of [View Azure Spring Apps Enterprise tier offering in Azure Marketplace](../enterprise/how-to-enterprise-marketplace-offer.md).
7372

7473
### [Azure portal + Maven plugin](#tab/Azure-portal-maven-plugin-ent)
7574

7675
- An Azure subscription. [!INCLUDE [quickstarts-free-trial-note](~/reusable-content/ce-skilling/azure/includes/quickstarts-free-trial-note.md)]
77-
- If you're deploying an Azure Spring Apps Enterprise plan instance for the first time in the target subscription, see the [Requirements](../enterprise/how-to-enterprise-marketplace-offer.md#requirements) section of [View Azure Spring Apps Enterprise tier offering in Azure Marketplace](../enterprise/how-to-enterprise-marketplace-offer.md).
7876
- [Git](https://git-scm.com/downloads).
7977
- [Java Development Kit (JDK)](/java/azure/jdk/), version 17.
8078

8179
### [Azure CLI](#tab/Azure-CLI)
8280

8381
- An Azure subscription. [!INCLUDE [quickstarts-free-trial-note](~/reusable-content/ce-skilling/azure/includes/quickstarts-free-trial-note.md)]
84-
- If you're deploying an Azure Spring Apps Enterprise plan instance for the first time in the target subscription, see the [Requirements](../enterprise/how-to-enterprise-marketplace-offer.md#requirements) section of [View Azure Spring Apps Enterprise tier offering in Azure Marketplace](../enterprise/how-to-enterprise-marketplace-offer.md).
8582
- [Git](https://git-scm.com/downloads).
8683
- [Java Development Kit (JDK)](/java/azure/jdk/), version 17.
8784
- [Azure CLI](/cli/azure/install-azure-cli) version 2.45.0 or higher.

articles/spring-apps/basic-standard/quickstart-deploy-infrastructure-vnet-azure-cli.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ The Enterprise deployment plan includes the following Tanzu components:
4141
* Network and fully qualified domain name (FQDN) rules. For more information, see [Virtual network requirements](how-to-deploy-in-azure-virtual-network.md#virtual-network-requirements).
4242
* A unique User Defined Route (UDR) applied to each of the service runtime and Spring application subnets. For more information about UDRs, see [Virtual network traffic routing](../../virtual-network/virtual-networks-udr-overview.md). The UDR should be configured with a route for `0.0.0.0/0` with a destination of your NVA before deploying the Azure Spring Apps cluster. For more information, see the [Bring your own route table](how-to-deploy-in-azure-virtual-network.md#bring-your-own-route-table) section of [Deploy Azure Spring Apps in a virtual network](how-to-deploy-in-azure-virtual-network.md).
4343
* [Azure CLI](/cli/azure/install-azure-cli)
44-
* If you're deploying an Azure Spring Apps Enterprise plan instance for the first time in the target subscription, see the [Requirements](../enterprise/how-to-enterprise-marketplace-offer.md#requirements) section of [Enterprise plan in Azure Marketplace](../enterprise/how-to-enterprise-marketplace-offer.md).
4544

4645
## Review the Azure CLI deployment script
4746

articles/spring-apps/basic-standard/quickstart-deploy-infrastructure-vnet-bicep.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ The Enterprise deployment plan includes the following Tanzu components:
4343
* Network and fully qualified domain name (FQDN) rules. For more information, see [Virtual network requirements](how-to-deploy-in-azure-virtual-network.md#virtual-network-requirements).
4444
* A unique User Defined Route (UDR) applied to each of the service runtime and Spring application subnets. For more information about UDRs, see [Virtual network traffic routing](../../virtual-network/virtual-networks-udr-overview.md). The UDR should be configured with a route for `0.0.0.0/0` with a destination of your NVA before deploying the Azure Spring Apps cluster. For more information, see the [Bring your own route table](how-to-deploy-in-azure-virtual-network.md#bring-your-own-route-table) section of [Deploy Azure Spring Apps in a virtual network](how-to-deploy-in-azure-virtual-network.md).
4545
* [Azure CLI](/cli/azure/install-azure-cli)
46-
* If you're deploying an Azure Spring Apps Enterprise plan instance for the first time in the target subscription, see the [Requirements](../enterprise/how-to-enterprise-marketplace-offer.md#requirements) section of [Enterprise plan in Azure Marketplace](../enterprise/how-to-enterprise-marketplace-offer.md).
4746

4847
## Deploy using Bicep
4948

articles/spring-apps/basic-standard/quickstart-deploy-infrastructure-vnet-terraform.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ For more customization including custom domain support, see the [Azure Spring Ap
4444
* If you're using Azure Firewall or a Network Virtual Appliance (NVA), you'll also need to satisfy the following prerequisites:
4545
* Network and fully qualified domain name (FQDN) rules. For more information, see [Virtual network requirements](how-to-deploy-in-azure-virtual-network.md#virtual-network-requirements).
4646
* A unique User Defined Route (UDR) applied to each of the service runtime and Spring application subnets. For more information about UDRs, see [Virtual network traffic routing](../../virtual-network/virtual-networks-udr-overview.md). The UDR should be configured with a route for `0.0.0.0/0` with a destination of your NVA before deploying the Azure Spring Apps cluster. For more information, see the [Bring your own route table](how-to-deploy-in-azure-virtual-network.md#bring-your-own-route-table) section of [Deploy Azure Spring Apps in a virtual network](how-to-deploy-in-azure-virtual-network.md).
47-
* If you're deploying an Azure Spring Apps Enterprise plan instance for the first time in the target subscription, see the [Requirements](../enterprise/how-to-enterprise-marketplace-offer.md#requirements) section of [Enterprise plan in Azure Marketplace](../enterprise/how-to-enterprise-marketplace-offer.md).
4847

4948
## Review the Terraform plan
5049

articles/spring-apps/basic-standard/quickstart-deploy-infrastructure-vnet.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ The Enterprise deployment plan includes the following Tanzu components:
4545

4646
* Network and fully qualified domain name (FQDN) rules. For more information, see [Virtual network requirements](how-to-deploy-in-azure-virtual-network.md#virtual-network-requirements).
4747
* A unique User Defined Route (UDR) applied to each of the service runtime and Spring application subnets. For more information about UDRs, see [Virtual network traffic routing](../../virtual-network/virtual-networks-udr-overview.md). The UDR should be configured with a route for `0.0.0.0/0` with a destination of your NVA before deploying the Azure Spring Apps cluster. For more information, see the [Bring your own route table](how-to-deploy-in-azure-virtual-network.md#bring-your-own-route-table) section of [Deploy Azure Spring Apps in a virtual network](how-to-deploy-in-azure-virtual-network.md).
48-
* If you're deploying an Azure Spring Apps Enterprise plan instance for the first time in the target subscription, see the [Requirements](../enterprise/how-to-enterprise-marketplace-offer.md#requirements) section of [Enterprise plan in Azure Marketplace](../enterprise/how-to-enterprise-marketplace-offer.md).
4948

5049
## Review the template
5150

articles/spring-apps/basic-standard/quickstart-deploy-microservice-apps.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,14 +103,12 @@ This article provides the following options for deploying to Azure Spring Apps:
103103
### [Azure portal](#tab/Azure-portal-ent)
104104

105105
- An Azure subscription. If you don't have a subscription, create a [free account](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn) before you begin.
106-
- If you're deploying an Azure Spring Apps Enterprise plan instance for the first time in the target subscription, see the [Requirements](../enterprise/how-to-enterprise-marketplace-offer.md#requirements) section of [Enterprise plan in Azure Marketplace](../enterprise/how-to-enterprise-marketplace-offer.md).
107106
- (Optional) [Git](https://git-scm.com/downloads).
108107
- (Optional) [Java Development Kit (JDK)](/java/azure/jdk/), version 17.
109108

110109
### [Azure portal + Maven plugin](#tab/Azure-portal-maven-plugin-ent)
111110

112111
- An Azure subscription. If you don't have a subscription, create a [free account](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn) before you begin.
113-
- If you're deploying an Azure Spring Apps Enterprise plan instance for the first time in the target subscription, see the [Requirements](../enterprise/how-to-enterprise-marketplace-offer.md#requirements) section of [Enterprise plan in Azure Marketplace](../enterprise/how-to-enterprise-marketplace-offer.md).
114112
- [Git](https://git-scm.com/downloads).
115113
- (Optional) [Java Development Kit (JDK)](/java/azure/jdk/), version 17.
116114
- (Optional) [Node.js](https://nodejs.org/en/download), version 16.20 or higher.
@@ -119,7 +117,6 @@ This article provides the following options for deploying to Azure Spring Apps:
119117
### [Azure CLI](#tab/Azure-CLI-ent)
120118

121119
- An Azure subscription. If you don't have a subscription, create a [free account](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn) before you begin.
122-
- If you're deploying an Azure Spring Apps Enterprise plan instance for the first time in the target subscription, see the [Requirements](../enterprise/how-to-enterprise-marketplace-offer.md#requirements) section of [Enterprise plan in Azure Marketplace](../enterprise/how-to-enterprise-marketplace-offer.md).
123120
- [Git](https://git-scm.com/downloads).
124121
- [Java Development Kit (JDK)](/java/azure/jdk/), version 17.
125122
- [Azure CLI](/cli/azure/install-azure-cli), version 2.55.0 or higher.

articles/spring-apps/basic-standard/quickstart-deploy-web-app.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ This article provides the following options for deploying to Azure Spring Apps:
9393
- [Git](https://git-scm.com/downloads).
9494
- [Java Development Kit (JDK)](/java/azure/jdk/), version 17.
9595
- [Azure CLI](/cli/azure/install-azure-cli) version 2.45.0 or higher. Use the following command to install the Azure Spring Apps extension: `az extension add --name spring`
96-
- If you're deploying an Azure Spring Apps Enterprise plan instance for the first time in the target subscription, see the [Requirements](../enterprise/how-to-enterprise-marketplace-offer.md#requirements) section of [Enterprise plan in Azure Marketplace](../enterprise/how-to-enterprise-marketplace-offer.md).
9796

9897
---
9998

articles/spring-apps/basic-standard/quickstart.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,35 +51,30 @@ The application code used in this tutorial is a simple app. When you complete th
5151
### [Azure portal](#tab/Azure-portal-ent)
5252

5353
- An Azure subscription. [!INCLUDE [quickstarts-free-trial-note](~/reusable-content/ce-skilling/azure/includes/quickstarts-free-trial-note.md)]
54-
- If you're deploying an Azure Spring Apps Enterprise plan instance for the first time in the target subscription, see the [Requirements](../enterprise/how-to-enterprise-marketplace-offer.md#requirements) section of [Enterprise plan in Azure Marketplace](../enterprise/how-to-enterprise-marketplace-offer.md).
5554

5655
### [Azure portal + Maven plugin](#tab/Azure-portal-maven-plugin-ent)
5756

5857
- An Azure subscription. [!INCLUDE [quickstarts-free-trial-note](~/reusable-content/ce-skilling/azure/includes/quickstarts-free-trial-note.md)]
59-
- If you're deploying an Azure Spring Apps Enterprise plan instance for the first time in the target subscription, see the [Requirements](../enterprise/how-to-enterprise-marketplace-offer.md#requirements) section of [Enterprise plan in Azure Marketplace](../enterprise/how-to-enterprise-marketplace-offer.md).
6058
- [Git](https://git-scm.com/downloads).
6159
- [Java Development Kit (JDK)](/java/azure/jdk/), version 17.
6260

6361
### [Azure CLI](#tab/Azure-CLI)
6462

6563
- An Azure subscription. [!INCLUDE [quickstarts-free-trial-note](~/reusable-content/ce-skilling/azure/includes/quickstarts-free-trial-note.md)]
66-
- If you're deploying an Azure Spring Apps Enterprise plan instance for the first time in the target subscription, see the [Requirements](../enterprise/how-to-enterprise-marketplace-offer.md#requirements) section of [Enterprise plan in Azure Marketplace](../enterprise/how-to-enterprise-marketplace-offer.md).
6764
- [Git](https://git-scm.com/downloads).
6865
- [Java Development Kit (JDK)](/java/azure/jdk/), version 17.
6966
- [Azure CLI](/cli/azure/install-azure-cli) version 2.45.0 or higher.
7067

7168
### [IntelliJ](#tab/IntelliJ)
7269

7370
- An Azure subscription. [!INCLUDE [quickstarts-free-trial-note](~/reusable-content/ce-skilling/azure/includes/quickstarts-free-trial-note.md)]
74-
- If you're deploying an Azure Spring Apps Enterprise plan instance for the first time in the target subscription, see the [Requirements](../enterprise/how-to-enterprise-marketplace-offer.md#requirements) section of [Enterprise plan in Azure Marketplace](../enterprise/how-to-enterprise-marketplace-offer.md).
7571
- [Java Development Kit (JDK)](/java/azure/jdk/), version 17.
7672
- [IntelliJ IDEA](https://www.jetbrains.com/idea/).
7773
- [Azure Toolkit for IntelliJ](/azure/developer/java/toolkit-for-intellij/install-toolkit).
7874

7975
### [Visual Studio Code](#tab/visual-studio-code)
8076

8177
- An Azure subscription. [!INCLUDE [quickstarts-free-trial-note](~/reusable-content/ce-skilling/azure/includes/quickstarts-free-trial-note.md)]
82-
- If you're deploying an Azure Spring Apps Enterprise plan instance for the first time in the target subscription, see the [Requirements](../enterprise/how-to-enterprise-marketplace-offer.md#requirements) section of [Enterprise plan in Azure Marketplace](../enterprise/how-to-enterprise-marketplace-offer.md).
8378
- [Java Development Kit (JDK)](/java/azure/jdk/), version 17.
8479
- [Visual Studio Code](https://code.visualstudio.com/).
8580

articles/spring-apps/basic-standard/retirement-announcement.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ AKS is a managed container orchestration service that simplifies the deployment,
3333

3434
The Azure Spring Apps Basic and Standard plans won't accept new customers after March 17, 2025. Existing customers will remain operational until the plans are phased out on March 31, 2028. Even though the service will generally remain operational until March 31, 2028, we strongly recommend that existing customers migrate their applications off of Azure Spring Apps as soon as possible. This helps minimize disruption to your business operations.
3535

36-
The migration tool assisting with an Azure Container Apps environment setup will be available on March 17, 2025. For migration guidance, see [Migrate off Azure Spring Apps documentation](../migration/index.yml).
36+
The migration tool assisting with an Azure Container Apps environment setup is available in Azure CLI `spring` extension. For migration guidance, see [Migrate off Azure Spring Apps documentation](../migration/index.yml).
3737

3838
## Migration guidance and tooling for the Azure Spring Apps Enterprise plans
3939

@@ -65,7 +65,7 @@ You might also consider the following alternative solutions:
6565

6666
### Will Azure Spring Apps allow new customers to sign up?
6767

68-
Azure Spring Apps isn't accepting new customers since March 17, 2025. Existing customers can continue using the service, including creating, updating or deleting instances within the same tenant, until the plans are phased out on March 31, 2028.
68+
Azure Spring Apps isn't accepting new customers since March 17, 2025. Existing customers can continue using the service, including creating, updating or deleting instances within the same tenant in 2025 or within the same subscription, until the plans are phased out on March 31, 2028.
6969

7070
### How do you distinguish between new and existing customers for Azure Spring Apps?
7171

articles/spring-apps/basic-standard/troubleshoot.md

Lines changed: 0 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -236,54 +236,6 @@ Check to see whether the `spring-boot-actuator` dependency is enabled in your ap
236236

237237
If your application logs can be archived to a storage account but not sent to Azure Log Analytics, check to see whether you set up your workspace correctly. For more information, see [Create a Log Analytics workspace](/azure/azure-monitor/logs/quick-create-workspace). Also, be aware that the Basic plan doesn't provide a service-level agreement (SLA). For more information, see [Service Level Agreements (SLA) for Online Services](https://azure.microsoft.com/support/legal/sla/log-analytics/v1_3/).
238238

239-
## Enterprise plan
240-
241-
### Error 112039: Failed to purchase on Azure Marketplace
242-
243-
Creating an Azure Spring Apps Enterprise plan instance fails with error code "112039". For more information, check the detailed error message in the following list:
244-
245-
* **"Failed to purchase on Azure Marketplace because the Microsoft.SaaS RP is not registered on the Azure subscription."**: Azure Spring Apps Enterprise plan purchase a SaaS offer from VMware.
246-
247-
You must register the `Microsoft.SaaS` resource provider before creating Azure Spring Apps Enterprise instance. See how to [register a resource provider](../../azure-resource-manager/management/resource-providers-and-types.md#register-resource-provider).
248-
249-
* **"Failed to load catalog product vmware-inc.azure-spring-cloud-vmware-tanzu-2 in the Azure subscription market."**: Your Azure subscription's billing account address isn't in the supported location.
250-
251-
For more information, see the section [No plans are available for market '\<Location>'](#no-plans-are-available-for-market-location).
252-
253-
* **"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 hasn't signed the terms for the offer and plan to be purchased.
254-
255-
Go to your Azure subscription and run the following Azure CLI command to agree to the terms:
256-
257-
```azurecli
258-
az term accept \
259-
--publisher vmware-inc \
260-
--product azure-spring-cloud-vmware-tanzu-2 \
261-
--plan asa-ent-hr-mtr
262-
```
263-
264-
If that doesn't help, you can contact the support team with the following info.
265-
266-
* `AZURE_TENANT_ID`: the Azure tenant ID that hosts the Azure subscription
267-
* `AZURE_SUBSCRIPTION_ID`: the Azure subscription ID used to create the Azure Spring Apps instance
268-
* `SPRING_CLOUD_NAME`: the failed instance name
269-
* `ERROR_MESSAGE`: the observed error message
270-
271-
### No plans are available for market '\<Location>'
272-
273-
When you visit the SaaS offer [Azure Spring Apps Enterprise](https://aka.ms/ascmpoffer) in the Azure Marketplace, it might say "No plans are available for market '\<Location>'" as in the following image.
274-
275-
:::image type="content" source="./media/troubleshoot/no-enterprise-plans-available.png" alt-text="Screenshot of the Azure portal that shows the No plans are available for market error message." lightbox="./media/troubleshoot/no-enterprise-plans-available.png":::
276-
277-
The Azure Spring Apps Enterprise plan needs customers to pay for a license to Tanzu components through an Azure Marketplace offer. To purchase in the Azure Marketplace, the billing account's country or region for your Azure subscription should be in the SaaS offer's supported geographic locations.
278-
279-
[Azure Spring Apps Enterprise](https://aka.ms/ascmpoffer) now supports all geographic locations that Azure Marketplace supports. See the [Supported geographic locations](/partner-center/marketplace/marketplace-geo-availability-currencies#supported-geographic-locations) section of [Geographic availability and currency support for the commercial marketplace](/partner-center/marketplace/marketplace-geo-availability-currencies).
280-
281-
You can view the billing account for your subscription if you have admin access. See [view billing accounts](../../cost-management-billing/manage/view-all-accounts.md#check-the-type-of-your-account).
282-
283-
### I need VMware Spring Runtime Support (Enterprise plan only)
284-
285-
The Enterprise plan has built-in VMware Spring Runtime Support, so you can open support tickets to [VMware](https://aka.ms/ascevsrsupport) if you think your issue is in the scope of VMware Spring Runtime Support. To better understand VMware Spring Runtime Support itself, see the [VMware Spring Runtime](https://tanzu.vmware.com/spring-runtime). For more information on registering and using this support service, see the Support section in the [Enterprise FAQ from VMware](https://aka.ms/EnterpriseTierFAQ). For any other issues, open a support ticket with Microsoft.
286-
287239
## Next steps
288240

289241
* [How to self-diagnose and solve problems in Azure Spring Apps](./how-to-self-diagnose-solve.md)

0 commit comments

Comments
 (0)