Hello,
I am trying to connect my SDP to few azure function apps that i have created in order to automate some off boarding processes liek disable account in AAD - remove licneses - convert mailbox to shared mailbox etc... SO i created a widget where users will cleack on each task and it will connect to the function app pass few fields from the ticket like the ticket number, name of offboarded user and it will launch the fucntion app and returnt he result as additional notes to the ticket.
What i am struggeling with is how can i connect and authenticate properly with my function app to run the azure function app. I tried every possible way, but then all either dont work or i violate SDP policy and it blocks my connection.
1- I tried webhooks, but i can't launch the webhook from the widget
2- i tried a custom connection and custom service but i am unable to understand how to pass the function app link and API key in them
3- I tried to pass the URL and the API key from the widget directly but SDP blocks the connection.
Best Regards
Bashar