Shimmy Weitzhandler
Shimmy Weitzhandler

Reputation: 104741

Temporary off-site deployment with TFS Azure?

I'm working on a website and I deploy using TFS Azure.

The customer wants me to deploy some iterations to a website that shouldn't be visible on the main website, only after he confirms.

Is there a way to publish shelves to a temporary website? Or maybe a similar low-effort alternative?

Upvotes: 0

Views: 43

Answers (1)

user793891
user793891

Reputation:

Have you looked at Deployment Slots? http://azure.microsoft.com/en-us/documentation/articles/web-sites-staged-publishing/

You could create a staging slot where you'd publish the changes and once you get approval, you'd swap the production to the staging slot.

Upvotes: 5

Related Questions