azure - How to have two deployments into production and none in staging? -


this situation: have bizspark account gives me 1500 hours per month of azure instances free. so, can use 2 instances not billed.

i have 1 deployment 1 instance in production , deployment instance in staging. want have secondary deployment (ans instance, of course) in production also. see "swap vip" option interchanged 1 other. want 2 deployments go production , use staging mode changes.

how can that? or i'm missing something?

note: know can have deployment 2 instances. in case, updates, should set staging deployment (with 2 instantces later swapped), use 4 instances while.

your production instance instance addressible through known url (e.g. foo.cloudapp.net). staging instance(s) addressible through (random) guid prefix (e.g. 61c91c4b-d949-4c62-837c-f780586f96d8.cloudapp.net). therefore staging instance(s) should not relied upon production use.

if want multiple instances of service running, configure service require 2 instances. then, when comes deployment, deploy new service staging, test works expected , vip-swap. new service in production , old site in staging. confirm new service working expected, , delete (now old) staging deployment.


Comments

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -