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/migration/migrate-to-azure-container-apps-overview.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -80,7 +80,7 @@ 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 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).
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
@@ -98,8 +98,9 @@ To create Azure Container Apps resources that match the configurations of your e
98
98
```
99
99
100
100
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
+
101
102
> [!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)
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)
103
104
104
105
1. If a resource group doesn't exist, create it by using the following command:
105
106
@@ -113,7 +114,7 @@ To create Azure Container Apps resources that match the configurations of your e
113
114
1. Deploy Azure Container Apps resources to the resource group by using the following command:
114
115
115
116
> [!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.
0 commit comments