I have a Virtual Network configured in Azure with Site-2-Site VPN, it works fine and connects to our on premise VPN network.
I have a web role that I would like to deploy into this VN. I have two cloud configurations, DEV and TEST, both are deployed to their own designated cloud service instance.
Previously, only the DEV configuration was published to the VN, and it worked properly without any problems. However, today I also wanted to publish the TEST environment into the VN, but I get the error message "The deployment cannot use the VirtualNetwork MyProjectVN that belongs to a region.".
What can be the reason for this? I didn't choose any regions when setting up the VN, and both cloud service instances are in the North Europe location.