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
@@ -69,7 +69,7 @@ az containerapp revision label add \
69
69
--revision <green-revision-name>
70
70
```
71
71
72
-
Here, `<blue-revision-name>` is `<app-name>--<blue-suffix>`, and `<green-revision-name>` is `<app-name>--<green-suffix>`. A label can only be assigned to one revision at a time.
72
+
Here, `<blue-revision-name>` is `<app-name>--<blue-suffix>`, and `<green-revision-name>` is `<app-name>--<green-suffix>`. You can only assign a label to one revision at a time.
73
73
74
74
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.
75
75
@@ -93,9 +93,9 @@ curl -s https://$GREEN_DOMAIN
93
93
Use the following commands to test with the label-specific fully qualified domain name (FQDN):
94
94
95
95
```azurecli
96
-
# Get the containerapp environment default domain
97
96
export APP_NAME=<app-name>
98
97
98
+
# Get the containerapp environment default domain
99
99
export APP_ENVIRONMENT_DOMAIN=$(az containerapp env show \
@@ -80,11 +80,11 @@ The migration approach from Azure Spring Apps to Azure Container Apps involves t
80
80
81
81
## Migration assistant tool
82
82
83
-
To speed up your migration and help you evaluate features on Azure Container Apps, we provide a new command in Azure CLI. This command retrieves the configurations of existing Azure Spring Apps resources based on the resource ID of the service instance. It then translates these configurations into Bicep files for Azure Container App resources. This method enables you to quickly set up an Azure Container Apps managed environment and app resources while applying basic settings similar to those settings in your existing Azure Spring Apps resources. For more information, see [az spring export](/cli/azure/spring#az-spring-export).
83
+
To speed up your migration and help you evaluate features on Azure Container Apps, we provide a new command in the Azure CLI. This command retrieves the configurations of existing Azure Spring Apps resources based on the resource ID of the service instance. It then translates these configurations into Bicep files for Azure Container App resources. This method enables you to quickly set up an Azure Container Apps managed environment and app resources while applying basic settings similar to those settings in your existing Azure Spring Apps resources. For more information, see [az spring export](/cli/azure/spring#az-spring-export).
84
84
85
85
To create Azure Container Apps resources that match the configurations of your existing Azure Spring Apps resources, use the following steps:
86
86
87
-
1. Install Azure CLI version 2.45.0 or higher and the latest version of Azure Spring Apps extension by using the `az extension add --name spring` command.
87
+
1. Install Azure CLI version 2.45.0 or higher and the latest version of the Azure Spring Apps extension by using the `az extension add --name spring` command.
88
88
89
89
1. Generate Bicep files to create the corresponding Azure Container Apps resources by using the following command:
90
90
@@ -126,7 +126,7 @@ To create Azure Container Apps resources that match the configurations of your e
126
126
127
127
1. Follow the instructions in the **README.md** file to update resources for advanced features. These features include uploading certificates, enabling a custom domain, adding role assignments to the system-assigned managed identity, and more.
128
128
129
-
1. If you need the Terraform configuration of those resources, export them using the export workflow of Azure Terraform Resource Provider. For more information, see [Overview of the Azure Terraform Resource Provider](/azure/developer/terraform/azure-terraform-resource-provider/resource-provider-overview).
129
+
1. If you need the Terraform configuration of those resources, export them using the export workflow of the Azure Terraform Resource Provider. For more information, see [Overview of the Azure Terraform Resource Provider](/azure/developer/terraform/azure-terraform-resource-provider/resource-provider-overview).
0 commit comments