Provision an Azure Spring Apps service instance
Note
The Basic, Standard, and Enterprise plans will be deprecated starting from mid-March, 2025, with a 3 year retirement period. We recommend transitioning to Azure Container Apps. For more information, see the Azure Spring Apps retirement announcement.
The Standard consumption and dedicated plan will be deprecated starting September 30, 2024, with a complete shutdown after six months. We recommend transitioning to Azure Container Apps. For more information, see Migrate Azure Spring Apps Standard consumption and dedicated plan to Azure Container Apps.
This article applies to: ❌ Standard consumption and dedicated (Preview) ✔️ Basic/Standard ❌ Enterprise
This article shows you how to provision a Basic or Standard plan Azure Spring Apps service instance.
Azure Spring Apps supports multiple plans. For more information, see Quotas and service plans for Azure Spring Apps. To learn how to create service instances for other plans, see the following articles:
- Quickstart: Provision an Azure Spring Apps Standard consumption and dedicated plan service instance
- Migrate an Azure Spring Apps Basic or Standard plan instance to the Enterprise plan
Prerequisites
- An Azure subscription. If you don't have a subscription, create a free account before you begin.
- (Optional) Azure CLI version 2.45.0 or higher.
Provision an instance of Azure Spring Apps
Use the following steps to create an instance of Azure Spring Apps:
In a new browser tab, open the Azure portal.
Using the search box, search for Azure Spring Apps.
Select Azure Spring Apps from the search results.
On the Azure Spring Apps page, select Create.
Fill out the form on the Azure Spring Apps Create page. Consider the following guidelines:
- Subscription: Select the subscription you want to be billed for this resource.
- Resource group: Creating new resource groups for new resources is a best practice. You use this value in later steps as
<resource-group-name>
. - Service Details/Name: Specify the
<service-instance-name>
. The name must be between 4 and 32 characters long and can contain only 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. - Location: Select the location for your service instance.
- Zone Redundant: Select to create your service instance with an availability zone.
- Select Standard for the Pricing tier option.
Select Review and create.
Clean up resources
If you plan to continue working with subsequent tutorials, you might want to leave these resources in place. When no longer needed, delete the resource group, which deletes the resources in the resource group. To delete the resource group by using Azure CLI, use the following commands:
az group delete --name <resource-group-name>