We are in the process of considering moving an on-premises sql database to azure sql.
We have some PowerApp solutions that make use of a data gateway to connect to the on-premises SQL, but it does mean our PowerApps would need to be updated. Is there an automated or "easy" was to do this migration and keep our connections intact?
Migrate from SQL Onpremise (Datagateway) to Azure SQL
Thanks @SaiRT14, I will give those steps a try, we can do this in a test environment, we are currently in planning stages, so will consider these steps as part of teh workflow.
Migrate from SQL Onpremise (Datagateway) to Azure SQL
here are the steps, try and let me know.
Migrate SQL database to Azure SQL using Azure Data Migration Service (DMS) or .bacpac.
Add a new Azure SQL connection in PowerApps.
Replace on-premises SQL connection with Azure SQL in PowerApps using "Replace Connection."
Test and validate app functionality with the new Azure SQL connection.
Sync data incrementally using Azure Data Factory to minimize downtime.
Remove reliance on the on-premises data gateway, if applicable.
Reconfigure Power Automate flows or related dependencies.
Monitor app performance and resolve post-migration issues.
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.