Migrating to Statv2 #508
-
|
Hi is deleting everrything related to Statv1 and deploying a v2 a valid option? |
Beta Was this translation helpful? Give feedback.
Answered by
briandelmsft
Apr 2, 2026
Replies: 1 comment 2 replies
-
|
A migration typically looks like this:
To identify what is running in STAT v1, you can look at the run history of the STAT-Coordinator logic app, in the trigger step of the runs in the raw outputs you will see the calling logic apps name and identifiers. You'll want to hit a point where nothing is hitting the STAT-Coordinator logic app before you delete v1, otherwise whatever is using it will break. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
Castelias
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A migration typically looks like this:
To identify what is running in STAT v1, you can look at the run history of the STAT-Coordinator logic app, in the trigger step of the runs in the raw outputs you will see the calling logic apps name and identifiers. You'll want to hit a point where nothing is hitting the STAT-Coordinator logic app before you delete v1, otherwise whatever is using it will break.