how to automate your biztalk installations and deployments with chef

14
How to automate your BizTalk Installations and Deployments using Chef? Dwight Goins https://www.linkedin.com/in/dwight-goins-5918361

Upload: biztalk360

Post on 25-Jan-2017

18 views

Category:

Technology


3 download

TRANSCRIPT

Page 1: How to automate your BizTalk Installations and Deployments with Chef

How to automate your BizTalk Installations and Deployments using Chef?Dwight Goins

https://www.linkedin.com/in/dwight-goins-5918361

Page 2: How to automate your BizTalk Installations and Deployments with Chef

How-To Automate BizTalk with ChefMETHODOLOGY BEHIND BIZTALK SERVER AUTOMATION WITH CHEF SCRIPTS

Page 3: How to automate your BizTalk Installations and Deployments with Chef

Who Am I

3

• Ex MVP Integration

• Current MVP Windows Development

• MCT, MCSD

• 20+ years of development – C++/C#

• Likes Emerging Experiences

Page 4: How to automate your BizTalk Installations and Deployments with Chef

Agenda

4

• BizTalk Server?

• Why Automate?

• How to Automate?

• Chef?

• BizTalk Cookbook

Page 5: How to automate your BizTalk Installations and Deployments with Chef

What Is BizTalk Server?

5

Page 6: How to automate your BizTalk Installations and Deployments with Chef

Why Automate?

6

• Prerequisite Downloads

• Preparing reveals hidden secrets

• Multiple Steps

• 2 Whole Weeks on Client Network

Page 7: How to automate your BizTalk Installations and Deployments with Chef

How to Automate

7

Automated Script

Research automated

options

Record Actions

Do Manual Install

Page 8: How to automate your BizTalk Installations and Deployments with Chef

Chef?

8

• Chef = Framework

for building

Automated Scripts

Page 9: How to automate your BizTalk Installations and Deployments with Chef

Chef Architecture

9

Page 10: How to automate your BizTalk Installations and Deployments with Chef

Chef - Kitchen

10

• Kitchen = Environment

where you make,

verify and

test cookbooks

Page 11: How to automate your BizTalk Installations and Deployments with Chef

Chef - Cookbook

11

• Cookbooks = Multiple listings of recipes

Page 12: How to automate your BizTalk Installations and Deployments with Chef

Chef - Recipe

12

• Recipe = Step by Step

instructions on

what to automate

Page 13: How to automate your BizTalk Installations and Deployments with Chef

BizTalk Cookbook

13

• Multiple Recipes• Prerequisites• BizTalk Install• BizTalk Configuration• BizTalk Custom Application Deployment

Page 14: How to automate your BizTalk Installations and Deployments with Chef

What’s Next

14

• Go Try it out for yourself• https://supermarket.chef.io• https://learn.chef.io/tutorials • https://github.com/dngoins/BiztalkCookbook