Hello,
I originally created an app of mine using SQL Server Authentication as the connection type. About 2 months later, I am told I need to change this because it is an implicit shared connection. How do I change this to Azure AD Integrated?
The steps I have taken are:
-I have removed (deleted) the old connection using SQL Server Auth.
-I then added a new connection using Azure AD Integrated.
-Using this new connection, I used it to re-add all my SQL DB tables. This worked fine.
However, when it came to the 14 Power Automate Flows I had, they got all messed up with the connections, connection references, etc. I just deleted and redid all 14 of them, and used the new, same Azure AD Integrated Connection, which it then prompted me to use a Connection Reference. I clicked the link, and it worked, after a few hours, all 14 working again.
However, when I closed and re-opened my app, I am greeted with this screen:

It seems as if it is still trying to use my old connection. Sure, I click "Ask for Access", but the link is dead and will not work. This comes up when I try and use the link:

My initial thought was to click "Don't Allow" which I do, and it takes me to my app. All the data is loaded in fine, because its through the new Azure AD Integrated connection. However, all my flows are back to "Not Connected".
I am extremely confused and anything helps.
Thanks!