Is there way to change to instance type in Azure Cloud Services

前端 未结 3 544
既然无缘
既然无缘 2021-01-17 08:32

Is there any way to change the VM Size of an Azure Cloud Service without having to rebuild the package?

The vmsize parameter is defined

3条回答
  •  渐次进展
    2021-01-17 08:59

    The vmsize is attribute of csdef file and not of ServiceConfiguration.cscfg

    You can see on http://msdn.microsoft.com/en-us/library/jj156212.aspx

提交回复
热议问题