arjunchiddarwar Thanks for this post. I tried setting up the Auth using the UX in the Azure Portal. I have a workflow that has a trigger "When a HTTP request is received". For some reason when I navigate to my Workflows, the Workflow URL is blank.
I got a 200 with a "Your Azure Function App is up and running." page when I tried to access the URL of the logic app which makes me believe that the Auth is setup correctly.
Now I just need to figure out what the exact url is to trigger the workflow. I tried the following and it gave me 404 Not Found:
1. POST https://<logic-app-name>.azurewebsites.net/api/test-workflow/triggers/manual/invoke
2. POST https://<logic-app-name>.azurewebsites.net/workflows/test-workflow/triggers/manual/run
Any ideas on:
1. Why the Workflow URL is blank? - possibly the root cause of the issue
2. What the Workflow URL should be given a workflow name
Update: I did set "App Service Authentication Settings" is set to "Require authentication" which causes the issue where you cannot access a lot of the Workflow fields in the Portal. The Workflow URL is
https://<logic-app-name>.azurewebsites.net:443/api/test-workflow/triggers/When_a_HTTP_request_is_received/invoke?api-version=2022-05-01&sp=%2Ftriggers%2FWhen_a_HTTP_request_is_received%2Frun&sv=1.0