continuous deployments in azure web sites

25
Continuous Deployments in Windows Azure Web Sites Anton Vidishchev Team Leader Ciklum Odessa

Upload: anton-vidishchev

Post on 20-Aug-2015

168 views

Category:

Technology


0 download

TRANSCRIPT

Continuous Deployments in Windows Azure Web Sites

Anton VidishchevTeam LeaderCiklum Odessa

Contents

Continuous Integration at a glance

Windows Azure: Why CI was a bottleneck

Windows Azure Web Sites

Demos on Continuous deployments

Considerations

Continuous Integration

Tenets by Martin FowlerMaintain a Single Source Repository.Automate the BuildMake Your Build Self-TestingEveryone Commits To the Mainline Every DayEvery Commit Should Build the Mainline on an Integration

MachineKeep the Build FastTest in a Clone of the Production EnvironmentMake it Easy for Anyone to Get the Latest ExecutableEveryone can see what's happeningAutomate Deployment

CI has a barrier of entrance

What framework to use?How long is it going to take?Percentage of automation?

What it takes to automate Web Role deployment?Each deployment takes about 15 minutesLack of templates to use in this scenariosGetting in takes significant time

Windows Azure Web Sites powerful web sites in seconds

start simplestart free, scale up and out as you go, friction-free and without the headaches

code smartwith classic asp, asp.net, php or node.js, develop on Windows, OSX or Linux

go livedeploy live in seconds, easily monitor performance, rapidly diagnose and fix issues

How Did We Get Here?

2007 Project Red

Dog Launched

PDC2008Windows Azure CTP

Web/Worker RolesPartial

Trust .NET Only

11/2009 Full

Trust/NativePHP & Java

Support

2/2010 Windows

Azure RTM

11/2010 VM RoleConnect

Admin Mode Startup

TasksFull IISRemote Desktop

11/2011Cross

Language SDKs

Java, Node.JSEclipse Plugin

Your Datacenter

Virtualization

O/S

Hardware

Network

Data

Applications

Firewall

Web Sites

Applications

Data

Cloud Services

Applications

Firewall Rules

Data

Virtual Network

Virtual Machines

Virtual Network

Data

Applications

Firewall Rules

O/S

Focus on the Application

Windows Azure

Supported Frameworks For Web-Sites

more coming soon…

Supported Publishing Methods

Git TFSWeb DeployFTP

Admin Console DemoDemo

1shared reserved

SHARED INSTANCES

:-)

shared

web sites

2SHARED INSTANCES

:-)

:-)

shared reserved

shared

web sites

SHARED INSTANCES

:-)

1shared reserved

RESERVED INSTANCE

:-):-)

0reserved

web sites

2shared reserved

RESERVED INSTANCE

:-)

RESERVED INSTANCE

:-)

reserved

web sites

2shared reserved

RESERVED INSTANCE

:-)

RESERVED INSTANCE

:-):-)

:-) :-)

:-)

:-) :-)

reserved

web sites

Site Deployment Demo

Demo

Web Sites + GitDemo

Web Sites + Cloud TFSDemo

Microsoft Confidential – NDA Required

Q & AAnton VidishchevTeam LeaderCiklum Odessa

Windows Azure Web Sites

code smart go livestart simple

Start Simple

Get started with 10 free web sites

Create new sites in seconds

Easily manage and scale your sites

Automatic load balancing and shared storage across instances

Scale out or up to reserved instances for improved performance and scale

Code Smart

Use ASP.NET, ASP, PHP, or Node.js

SQL Azure or MySQL databases

Start with open source apps

Develop with VS and WebMatrix

Supports any Web development tool on any platform (Windows, OSX, Linux)

Go Live

Rapid deployment for quick iteration

Integrated source control with Team Foundation Server (TFS) and Git

Built-in monitoring of perf and usage data

Quick access to request logs, failed requests diagnostics and diagnostics