Skip to content

Commit 0bc664d

Browse files
Apply suggestions from review
Co-authored-by: Karl Erickson <[email protected]>
1 parent 7b15b0a commit 0bc664d

File tree

2 files changed

+20
-17
lines changed

2 files changed

+20
-17
lines changed

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

Lines changed: 16 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -17,32 +17,35 @@ For clarity of structure, a separate markdown file is used to describe how to cr
1717
### [Consumption Workload](#tab/Consumption-workload)
1818

1919
1. Fill out the **Basics** tab with the following information:
20-
- **Environment name**: *myacaenv*
21-
- **Plan**: **Consumption**
22-
- **Zone redundancy**: **Disabled**
2320

24-
:::image type="content" source="../../media/quickstart/create-container-apps-environment.png" alt-text="Screenshot of the Azure portal showing the Create Container Apps Environment with consumption plan selected." lightbox="../../media/quickstart/create-container-apps-environment.png":::
21+
- **Environment name**: *myacaenv*
22+
- **Plan**: **Consumption**
23+
- **Zone redundancy**: **Disabled**
24+
25+
:::image type="content" source="../../media/quickstart/create-container-apps-environment.png" alt-text="Screenshot of the Azure portal that shows the Create Container Apps Environment with consumption plan selected." lightbox="../../media/quickstart/create-container-apps-environment.png":::
2526

2627
1. Select **Create** to create the Container Apps Environment.
2728

2829
### [Dedicated Workload](#tab/Ddedicated-workload)
2930

3031
1. Fill out the **Basics** tab with the following information:
31-
- **Environment name**: *myacaenv*
32-
- **Plan**: **(Preview) Consumption and Dedicated workload profiles**
33-
- **Zone redundancy**: **Disabled**
3432

35-
:::image type="content" source="../../media/quickstart/create-container-apps-environment-dedicated.png" alt-text="Screenshot of the Azure portal showing the Create Container Apps Environment with dedicated workload plan selected." lightbox="../../media/quickstart/create-container-apps-environment-dedicated.png":::
33+
- **Environment name**: *myacaenv*
34+
- **Plan**: **(Preview) Consumption and Dedicated workload profiles**
35+
- **Zone redundancy**: **Disabled**
36+
37+
:::image type="content" source="../../media/quickstart/create-container-apps-environment-dedicated.png" alt-text="Screenshot of the Azure portal that shows the Create Container Apps Environment with dedicated workload plan selected." lightbox="../../media/quickstart/create-container-apps-environment-dedicated.png":::
3638

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

3941
1. On the **Add workload profile(Preview)** page, add the following information:
40-
- **Workload profile name**: *my-wlp*
41-
- **Workload profile size**: Select **Dedicated-D4**
42-
- **Autoscaling instance count range**: Select **3** and **5**
4342

44-
:::image type="content" source="../../media/quickstart/create-container-apps-environment-profile.png" alt-text="Screenshot of the Azure portal showing the Configure Container Apps Environment profile." lightbox="../../media/quickstart/create-container-apps-environment-profile.png":::
43+
- **Workload profile name**: *my-wlp*
44+
- **Workload profile size**: Select **Dedicated-D4**
45+
- **Autoscaling instance count range**: Select **3** and **5**
46+
47+
:::image type="content" source="../../media/quickstart/create-container-apps-environment-profile.png" alt-text="Screenshot of the Azure portal that shows the Configure Container Apps Environment profile." lightbox="../../media/quickstart/create-container-apps-environment-profile.png":::
4548

46-
1. Select **Add**. This selection takes you back to the **Add workload profile (Preview)** page. Select **my-wlp**, and then select **Create** to create the Container Apps Environment.
49+
1. Select **Add**. This selection takes you back to the **Add workload profile (Preview)** page. Select **my-wlp**, and then select **Create** to create the Container Apps Environment.
4750

4851
---

articles/spring-apps/includes/quickstart/provision-consumption-azure-spring-apps.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Use the following steps to create an Azure Spring Apps service instance:
2020

2121
1. Select **Compute** > **Azure Spring Apps**.
2222

23-
:::image type="content" source="../../media/quickstart/create-azure-spring-apps.png" alt-text="Screenshot of the Azure portal showing Azure Spring Apps in the list of compute resources." lightbox="../../media/quickstart/create-azure-spring-apps.png":::
23+
:::image type="content" source="../../media/quickstart/create-azure-spring-apps.png" alt-text="Screenshot of the Azure portal that shows Azure Spring Apps in the list of compute resources." lightbox="../../media/quickstart/create-azure-spring-apps.png":::
2424

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

@@ -31,11 +31,11 @@ Use the following steps to create an Azure Spring Apps service instance:
3131
| 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.|
3232
| Resource group | *myresourcegroup* | A new resource group name or an existing one from your subscription.|
3333
| 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.|
34-
| Plan | *Standard consumption & dedicated (preview)* |Pricing Tier determines the resource and cost associated with your instance.|
34+
| Plan | **Standard consumption & dedicated (preview)** | The pricing plan determines the resource and cost associated with your instance.|
3535
| Region | The region closest to your users | The location that is closest to your users.|
3636
| 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.|
3737

38-
:::image type="content" source="../../media/quickstart/create-consumption.png" alt-text="Screenshot of the Azure portal showing the Create Azure Spring Apps page." lightbox="../../media/quickstart/create-consumption.png":::
38+
:::image type="content" source="../../media/quickstart/create-consumption.png" alt-text="Screenshot of the Azure portal that shows the Create Azure Spring Apps page." lightbox="../../media/quickstart/create-consumption.png":::
3939

4040
1. (Optional) Create a Container Apps Environment.
4141

@@ -45,6 +45,6 @@ Use the following steps to create an Azure Spring Apps service instance:
4545

4646
1. On the toolbar, select the **Notifications** icon (a bell) to monitor the deployment process. After the deployment is done, you can select **Pin to dashboard**, which creates a tile for this service on your Azure portal dashboard as a shortcut to the service's **Overview** page.
4747

48-
:::image type="content" source="../../media/quickstart/notifications.png" alt-text="Screenshot of the Azure portal showing the Notifications pane for Azure Spring Apps creation." lightbox="../../media/quickstart/notifications.png":::
48+
:::image type="content" source="../../media/quickstart/notifications.png" alt-text="Screenshot of the Azure portal that shows the Notifications pane for Azure Spring Apps creation." lightbox="../../media/quickstart/notifications.png":::
4949

5050
1. Select **Go to resource** to go to the **Azure Spring Apps Overview** page.

0 commit comments

Comments
 (0)