Yes, I need a single server BizTalk Environment on Azure IaaS in one click!
After watching the Azure Tech-Ed sessions back online, I was interested in the session of Stephen W Thomas ‘ Microsoft BizTalk Server 2013 in Windows Azure IaaS and emailed about the status of his last 10% of getting the script together. Sure enough, he finished it within a week, and I tested it out and really recommend to look into it. It provides a lot of insight in the various features PowerShell for Azure has, how to do automation and more. You can find the script at: Need a single server BizTalk Environment on Azure IaaS? Just give this a click! As I had a new computer which was not yet ready for Azure, PowerShell and all these goodies, I wrote down the steps, and things I encountered. Preparation Get an Azure Account (e.g. using your MSDN subscription) Setup Powershell for Azure Start powershell Set-ExecutionPolicy RemoteSigned Get and Import your publishing settings from within Powershell Get-AzurePublishSettingsFile (browser will open) Import-AzurePublish...