An Azure service that automates the access and use of data across clouds without writing code.
Thank you for your response.
We have already verified the recommended post-deployment validation by verifying that the Logic App starts successfully, workflows execute correctly, and there are no runtime or startup errors.
However, our primary objective is to understand the migration process itself rather than only validating that the application is healthy.
Based on the Microsoft guidance, our understanding is that the migration from the .NET 6 hosting model to the .NET 10 hosting model is intended to be platform-managed, with minimal or no customer intervention for workflow-only Logic Apps.
However, after comparing our applications before and after the migration, we do not see any significant differences in the application configuration. For example, settings such as:
FUNCTIONS_WORKER_RUNTIME
FUNCTIONS_EXTENSION_VERSION
APP_KIND
WEBSITE_NODE_DEFAULT_VERSION
are the same in both our existing and migrated Logic Apps. Therefore, it is unclear what changes are expected to be performed automatically by Microsoft and what changes, if any, are expected from the customer.
Could you please clarify the following?
1. Could you outline the recommended end-to-end migration steps for customers migrating Azure Logic Apps Standard from the .NET 6 hosting model to the .NET 10 hosting model?
2. What pre-migration checks should customers perform before initiating the migration?
3. What infrastructure, ARM template, application settings, or runtime configuration changes are required from the customer, if any?
4. Our ARM template currently contains:
"netFrameworkVersion": "v6.0"
Should this setting be:
remain unchanged, be removed, or be updated as part of the migration?
5. If Microsoft performs the hosting platform upgrade automatically, what changes should customers expect to see after the migration? Since the application settings appear to remain the same before and after the migration, what are the expected indicators that the migration has actually taken place?
6. Could you also provide the recommended post-migration validation checklist? Specifically, what checks does Microsoft recommend customers perform to confirm that their Logic Apps Standard applications are running on the intended .NET 10 hosting model?
Our goal is to create a standardized migration guide, including the required customer actions, the changes performed automatically by Microsoft, and the recommended validation process after the migration.
Thank you.