如何使用Arm模板更新现有的Azure Vm比例集

时间:2019-03-28 16:52:17

标签: azure arm-template

我需要通过ARM模板向现有VM规模集添加新的扩展。

现有的VM规模集是使用ARM模板创建的。

所以我打算在模板中添加新的扩展名,并使用New-AzureRmResourceGroupDeployment powershell函数运行模板

但是更新失败,并显示错误

 '{
  "error": {
    "code": "PropertyChangeNotAllowed",
    "message": "Changing property 'adminPassword' is not allowed.",
    "target": "adminPassword"
  }

arm模板是否提供一种更新现有VM规模集的方法? 我是否可以有条件地避免定义管理员密码的“ osProfile”更新? 我不想在更新虚拟机规模集时更改“ osProfile”

0 个答案:

没有答案