Skip to content

Commit 2996ff6

Browse files
Merge pull request #245940 from KarlErickson/karler-fix-formatting
fixed formatting for consistency
2 parents 23a84f5 + 46155f9 commit 2996ff6

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,14 @@ Use the following steps to create the service instance:
5757

5858
Use the following table as a guide for completing the form. The recommended **Plan** is **Basic**.
5959

60-
| Setting | Suggested Value | Description |
61-
|----------------|----------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
62-
| Subscription | Your subscription name | The Azure subscription that you want to use for your server. If you have multiple subscriptions, choose the subscription for which you'd like to be billed for the resource. |
63-
| Resource group | *myresourcegroup* | A new resource group name or an existing one from your subscription. |
64-
| Name | *myasa* | A unique name that identifies your Azure Spring Apps 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. |
65-
| Plan | *Basic* | The pricing plan determines the resources and cost associated with your instance. |
66-
| Region | The region closest to your users | The location that is closest to your users. |
67-
| Zone Redundant | Unchecked | Creates your Azure Spring Apps service in an Azure availability zone. Not currently supported in all regions. |
60+
| Setting | Suggested value | Description |
61+
|--------------------|----------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
62+
| **Subscription** | Your subscription name | The Azure subscription that you want to use for your server. If you have multiple subscriptions, choose the subscription for which you'd like to be billed for the resource. |
63+
| **Resource group** | *myresourcegroup* | A new resource group name or an existing one from your subscription. |
64+
| **Name** | *myasa* | A unique name that identifies your Azure Spring Apps 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. |
65+
| **Plan** | **Basic** | The pricing plan determines the resources and cost associated with your instance. |
66+
| **Region** | The region closest to your users | The location that is closest to your users. |
67+
| **Zone Redundant** | Unchecked | Creates your Azure Spring Apps service in an Azure availability zone. Not currently supported in all regions. |
6868

6969
1. Navigate to the **Diagnostic settings** tab on the **Create Azure Spring Apps** page and then select **Create new** to create a new Log Analytics workspaces instance. On the **Create new Log Analytics workspace** page, update the name of the **Log Analytics workspace** as needed, and then select **OK** to confirm the creation.
7070

@@ -98,7 +98,7 @@ Use the following steps to deploy the microservice applications using the [Maven
9898
./mvnw -P spring-apps com.microsoft.azure:azure-spring-apps-maven-plugin:1.17.0:config
9999
```
100100

101-
1. For each of the following prompts, provide the information shown:
101+
1. For each of the following prompts, provide the following information:
102102

103103
- **Select child modules to configure(input numbers separated by comma, eg: [1-2,4,6], ENTER to select ALL)**: Press <kbd>Enter</kbd> to select all.
104104
- **OAuth2 login**: Authorize the login to Azure based on the OAuth2 protocol.

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -96,14 +96,14 @@ Use the following steps to create a service instance:
9696

9797
1. Fill out the **Basics** form with the following information:
9898

99-
| Setting | Suggested Value | Description |
100-
|----------------|----------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
101-
| 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. |
102-
| Resource group | *myresourcegroup* | A new resource group name or an existing one from your subscription. |
103-
| 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. |
104-
| Plan | *Basic* | Pricing Tier determines the resource and cost associated with your instance. |
105-
| Region | The region closest to your users | The location that is closest to your users. |
106-
| Zone Redundant | Unchecked | Whether to create your Azure Spring Apps service in an Azure availability zone. Currently, this feature is supported only in some regions. |
99+
| Setting | Suggested value | Description |
100+
|--------------------|----------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
101+
| **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. |
102+
| **Resource group** | *myresourcegroup* | A new resource group name or an existing one from your subscription. |
103+
| **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. |
104+
| **Plan** | **Basic** | Pricing Tier determines the resource and cost associated with your instance. |
105+
| **Region** | The region closest to your users | The location that is closest to your users. |
106+
| **Zone Redundant** | Unchecked | Whether to create your Azure Spring Apps service in an Azure availability zone. Currently, this feature is supported only in some regions. |
107107

108108
:::image type="content" source="../../media/quickstart-deploy-web-app/create-basics.png" alt-text="Screenshot of the Azure portal showing the Create Azure Spring Apps page." lightbox="../../media/quickstart-deploy-web-app/create-basics.png":::
109109

0 commit comments

Comments
 (0)