You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/spring-apps/enterprise/includes/tutorial-authenticate-client-with-gateway/authenticate-client-with-gateway-consumption-plan.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,22 +58,22 @@ Use the following steps to create a service instance:
| 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. |
65
65
| 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. |
67
67
68
68
:::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":::
69
69
70
70
Use the following table as a guide to create the Container Apps Environment:
| 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. |
75
75
| 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. |
77
77
78
78
:::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":::
Copy file name to clipboardExpand all lines: articles/spring-apps/migration/migrate-to-azure-container-apps-blue-green.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,7 +72,7 @@ az containerapp revision label add \
72
72
--revision <APP_NAME>--<GREEN_SUFFIX>
73
73
```
74
74
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.
76
76
77
77
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.
Copy file name to clipboardExpand all lines: articles/spring-apps/migration/migrate-to-azure-container-apps-network.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -101,7 +101,7 @@ Both Azure Spring Apps and Azure Container Apps offer ways to control outbound t
101
101
102
102
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).
103
103
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.
105
105
106
106
To create an Azure Container Apps environment that supports UDR, use the following command:
0 commit comments