Skip to content

Commit 86a7212

Browse files
Merge pull request #296084 from seanli1988/patch-32
instructions to find migrated instances
2 parents df513ba + 21269d9 commit 86a7212

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

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

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,27 @@ 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 applications in Azure Container Apps?
76+
77+
You can find your migrated applications by using one of the following commands:
78+
79+
- To find the migrated applications starting with your Azure Spring Apps resource names, use the following command:
80+
81+
```azurecli
82+
az spring show \
83+
--resource-group <Azure-Spring-Apps-service-instance-resource-group-name> \
84+
--name <Azure-Spring-Apps-service-instance-name> \
85+
--query "properties.infraResourceGroup"
86+
```
87+
88+
- To find the migrated applications starting with your Azure Container Apps environment name, use the following command:
89+
90+
```azurecli
91+
az containerapp list --environment <Azure-Container-Apps-environment-name>
92+
```
93+
94+
These commands list all the migrated applications of the Azure Spring Apps service instance, using the original resource names.
95+
7596
### Is there any change in IP address/FQDN after the migration?
7697

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

0 commit comments

Comments
 (0)