Consuming Postgres Flexible Server from ACA with Managed Identity #1227
-
Hello, I would appreciate some help and/or answer regarding my conundrum, as I am not certain anymore if what I want to do is even possible. Here is my setup:
Below is the source code that initiates az credentials:
Once deployed
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I figured out what my issue is and this old issue in Azure SDK helped me.
I realize that my question here was seeping into different areas ACA and AZURE SDK and auth, so if moderators feel that this shouldn't be here please feel free to delete this, otherwise if anyone needs more detail about the solution just comment |
Beta Was this translation helpful? Give feedback.
I figured out what my issue is and this old issue in Azure SDK helped me.
What I did is:
credential, err := azidentity.NewDefaultAzureCredential(nil)
I realize that my question here was seeping into different areas ACA and AZURE SDK and auth, so if moderators feel that this shouldn't be here please feel free to delete this, otherwise if anyone needs more detail about the solution just comment