Skip to content

Commit b22cfdd

Browse files
committed
edits
1 parent 0aa3ab1 commit b22cfdd

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

articles/spring-apps/includes/deprecation-note.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ author: KarlErickson
33
ms.author: karler
44
ms.service: azure-spring-apps
55
ms.topic: include
6-
ms.date: 03/14/2025
6+
ms.date: 03/17/2025
77
---
88

99
> [!NOTE]

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: karler
66
ms.reviewer: dingmeng-xue
77
ms.service: azure-spring-apps
88
ms.topic: upgrade-and-migration-article
9-
ms.date: 03/13/2025
9+
ms.date: 03/17/2025
1010
ms.custom: devx-track-java, devx-track-extended-java
1111
---
1212

@@ -69,7 +69,7 @@ az containerapp revision label add \
6969
--revision <green-revision-name>
7070
```
7171

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.
7373

7474
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.
7575

@@ -93,9 +93,9 @@ curl -s https://$GREEN_DOMAIN
9393
Use the following commands to test with the label-specific fully qualified domain name (FQDN):
9494

9595
```azurecli
96-
# Get the containerapp environment default domain
9796
export APP_NAME=<app-name>
9897
98+
# Get the containerapp environment default domain
9999
export APP_ENVIRONMENT_DOMAIN=$(az containerapp env show \
100100
--resource-group <resource-group> \
101101
--name <app-environment-name> \

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: karler
66
ms.reviewer: dingmeng-xue
77
ms.service: azure-spring-apps
88
ms.topic: upgrade-and-migration-article
9-
ms.date: 03/13/2025
9+
ms.date: 03/17/2025
1010
ms.custom: devx-track-java, devx-track-extended-java
1111
---
1212

@@ -80,11 +80,11 @@ The migration approach from Azure Spring Apps to Azure Container Apps involves t
8080

8181
## Migration assistant tool
8282

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).
8484

8585
To create Azure Container Apps resources that match the configurations of your existing Azure Spring Apps resources, use the following steps:
8686

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.
8888

8989
1. Generate Bicep files to create the corresponding Azure Container Apps resources by using the following command:
9090

@@ -126,7 +126,7 @@ To create Azure Container Apps resources that match the configurations of your e
126126
127127
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.
128128
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).
130130
131131
## Tutorial
132132

0 commit comments

Comments
 (0)