I am attempting to add Azure Active Directory Authentication (or some kind of Authentication / Authorization) to my docker-compose web app but unfortunately the tab on the left pane is greyed out for me. I haven't been able to find any information online about Authentication / Authorization not being available, does anyone have any insights?
Reproduction:
Create a new web app > Publish docker container, linux, docker compose (preview), azure container registry
Using a single container instead of docker-compose does enable the Authentication / Authorization tab, but I am creating an app with multiple containers, which is why I chose docker compose. My speculation is that it is not enabled due to being in preview, but all the info online I saw about web app for containers (linux) seemed to say that it is available.
Thank you so much!