authorization issue - logic app deployment with api connection using bicep #11545
SabapathyKannappan
started this conversation in
Authoring Help
Replies: 1 comment
-
Unless the api connection allow for managed identity connections, you have to manually authorize the connection. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Bicep version
Bicep CLI version 0.20.4 (c9422e0)
Describe the bug
Hi,
I tried to deploy a logic app with an api connection to sharepoint. The resource got deployed successfully. But in the logic app resource -> designer view when i see the flow, I see:
Looking into the API connection of the sharepoint, it asks for "Authorization" (Note: we have a AD account through which we connect to sharepoint)
Is there a way to authorize it automatically via bicep deployment?
Regards,
Saba.
Beta Was this translation helpful? Give feedback.
All reactions