Skip to content

Commit b7bc3c7

Browse files
committed
edits
1 parent b287dbf commit b7bc3c7

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

articles/spring-apps/includes/quickstart-deploy-event-driven-app/prepare-the-cloud-environment-event-driven.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -38,16 +38,16 @@ Use the following steps to create an Azure Spring Apps instance:
3838

3939
1. Fill out the **Basics** form with the following information:
4040

41-
Use the following table as a guide for completing the form, the recommended **Plan** is `Standard`.
41+
Use the following table as a guide for completing the form. The recommended **Plan** is **Standard**.
4242

43-
| Setting | Suggested value | Description |
44-
|----------------|----------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
45-
| Subscription | Your subscription name | The Azure subscription that you want to use for your server. If you have multiple subscriptions, choose the subscription in which you'd like to be billed for the resource. |
46-
| Resource group | *myresourcegroup* | A new resource group name or an existing one from your subscription. |
47-
| Name | *myasa* | A unique name that identifies your Azure Spring Apps service. 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. |
48-
| Plan | *Standard* | The plan determines the resource and cost associated with your instance. |
49-
| Region | The region closest to your users | The location that is closest to your users. |
50-
| Zone Redundant | Unchecked | Whether to create your Azure Spring Apps service in an Azure availability zone, it could only be supported in several regions at the moment. |
43+
| Setting | Suggested value | Description |
44+
|--------------------|----------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
45+
| **Subscription** | Your subscription name | The Azure subscription that you want to use for your server. If you have multiple subscriptions, choose the subscription in which you'd like to be billed for the resource. |
46+
| **Resource group** | *myresourcegroup* | A new resource group name or an existing one from your subscription. |
47+
| **Name** | *myasa* | A unique name that identifies your Azure Spring Apps service. 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. |
48+
| **Plan** | **Standard** | The plan determines the resource and cost associated with your instance. |
49+
| **Region** | The region closest to your users | The location that is closest to your users. |
50+
| **Zone Redundant** | Unchecked | Whether to create your Azure Spring Apps service in an Azure availability zone, it could only be supported in several regions at the moment. |
5151

5252
:::image type="content" source="../../media/quickstart-deploy-event-driven-app/create-basics.png" alt-text="Screenshot of the Azure portal showing the Basics tab of the Create Azure Spring Apps page." lightbox="../../media/quickstart-deploy-event-driven-app/create-basics.png":::
5353

@@ -75,7 +75,7 @@ Use the following steps to create an Azure Spring Apps instance:
7575

7676
### [Azure Developer CLI](#tab/Azure-Developer-CLI)
7777

78-
1. Use the following command to sign in to Azure with OAuth2. Ignore this step if you've already logged in:
78+
1. Use the following command to sign in to Azure with OAuth2. Ignore this step if you've already logged in.
7979

8080
```bash
8181
azd auth login

articles/spring-apps/includes/quickstart-deploy-event-driven-app/provision-service-bus.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ Use the following steps to create a Service Bus instance:
2525

2626
1. Fill out the **Basics** form with the following information:
2727

28-
| Setting | Suggested value | Description |
29-
|----------------|------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
30-
| Subscription | Your subscription name | The Azure subscription that you want to use for your server. If you have multiple subscriptions, choose the subscription in which you'd like to be billed for the resource. |
31-
| Resource group | *myresourcegroup* | A new resource group name or an existing one from your subscription. |
32-
| Namespace name | *my-srvbus* | A unique name that identifies your Service Bus service. |
33-
| Location | The location closest to your users | The location that is closest to your users. |
34-
| Pricing tier | *Basic* | Pricing Tier determines the resource and cost associated with your instance. |
28+
| Setting | Suggested value | Description |
29+
|--------------------|-------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
30+
| **Subscription** | Your subscription name. | The Azure subscription that you want to use for your server. If you have multiple subscriptions, choose the subscription in which you'd like to be billed for the resource. |
31+
| **Resource group** | *myresourcegroup* | A new resource group name or an existing one from your subscription. |
32+
| **Namespace name** | *my-srvbus* | A unique name that identifies your Service Bus service. |
33+
| **Location** | The location closest to your users. | The location that is closest to your users. |
34+
| **Pricing tier** | **Basic** | Pricing Tier determines the resource and cost associated with your instance. |
3535

3636
:::image type="content" source="../../media/quickstart-deploy-event-driven-app/service-bus-creation.png" alt-text="Screenshot of the Azure portal showing the Basics tab of the Create namespace page for Service Bus creation." lightbox="../../media/quickstart-deploy-event-driven-app/service-bus-creation.png":::
3737

0 commit comments

Comments
 (0)