Search code examples
azureservicebiztalkpreview

How do I STOP an Azure BizTalk Service without deleting it?


Even at current preview pricing, I'd still like to be able to turn off the service(s) to save some $$. But I'd rather not delete them if I don't have to. Anyone know how to do this?


Solution

  • I'm answering my own question almost a year later. I've found two options. Option 1: Backup/Restore WABS service using the Azure web UI. Option 2: Use 'suspend'/'resume' functionality using the RESTful API. (http://msdn.microsoft.com/en-us/library/dn232419.aspx)

    I hope this helps someone!