biztalk
2 TopicsWhere is Biztalk Adapter Sample Code?
Samples has been removed from Biztalk 2020, as metioned https://docs.microsoft.com/en-us/biztalk/install-and-config-guides/whats-new-in-biztalk-server-2020 While, I found sample documents from Biztalk 2016 Adapter Pack. Samples for Microsoft BizTalk Adapter for SQL Server are categorized into: BizTalk Server samples WCF service model samples WCF channel model samples The samples are available at http://go.microsoft.com/fwlink/?LinkID=196854.The SQL scripts for creating the objects used in the samples, such as database, tables, procedures, etc., are also available along with the samples. But the url http://go.microsoft.com/fwlink/?LinkID=196854 actually does not work. Could anyone know where is the sample code?692Views0likes0CommentsHow to access send port address inside orchestration in BizTalk 2020 with the VSTS deployments
Hi, In earlier version of BizTalk we used BTDF for deloyments and it was easy to read the variables from setting file inside orchestration using SSOSettingsFileReader.Read method. Now in BizTalk 2020 with the new VSTS automatic deployments we define the variables in release pipeline and access them in the binding file. In my scenario we need to read variables from release pipeline inside orchestration. Is there any option in the new deployment process of BizTalk 2020 to acheive this?633Views0likes0Comments