Application Center Using Command Line

It is also possible to generate a command file that creates your Application Center application, adds the appropriate resources, and finally deploys the application to your target servers. The command file described in Listing 23.2 adds all of each type of the BizTalk resource to an application and deploys it to a target server.

Listing 23.2. Sample Command File to Create Application with BizTalk Resources (Test_App.cmd)
AC APPLICATION /CREATE /NAME:Test_App

AC APPLICATION /ADDRESOURCE /NAME:Test_App /RESOURCETYPE:BizTalk /RESOURCEPATH:BizTalkPorts

AC APPLICATION /ADDRESOURCE /NAME:Test_App /RESOURCETYPE:BizTalk /RESOURCEPATH
:BizTalkReceiveFunctions AC APPLICATION /ADDRESOURCE /NAME:Test_App /RESOURCETYPE:BizTalk ...

Get BizTalk™ Unleashed now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.