hi all
I have managed to reserve an IP and assign it to the production deployment;
now I can't swap, I get this error "Cannot swap VIPs when only one deployment has a Reserved IP." therefor I need to assign another reserved IP to the current staging deployment.
is it possible to do it via the ServiceConfiguration.Cloud.csfg?
I have tried but the deployment fails saying "A reserved IP cannot be added, removed or changed during deployment update or upgrade."; am I doing something wrong?
the configuration file changes are straightforward:
<networkconfiguration>
<addressassignments>
<reservedips>
<reservedip name="MyReservedIP"/>
</reservedips>
</addressassignments>
</networkconfiguration>
can you please help out? what/how can I accomplish this (assign a reserved IP to my staging deployment)?
thank you very much