我正在尝试使用 cli 的 azure group 命令。它给了我错误:
error: Deployment provisioning state was not successful
以下是我正在使用的命令:
azure group deployment create -g "Default" --template-uri https://raw.githubusercontent.com/reshmai/azure/master/testmitheshgithubdb.json
有关更多信息:当我尝试使用不同的 uri 而没有给出 serverName 时。它已成功创建,但 serverName 未创建,错误正在抛出。