0
votes

I am looking for a way to deploy a BizTalk 2020 application and the SSO affiliate application along with it.

Until BizTalk 2016, BTDF was used to deploy SSO applications, but in BizTalk 2020 the BTDF is not supported yet. Is there a way that I can use .btaproject to automate the SSO application deployment?

Or do I have to use the PowerShell Script method as one of the tasks in DevOps Release pipeline after the "Deploy BizTalk Server Application" Task?

I have already gone through Configure automatic deployment with Visual Studio Team Services in BizTalk Server, but it does not talk about importing SSO application.

I am looking for the solution as part of my project about upgrading BTS 2016 apps to BTS 2020 apps.

1
How do you define the build definitions of your pipeline?LoLance

1 Answers

0
votes

Until BizTalk 2016, BTDF was used to deploy SSO applications, but in BizTalk 2020 the BTDF is not supported yet. Is there a way that I can use .btaproject to automate the SSO application deployment?

Or do I have to use the PowerShell Script method as one of the tasks in DevOps Release pipeline after the "Deploy BizTalk Server Application" Task?

According to latest update from this ticket. the BTDF has started to support BizTalk 2020.

So if you have configured a self-agent which downloads this v5.8.0 release, you can try deploy the SSO via Command-line task.