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/consumption-dedicated/overview-migration.md
+18-8Lines changed: 18 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,16 +72,26 @@ There's no downtime unless you're using Spring Cloud Config Server and Spring Cl
72
72
73
73
All in-flight transactions execute without any interruptions, unless you're using Spring Cloud Config Server and Spring Cloud Service Registry, which you must manually recreate in Azure Container Apps.
74
74
75
-
### How can I find migrated application in Azure Container Apps?
76
-
You can locate your migrated applications using one of two methods:
75
+
### How can I find migrated applications in Azure Container Apps?
77
76
78
-
Go to the resource group with:
79
-
<code>
80
-
`az spring show --name <spring service instance name> --resource-group <spring service instance resource group> --query "properties.infraResourceGroup"`
81
-
</code>
82
-
All migrated applications of the Azure Spring Apps Service Instance will be displayed there, retaining their originally created resource names.
77
+
You can find your migrated applications by using one of the following commands:
83
78
84
-
Navigate to the Azure Container Apps Environment that hosts your Azure Spring Apps Service Instance. List all its applications by executing the command <code>`az containerapp list --environment <environment name hosts Azure Spring Apps Service Instance>`</code>. The migrated applications will have the same names as those previously created within the Spring Apps.
79
+
- To find the migrated applications starting with your Azure Spring Apps resource names, use the following command:
0 commit comments