Adding azure cloud service to azure virtual network [closed] Adding azure cloud service to azure virtual network [closed] azure azure

Adding azure cloud service to azure virtual network [closed]


you can do that only by editing your csfgyou need to specify the vnet and the subnet

<NetworkConfiguration><VirtualNetworkSite name="YourVirtualNetworkName" /><AddressAssignments><InstanceAddress roleName="YourRoleName"><Subnets><Subnet name="YourConfiguredSubnet" /></Subnets></InstanceAddress></AddressAssignments></NetworkConfiguration>