Skip to content

Commit e796e9d

Browse files
Acrolinx and edits to language for migrate-to-azure-container-apps-overview.md.
1 parent e5eeb16 commit e796e9d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ 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 and translates them 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 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 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

@@ -98,8 +98,9 @@ To create Azure Container Apps resources that match the configurations of your e
9898
```
9999
100100
1. The previous command generates a **README.md** file with detailed instructions. Follow those instructions to update the required parameters in the Bicep files.
101+
101102
> [!NOTE]
102-
> Azure Container Apps require containerized image URLs. If you dont yet have a containerized image URL for your application, you can leave the QuickStart image URL in the parameters unchanged and deploy your own application later. For more details on obtaining container images, refer to [Application containerization](./migrate-to-azure-container-apps-build-overview.md)
103+
> Azure Container Apps requires containerized image URLs. If you don't yet have a containerized image URL for your application, you can leave the quickstart image URL in the parameters unchanged, and deploy your own application later. For more information on obtaining container images, see [Application containerization](./migrate-to-azure-container-apps-build-overview.md)
103104
104105
1. If a resource group doesn't exist, create it by using the following command:
105106
@@ -113,7 +114,7 @@ To create Azure Container Apps resources that match the configurations of your e
113114
1. Deploy Azure Container Apps resources to the resource group by using the following command:
114115
115116
> [!NOTE]
116-
> You may need to run the command multiple times and adjust the configuration based on the response message.
117+
> You might need to run the command multiple times and adjust the configuration based on the response message.
117118
118119
```azurecli
119120
az deployment group create \

0 commit comments

Comments
 (0)