Forum Discussion
Authentication (EasyAuth) on Linux consumption plan
BobbyJ10 Interesting -- I see it enabled. Can you tell me the plan you're using?
CloudyRyanDouble checked mine to make sure I'm not going mad 🙂 It's definitely greyed out. creation.png shows the option chosen when creating the function app, and app service plan.png shows the plan type (Y1: 0).
- CloudyRyanOct 30, 2020Former EmployeeGot it. My example was not the consumption plan and I missed that in the subject. That is coming soon for the consumption plan.
- AnthonyChuOct 30, 2020
Microsoft
EasyAuth on Linux Consumption is on the way. Hopefully you’ll see it light up in the next month or two. Thanks for your patience.- marekurbanowiczDec 05, 2020Copper Contributor
AnthonyChu what is the status of that?
During the company hackathon, on the office subscription on Azure we have created the Azure Functions App on the consumption plan on Linux and Authentication was available out of the box.
I was surprised, so I did the same thing today on my private company account and it is still greyed out.
Why?
- danbassdevJan 12, 2021Copper Contributor
this is pretty relevant for me, I've deployed Linux partially because I want the better cold starts shown here: https://twitter.com/MikhailShilkov/status/1347194379748995077
But frustrating to not be able to use Azure Active Directory to secure them, as that's kind of a key feature for most user facing stuff (where cold starts are most relevant).