change rolename and static ip in azure python update_role -


the azure python api update_role doesn't provide way update role name , set static ip, there alternative ways these operations.

the update_role function of azure.servicemanagement.servicemanagementservice python wrapped rest api update role. role name not attribute of request body, not update role name, can set static ip role via parameter network_config tag <staticvirtualnetworkipaddress>ip-address</staticvirtualnetworkipaddress> in request body of rest api.

however, searched blog of ms developer introduce setting web/worker role name via modify role schema.


Comments