Announcing BizTalk Server 2013 Virtual Labs

By Nick Hauenstein

IMPORTANT: With the release of the IaaS functionality in Windows Azure, the Virtual Machine templates for BizTalk Server 2013 have been updated and no longer include Visual Studio 2012. Due to this, it is not currently possible to complete these lab activities as provided. We will update this space with more information as it is available.

QuickLearn is pleased to announce the availability of two hands-on labs that you can run from within your BizTalk Server 2013 Beta virtual machines running on Windows Azure.

These labs, originally presented at the BizTalk Summit in December, will provide an early look at the new features coming with the BizTalk Server 2013 release, while demonstrating live integration with the Salesforce.com online CRM system.

To complete either of the activities, follow the instructions below:

Lab #1: Integrating BizTalk Server 2013 with Salesforce using a Windows Azure Service Bus Relay

  1. Create a Windows Azure Virtual Machine using the BizTalk Server 2013 Evaluation Template. All setup scripts assume that you are using the Evaluation template, and not the Standard or Enterprise editions.
  2. Start, and then Connect to the Windows Azure Virtual Machine once provisioned.
  3. Inside the image, launch Powershell
  4. At the powershell prompt, type and execute the following command to setup and start the lab:
    [sourcecode language=”powershell”]
    (New-Object Net.WebClient).DownloadString("http://labti.me/biztalksalesforce")| iex
    [/sourcecode]
  5. In the setup wizard, type the user name and password you used for the account that you created when provisioning the virtual machine, and then click Next.
  6. Once setup completes (5-15 minutes depending on image size selected), in the Internet Explorer window, type your First/Last/Email and then click Start Lab

Lab #2: Accessing Salesforce data through the REST API using the WCF-WebHttp Adapter

  1. Create a Windows Azure Virtual Machine using the BizTalk Server 2013 Evaluation Template. All setup scripts assume that you are using the Evaluation template, and not the Standard or Enterprise editions.
  2. Start, and then Connect to the Windows Azure Virtual Machine once provisioned.
  3. Inside the image, launch Powershell
  4. At the powershell prompt, type and execute the following command to setup and start the lab:
    [sourcecode language=”powershell”](New-Object Net.WebClient).DownloadString("http://labti.me/salesforcerest")| iex[/sourcecode]
  5. In the setup wizard, type the user name and password you used for the account that you created when provisioning the virtual machine, and then click Next.
  6. Once setup completes (5-15 minutes depending on image size selected), in the Internet Explorer window, type your First/Last/Email and then click Start Lab

If you would like to see a walkthrough of this process, you can watch the video below:

[vimeo http://www.vimeo.com/57249185 w=500&h=375]

Launching a QuickLearn Lab on Windows Azure from QuickLearn Training on Vimeo.

8 thoughts on Announcing BizTalk Server 2013 Virtual Labs

  1. Hi,

    Can you help?
    I have just decided to run up Lab#2 from the link http://www.quicklearn.us/blog/post/Announcing-BizTalk-Server-2013-Virtual-Labs.asp.
    The setup did complete after 15 minutes but the IE window for http://quicklearnlabs.azurewebsites.net/Default.aspx?la=salesforcerest gave "this page cannot be displayed."
    And I cannot click start lab. I can browse to any other site I choose.

    Do you have any ideas what the problem is?

    I also tried browsing to http://labtime/salesforcerest-steps and also go "this page cannot be displayed".

  2. Pingback: Now Live!–Tutorial on Integrating BizTalk Server 2013 with Salesforce - The Enterprise Integration Space - Site Home - MSDN Blogs

  3. Hi,
    While running the powershell script, I encountered an exception during the installation of Adapter Framework. The path of the msi seems to have changed and it is
    C:BizTalkServer2013EvaluationBizTalk ServerASDK_x64AdapterFramework64.msi
    as opposed to
    C:BizTalkServer2013EvaluationASDK_x64AdapterFramework64.msi

Leave a Reply to Nick Hauenstein Cancel reply

Your email address will not be published. Required fields are marked *