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 リポジトリを有効にする方法は?
はい、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