Skip to content

Commit 2d4a0c5

Browse files
authored
Merge pull request #95794 from MikeDodaro/fix-1641964
Take out redundant step in procedure to create Spring Cloud using por…
2 parents f907817 + 195c7aa commit 2d4a0c5

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

articles/spring-cloud/spring-cloud-quickstart-launch-app-portal.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,16 @@ az extension add --name spring-cloud
5151

5252
1. In a web browser, open [this link to Azure Spring Cloud in the Azure portal](https://ms.portal.azure.com/#create/Microsoft.AppPlatform).
5353

54-
1. Select **Azure Spring Cloud** to go to the overview page. Select the **Create** button to get started.
55-
56-
1. Fill out the form, considering the following guidelines:
54+
1. Fill out the form on the Azure Spring Cloud **Create** page. Consider the following guidelines:
5755
- Service Name: Specify the name of your service instance. 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.
5856
- Subscription: Select the subscription you want to be billed for this resource. Ensure that this subscription has been added to our allow-list for Azure Spring Cloud.
5957
- Resource group: Creating new resource groups for new resources is a best practice.
6058
- Location: Select the location for your service instance. Currently supported locations include East US, West US 2, West Europe, and Southeast Asia.
61-
59+
60+
1. Click **Review and create**.
61+
62+
1. Verify your specifications, and click **Create**.
63+
6264
It takes about 5 minutes for the service to deploy. Once it is deployed, the **Overview** page for the service instance will appear.
6365

6466
## Set up your configuration server

0 commit comments

Comments
 (0)