先决条件和设置
若要执行本指南中所述的步骤,您必须具有以下许可证和软件:
一个 Git 客户端,例如 Windows 版 Git 或 Git 命令行工具,可从 https://git-scm.com 获得。
Power Apps 帐户。 如果您的组织有 Office 365 帐户,则您或许可以创建一个免费的 Power Apps 帐户。 转到 Power Apps 页面 https://powerapps.microsoft.com/ 以开始使用。
Azure 订阅。 通过本指南中的步骤构建的应用可在 Azure 中创建和使用资源。 如果您没有订阅,可以在 Azure 页面 https://azure.microsoft.com 中注册。
Azure CLI,可从 https://learn.microsoft.com/cli/azure/install-azure-cli 中获得。
.NET 6.0,可从 https://dotnet.microsoft.com/download 中获得。
Visual Studio Code,可从 https://code.visualstudio.com/download 中获得。 您还需要 Visual Studio Code 的以下扩展:
Visual Studio Code 的 C# 扩展。 此扩展在 Visual Studio Code 市场中提供。
Azure 应用服务,可从 https://aka.ms/AAbvgm8 中获得。
Azure Account,可从 https://aka.ms/AAbvgm7 中获得。
SQL Server (mssql),可从 https://aka.ms/AAbvgm5 中获得。
Web API 以及此应用的完整代码可在 GitHub 内的 https://github.com/microsoft/fusion-dev-ebook 中获得。
在计算机上本地克隆此存储库,并仔细阅读 README.md 文件。 在继续阅读本指南之前,请确保已使用 README.md 文件中的说明创建了应用所需的 Azure SQL 数据库服务器和数据库。