Following our communication earlier in the year, the App Service team is happy to announce that the App ServiceAuthentication/Authorization featureis now available to Linux apps.
What’s App Service authentication/authorization feature?
Azure App Service provides built-in authentication and authorization support, so you can sign in users and access data by writing minimal or no code in your web app. The same authentication and authorizationfeature support for Windows apps is now available to App Service on Linux including Web App for Containers. This overview article describes how App Service helps simplify authentication and authorization for your app.
Is the feature behavior different on Linux?
No. The authentication and authorization works the same way on Linux apps as Windows. The configuration experience on Azure portal and CLI is exactlythe same, if you’re familiar with how to configure a Windows app for this feature, you’re ready to go and can do the same for a Linux app.
I’m a Linux customer new to this feature, how do I configure it for my Linux app?
7 minute read
• By Tulika Chaudharie
• September 3, 2024
In our previous post, “Phi-3 ONNX: Leveraging the Power of ONNX Runtime to Run SLM on CPU”, we explored how to deploy and run the Phi-3 ONNX Runtime model on...
less than 1 minute read
• By Tulika Chaudharie
• August 19, 2024
We are happy to announce that App Service now supports apps targeting .NET 9 Preview 6 across all public regions on Linux App Service Plans. Deployment is un...
7 minute read
• By Tulika Chaudharie
• August 19, 2024
In my previous blog post, Using SLM with Sidecar, we explored the integration of Small Language Models (SLM), specifically Phi-3, with the Sidecar pattern on...