Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
Hello @Bejiga, Mesfin N
Azure App Service provides built-in authentication and authorization capabilities, which are sometimes referred to as "Easy Auth".
This feature allows you to sign in users and access data by writing minimal or no code in your web app, RESTful API, and mobile back end, and also Azure Functions. The authentication and authorization module handles web requests before handing them off to your application code, and it denies unauthorized requests before they reach your code.
App Service authentication and authorization support multiple authentication providers, including Azure Active Directory, Microsoft accounts, Facebook, Google, and Twitter.
You may implement your own authentication and authorization solution or allow App Service to handle it for you instead.
If this clarifies your question, please tag this as answered, as it may help further community readers, who may have similar questions.