Skip to content

Commit 984357a

Browse files
authored
instructions to find migrated instances
1 parent 0bc3b94 commit 984357a

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

articles/spring-apps/consumption-dedicated/overview-migration.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,17 @@ There's no downtime unless you're using Spring Cloud Config Server and Spring Cl
7272

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

75+
### How can I find migrated application in Azure Container Apps?
76+
You can locate your migrated applications using one of two methods:
77+
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.
83+
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.
85+
7586
### Is there any change in IP address/FQDN after the migration?
7687

7788
There's no change. All IP addresses/FQDNs remain the same after the migration.

0 commit comments

Comments
 (0)