As we know there is no more Microsoft support for BizTalk 2006. Its going to end soon, so I am working on POC/Analysis for migrating BizTalk 2006 R2 Application to latest BizTalk version.
Is there any options available like taking the BizTalk 2006 R2 application with required run time components as a msi package and deploy into Azure windows VM (as a service)?
I got below information while investigating on this.
For Azure platform, they have provided two options
Azure VM hosting (As like on premise, but BizTalk will be in cloud VM), but again not BizTalk 2006 R2 as support is going to end
Azure BizTalk Services (PaaS Model). Again this is also not just a migration. we have to develop from the scratch. Maybe we can re-use the schema, Maps (by using tool for converting .btm to .trfm), there is no orchestration. So we need to do artifacts migration not package migration.
Is there any options available as highlighted above?