教程:在应用服务中启用身份验证和访问存储以及 Microsoft GraphTutorial: Enable authentication in App Service and access storage and Microsoft Graph
本教程介绍了常见的应用场景,在这些场景中你将了解如何:This tutorial describes a common application scenario in which you learn how to:
- 为 Web 应用配置身份验证,并限制对组织中用户的访问。Configure authentication for a web app and limit access to users in your organization. 请参见图中的 A。See A in the diagram.
- 使用托管标识为 Web 应用程序安全访问 Azure 存储。Securely access Azure Storage for the web application using managed identities. 请参见图中的 B。See B in the diagram.
- 使用托管标识为登录的用户或为 Web 应用程序访问 Microsoft Graph 中的数据。Access data in Microsoft Graph for the signed-in user or for the web application using managed identities. 请参见图中的 C。See C in the diagram.
- 清理为本教程创建的资源。Clean up the resources you created for this tutorial.
首先,了解如何为 Web 应用启用身份验证。To begin, learn how to enable authentication for a web app.