Skip to content

Commit 9e8ca52

Browse files
Apply suggestions from code review
1 parent 180025c commit 9e8ca52

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

articles/spring-apps/enterprise/includes/tutorial-authenticate-client-with-gateway/authenticate-client-with-gateway-consumption-plan.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -58,22 +58,22 @@ Use the following steps to create a service instance:
5858

5959
| Setting | Suggested value | Description |
6060
|----------------------------|----------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
61-
| 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. |
62-
| Resource group | **myresourcegroup** | A new resource group name or an existing one from your subscription. |
63-
| 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. |
64-
| Plan | **Standard consumption & dedicated (preview)** | The pricing plan determines the resources and cost associated with your instance. |
61+
| **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. |
62+
| **Resource group** | **myresourcegroup** | A new resource group name or an existing one from your subscription. |
63+
| **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. |
64+
| **Plan** | **Standard consumption & dedicated (preview)** | The pricing plan determines the resources and cost associated with your instance. |
6565
| Region | The region closest to your users | The location that is closest to your users. |
66-
| Container Apps Environment | **myacaenv** | Select which Container Apps environment instance to share the same virtual network with other services and resources. |
66+
| **Container Apps Environment** | **myacaenv** | Select which Container Apps environment instance to share the same virtual network with other services and resources. |
6767

6868
:::image type="content" source="../../media/tutorial-authenticate-client-with-gateway/create-consumption-service-basics.png" alt-text="Screenshot of the Azure portal that shows the Create Azure Spring Apps consumption plan page." lightbox="../../media/tutorial-authenticate-client-with-gateway/create-consumption-service-basics.png":::
6969

7070
Use the following table as a guide to create the Container Apps Environment:
7171

7272
| Setting | Suggested value | Description |
7373
|------------------|-----------------|------------------------------------------------------------------------------------------|
74-
| Environment name | **myacaenv** | A unique name that identifies your Azure Container Apps Environment service. |
74+
| **Environment name** | **myacaenv** | A unique name that identifies your Azure Container Apps Environment service. |
7575
| Plan | **Consumption** | The pricing plan determines the resources and cost associated with your instance. |
76-
| Zone Redundant | **Disabled** | Whether to create your Container Apps Environment service in an Azure availability zone. |
76+
| **Zone Redundant** | **Disabled** | Whether to create your Container Apps Environment service in an Azure availability zone. |
7777

7878
:::image type="content" source="../../media/tutorial-authenticate-client-with-gateway/create-apps-container-environment-basics.png" alt-text="Screenshot of the Azure portal that shows the Create Azure Container Apps page." lightbox="../../media/tutorial-authenticate-client-with-gateway/create-apps-container-environment-basics.png":::
7979

articles/spring-apps/migration/migrate-to-azure-container-apps-blue-green.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ az containerapp revision label add \
7272
--revision <APP_NAME>--<GREEN_SUFFIX>
7373
```
7474

75-
Initially, the revision with the `commitId` that is `blue` takes 100% of production traffic, while the newly deployed revision with the `commitId` that is `green` doesn't take any production traffic.
75+
Initially, the revision with the *blue* `commitId` takes 100% of production traffic, while the newly deployed revision with the *green* `commitId` doesn't take any production traffic.
7676

7777
In Azure Spring Apps, you can deploy at most two revisions of one app: one set as Production and the other as Staging. However, Azure Container Apps supports deploying multiple revisions for a single app.
7878

articles/spring-apps/migration/migrate-to-azure-container-apps-network.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ Both Azure Spring Apps and Azure Container Apps offer ways to control outbound t
101101

102102
For more information, see the [Routes](../../container-apps/networking.md#routes) section of [Subnet configuration with CLI](../../container-apps/networking.md) and [Control outbound traffic in Azure Container Apps with user defined routes](../../container-apps/user-defined-routes.md).
103103

104-
In Azure Container Apps, only workload profiles of the `environment` type support UDR. Additionally, Azure Container Apps support egress through NAT Gateway and the creation of private endpoints on the container app environment.
104+
In Azure Container Apps, only workload profiles of the *environment* type support UDR. Additionally, Azure Container Apps support egress through NAT Gateway and the creation of private endpoints on the container app environment.
105105

106106
To create an Azure Container Apps environment that supports UDR, use the following command:
107107

0 commit comments

Comments
 (0)