Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用 Azure cli 创建一个 Web 应用程序和存储帐户,并在其上进行连续发布。如何从 azure cli 启用您的 Web 应用程序本地 git repo?
是的,您可以在 Azure-Cli 中创建 Web 应用程序时启用本地 git 部署。
请尝试以下步骤:
azure login azure config mode asm azure site create --git {your_site_name}
同时,您可以azure site create -h用于创建操作的详细选项参考。
azure site create -h