I am building a canvas Power Apps connecting to SQL server.
Our database admin told me connect the DB using Azure Active Directory - Universal with MFA. It is working fine when I connect with SQL management studio. When I build my apps, I can connect to target DB by simply type in server name and database name (no need type any other parameter).
When I export the App with solution and import to another environment, it doesn't prompt me to setup connection. I cannot edit the App too because it is a managed solution. Is there any suggested way to update SQL connection when import solution to another environment?