Deploy a second Azure template
To deploy a second Azure connector, the
template for the second connector must be modified a little to reference a different
public IP address and storage for the identity connector.
How to
- Change the item publicIPAddressName to publicIp2.
- Change the items of vhd and name. Change "osDisk": {"caching": "ReadWrite", "vhd": {"uri": "[concat('http://',variables('storageAccountName'),'.blob.core.windows.net/vhds/','osdisk2.vhd')]"}, "createOption": "FromImage", "name": "osdisk2"