Skip to content

Commit 78327e2

Browse files
authored
Merge pull request #294028 from JoshTheTechWriter/italics-to-bold-4
First commit of fourth batch of files.
2 parents cde2d22 + b52aeb6 commit 78327e2

27 files changed

+72
-72
lines changed

articles/spring-apps/basic-standard/includes/quickstart-deploy-event-driven-app/deploy-event-driven-app-enterprise-plan.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ Go to the [Azure portal](https://portal.azure.com/) and enter your credentials t
5454

5555
8. Select **Queues** on the navigation menu, then select **Queue**.
5656

57-
1. On the **Create Queue** page, enter *lower-case* for **Name** and then select **Create**.
57+
1. On the **Create Queue** page, enter **lower-case** for **Name** and then select **Create**.
5858

59-
1. Create another queue by repeating the previous step using *upper-case* for **Name**.
59+
1. Create another queue by repeating the previous step using **upper-case** for **Name**.
6060

6161
### 3.3. Create an Azure Spring Apps instance
6262

@@ -70,7 +70,7 @@ Use the following steps to connect your service instances:
7070

7171
1. From the navigation pane, open the **Apps** pane and then select **Create App**.
7272

73-
1. On the **Create App** page, for the app name, use *simple-event-driven-app* and leave all the other fields with their default values.
73+
1. On the **Create App** page, for the app name, use **simple-event-driven-app** and leave all the other fields with their default values.
7474

7575
1. Select **Create** to finish creating the app and then select the app to view the details.
7676

articles/spring-apps/basic-standard/includes/quickstart-deploy-event-driven-app/event-driven-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-deploy-event-driven-app/event-driven-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-deploy-event-driven-app/event-driven-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-deploy-event-driven-app/event-driven-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-deploy-event-driven-app/prepare-cloud-environment-event-driven-consumption.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ Open your web browser and go to the [Azure portal](https://portal.azure.com/). E
3535

3636
1. Select **Queues** on the navigation menu and then select **Queue**.
3737

38-
1. On the **Create Queue** page, enter *lower-case* for **Name** and then select **Create**.
38+
1. On the **Create Queue** page, enter **lower-case** for **Name** and then select **Create**.
3939

40-
1. Create another queue by repeating the previous step using *upper-case* for **Name**.
40+
1. Create another queue by repeating the previous step using **upper-case** for **Name**.
4141

4242
### 3.3. Create an Azure Spring Apps instance
4343

@@ -52,11 +52,11 @@ Use the following steps to create the service instance:
5252
| Setting | Suggested value | Description |
5353
|--------------------------------|----------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
5454
| **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. |
55-
| **Resource group** | *myresourcegroup* | A new resource group name or an existing one from your subscription. |
56-
| **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. |
55+
| **Resource group** | **myresourcegroup** | A new resource group name or an existing one from your subscription. |
56+
| **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. |
5757
| **Plan** | *Standard consumption & dedicated (preview)* | The pricing plan determines the resources and cost associated with your instance. |
5858
| **Region** | The region closest to your users | The location that is closest to your users. |
59-
| **Container Apps Environment** | *myacaenv* | The environment is a secure boundary around one or more container apps that can communicate with each other and share a virtual network, logging, and Dapr configuration. |
59+
| **Container Apps Environment** | **myacaenv** | The environment is a secure boundary around one or more container apps that can communicate with each other and share a virtual network, logging, and Dapr configuration. |
6060

6161
1. (Optional) Use the following steps to create a Container Apps Environment:
6262

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ Open your web browser and go to the [Azure portal](https://portal.azure.com/). E
3535

3636
1. Select **Queues** on the navigation menu and then select **Queue**.
3737

38-
1. On the **Create Queue** page, enter *lower-case* for **Name** and then select **Create**.
38+
1. On the **Create Queue** page, enter **lower-case** for **Name** and then select **Create**.
3939

40-
1. Create another queue by repeating the previous step using *upper-case* for **Name**.
40+
1. Create another queue by repeating the previous step using **upper-case** for **Name**.
4141

4242
### 3.3. Create an Azure Spring Apps instance
4343

@@ -54,8 +54,8 @@ Use the following steps to create an Azure Spring Apps instance:
5454
| Setting | Suggested value | Description |
5555
|--------------------|----------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
5656
| **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. |
57-
| **Resource group** | *myresourcegroup* | A new resource group name or an existing one from your subscription. |
58-
| **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. |
57+
| **Resource group** | **myresourcegroup** | A new resource group name or an existing one from your subscription. |
58+
| **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. |
5959
| **Plan** | **Standard** | The plan determines the resource and cost associated with your instance. |
6060
| **Region** | The region closest to your users | The location that is closest to your users. |
6161
| **Zone Redundant** | Unselected | Whether to create your Azure Spring Apps service in an Azure availability zone, it could only be supported in several regions at the moment. |
@@ -72,13 +72,13 @@ Use the following steps to create an Azure Spring Apps instance:
7272

7373
1. Select **Apps** in the navigation menu, then select **Create App**.
7474

75-
1. On the **Create App** page, enter *simple-event-driven-app* for **App name** and select *Java 17* for **Runtime platform**.
75+
1. On the **Create App** page, enter **simple-event-driven-app** for **App name** and select **Java 17** for **Runtime platform**.
7676

7777
:::image type="content" source="../../media/quickstart-deploy-event-driven-app/basic-app-creation.png" alt-text="Screenshot of the Azure portal showing the Create App pane with App name and Runtime platform options selected." lightbox="../../media/quickstart-deploy-event-driven-app/basic-app-creation.png":::
7878

7979
1. After the app creation, select the app name you created in the previous step.
8080

81-
1. On the **Configuration** page, select the **Environment variables** tab, enter *SERVICE_BUS_CONNECTION_STRING* for **Key**, paste the Service Bus connection string for **Value**, then select **Save**.
81+
1. On the **Configuration** page, select the **Environment variables** tab, enter **SERVICE_BUS_CONNECTION_STRING** for **Key**, paste the Service Bus connection string for **Value**, then select **Save**.
8282

8383
:::image type="content" source="../../media/quickstart-deploy-event-driven-app/app-configuration-environment-variables.png" alt-text="Screenshot of the Azure portal showing the Environment variables tab of the App Configuration page." lightbox="../../media/quickstart-deploy-event-driven-app/app-configuration-environment-variables.png":::
8484

articles/spring-apps/basic-standard/includes/quickstart-deploy-event-driven-app/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

0 commit comments

Comments
 (0)