An Azure service that provides a general-purpose, serverless container platform.
Hi @Anonymous
For the Allow unauthenticated access and Require authentication options to show (screenshot below), you need to hit Add identity provider button on that page. However, since you don't have a provider listed, this wouldn't be the cause of your 403 error. If authentication is handled by a database in your docker image, then that more than likely is the issue, especially if your docker logs show that your app is accepting requests. I would suggest diagnosing that issue, starting with removing your authentication, followed by allow anonymous route, and slowing re-enabling your authentication.