Skip to content

Commit e38a812

Browse files
Yet more edits to files.
1 parent 5429158 commit e38a812

6 files changed

+10
-10
lines changed

articles/spring-apps/basic-standard/includes/quickstart/hello-prepare-cloud-environment-consumption-azure-portal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Use the following steps to create all the Azure resources that the app depends o
3232
| Setting | Suggested value | Description |
3333
|--------------------|-----------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
3434
| **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. |
35-
| **Resource group** | *myresourcegroup* | A new resource group name or an existing one from your subscription. |
35+
| **Resource group** | **myresourcegroup** | A new resource group name or an existing one from your subscription. |
3636
| **Region** | The region closest to your users. | The region is used to create the resource group. |
3737

3838
1. Select **Review and Create** to review your selections. Then, select **Create** to deploy the app to Azure Spring Apps.

articles/spring-apps/basic-standard/includes/quickstart/hello-prepare-cloud-environment-enterprise-azure-portal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Use the following steps to create all the Azure resources that the app depends o
3232
| Setting | Suggested value | Description |
3333
|--------------------|-----------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
3434
| **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. |
35-
| **Resource group** | *myresourcegroup* | A new resource group name or an existing one from your subscription. |
35+
| **Resource group** | **myresourcegroup** | A new resource group name or an existing one from your subscription. |
3636
| **Region** | The region closest to your users. | The region is used to create the resource group. |
3737

3838
1. Select **Review and Create** to review your selections. Then, select **Create** to deploy the app to Azure Spring Apps.

articles/spring-apps/basic-standard/includes/quickstart/hello-prepare-cloud-environment-standard-azure-portal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Use the following steps to create all the Azure resources that the app depends o
3232
| Setting | Suggested value | Description |
3333
|--------------------|-----------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
3434
| **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. |
35-
| **Resource group** | *myresourcegroup* | A new resource group name or an existing one from your subscription. |
35+
| **Resource group** | **myresourcegroup** | A new resource group name or an existing one from your subscription. |
3636
| **Region** | The region closest to your users. | The region is used to create the resource group. |
3737

3838
1. Select **Review and Create** to review your selections. Then, select **Create** to deploy the app to Azure Spring Apps.

articles/spring-apps/basic-standard/includes/quickstart/hello-spring-apps-maven-plugin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Use the following line at the end of the heading Prerequisites, with blank lines
1414

1515
Use the following steps to deploy using the [Maven plugin for Azure Spring Apps](https://github.com/microsoft/azure-maven-plugins/wiki/Azure-Spring-Apps):
1616

17-
1. Navigate to the *complete* directory, and then run the following command to configure the app in Azure Spring Apps:
17+
1. Navigate to the **complete** directory, and then run the following command to configure the app in Azure Spring Apps:
1818

1919
```bash
2020
./mvnw com.microsoft.azure:azure-spring-apps-maven-plugin:1.19.0:config

articles/spring-apps/basic-standard/includes/quickstart/prepare-container-apps-environment.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ For clarity of structure, a separate markdown file is used to describe how to cr
1717

1818
1. Fill out the **Basics** tab with the following information:
1919

20-
- **Environment name**: *myacaenv*
20+
- **Environment name**: **myacaenv**
2121
- **Plan**: **Consumption**
2222
- **Zone redundancy**: **Disabled**
2323

@@ -27,15 +27,15 @@ For clarity of structure, a separate markdown file is used to describe how to cr
2727

2828
1. Fill out the **Basics** tab with the following information:
2929

30-
- **Environment name**: *myacaenv*
30+
- **Environment name**: **myacaenv**
3131
- **Plan**: **(Preview) Consumption and Dedicated workload profiles**
3232
- **Zone redundancy**: **Disabled**
3333

3434
1. Select the **Workload profiles (Preview)** tab, and then select **Add workload profile** to add a workload profile.
3535

3636
1. On the **Add workload profile (Preview)** page, add the following information:
3737

38-
- **Workload profile name**: *my-wlp*
38+
- **Workload profile name**: **my-wlp**
3939
- **Workload profile size**: Select **Dedicated-D4**
4040
- **Autoscaling instance count range**: Select **3** and **5**
4141

articles/spring-apps/basic-standard/includes/quickstart/provision-basic-azure-spring-apps.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ Use the following steps to create a service instance:
2424
| Setting | Suggested Value | Description |
2525
|----------------|----------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
2626
| 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. |
27-
| Resource group | *myresourcegroup* | A new resource group name or an existing one from your subscription. |
28-
| 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. |
29-
| Plan | *Standard* | The pricing plan that determines the resource and cost associated with your instance. |
27+
| Resource group | **myresourcegroup** | A new resource group name or an existing one from your subscription. |
28+
| 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. |
29+
| Plan | **Standard** | The pricing plan that determines the resource and cost associated with your instance. |
3030
| Region | The region closest to your users | The location that is closest to your users. |
3131
| Zone Redundant | Unselected | Indicates whether to create your Azure Spring Apps service in an Azure availability zone. This feature isn't currently supported in all regions. |
3232

0 commit comments

Comments
 (0)