Skip to content

Commit 35e4580

Browse files
committed
Remove MP requirements
1 parent 79ee04f commit 35e4580

9 files changed

Lines changed: 0 additions & 17 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/tutorial-managed-identities-key-vault.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ The following video describes how to manage secrets using Azure Key Vault.
3636
::: zone pivot="sc-enterprise"
3737

3838
- 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.
39-
- 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).
4039
- [Azure CLI](/cli/azure/install-azure-cli), version 2.55.0 or higher.
4140

4241
::: zone-end

0 commit comments

Comments
 (0)