Tutorial: Enable authentication in App Service and access storage and Microsoft Graph
This tutorial describes a common application scenario in which you learn how to:
- Configure authentication for a web app and limit access to users in your organization. See A in the diagram.
- Securely access Azure Storage for the web application using managed identities. See B in the diagram.
- Access data in Microsoft Graph for the signed-in user or for the web application using managed identities. See C in the diagram.
- Clean up the resources you created for this tutorial.
To begin, learn how to enable authentication for a web app.