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?
12 minute read
• By Jordan Selig
• November 4, 2025
In Part 2 of this series, I showed you how to build sophisticated multi-agent systems on Azure App Service using Azure AI Foundry Agents—server-side managed ...
9 minute read
• By Jordan Selig
• October 31, 2025
Last week, I shared how to build long-running AI agents on Azure App Service with Microsoft Agent Framework. If you haven’t seen that post yet, I would recom...
1 minute read
• By Tulika Chaudharie
• October 29, 2025
Node.js 24 LTS is live on Azure App Service for Linux. You can create a new Node 24 app through the Azure portal, automate it with the Azure CLI, or roll it ...
3 minute read
• By Tulika Chaudharie
• October 29, 2025
Sidecars on Azure App Service let you attach extra containers — logging, telemetry, lightweight APIs, caches, AI inference helpers — alongside your main app,...