Windows Azure BizTalk Service REST API
The BizTalk Service in Windows Azure can be managed through a REST API. The API provides programmatic access to much of the functionality available through the Management Portal. With the REST API for managing BizTalk Services you can perform the following operations: Register BizTalk Service Create or Update a BizTalk Service Get Cloud Service Get Cloud Services Get BizTalk Service Properties Suspend BizTalk Service Resume BizTalk Service Restart BizTalk Service Poll on an Async Operation on BizTalk Service Sync Access Control Keys Delete BizTalk Service Backup BizTalk Service Restore Azure BizTalk Service from Backup In this post I like to show how you can leverage the REST API to manage BizTalk Service by means of a windows form application. Security To send request messages through the operations of the API you will need to have authentication in place. The REST API like the Windows Azure Service Management API uses mutual authentication of manageme...