Release Management Azure Website -


how can publish azure website (no vm!) using microsoft release management.

at moment, ms release management seems support deploying azure vm's. ms release management system lets me control deployment variables across multiple deployment stages.

basically, not supported scenario out of box.

your best bet here use agent-based release template "springboard" server manage release, , custom powershell scripts use azure sdk interact azure. 1 of colleagues did leg work figure out few months ago, , has few comprehensive blog posts describing how accomplished deploying azure web application via rm.


Comments

Popular posts from this blog

javascript - Using jquery append to add option values into a select element not working -

Android soft keyboard reverts to default keyboard on orientation change -

Rendering JButton to get the JCheckBox behavior in a JTable by using images does not update my table -