Skip to content

Commit a2a7ddf

Browse files
committed
update according to feedback
1 parent 887cec7 commit a2a7ddf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
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 applications 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 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).
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,6 +98,8 @@ 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+
> [!NOTE]
102+
> Azure Container Apps require 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 details on obtaining container images, refer to [Application containerization](./migrate-to-azure-container-apps-build-overview.md)
101103
102104
1. If a resource group doesn't exist, create it by using the following command:
103105

0 commit comments

Comments
 (0)