0

I've added AAD authentication to an Azure Functions App with a custom domain name and SSL bindings. When I turn this on I start to get errors such as:

"The function runtime is unable to start"

"Unauthorized - https://myfunctionsapp.azurewebsites.net/admin/host/keys"

"Unauthorized - https://myfunctionsapp.azurewebsites.net/admin/functions/myfunc/keys"

However, if I change the settings to allow anonymous access if an unauthorized request is received then it works fine.

This appears to be the same as an existing answered question which was answered with a GitHub issue which has since been closed as resolved. So this would suggest that the bug has come back or there's something different with my setup (possibly the custom domain?)

The workaround suggested in the original question would still work, but ideally I'd like to see if I can get the functionality working as expected.

daz-fuller
  • 1,191
  • 1
  • 10
  • 18

0 Answers0