building your dev and test sandbox with windows azure infrastructure services

31

Upload: kalona

Post on 25-Feb-2016

34 views

Category:

Documents


0 download

DESCRIPTION

Building Your Dev and Test Sandbox with Windows Azure Infrastructure Services. Drew McDaniel Senior Program Manager Lead 3-556. Agenda. Windows Azure Compute Drill-down on Infrastructure Services Automation Options Advanced Networking Options Azure as your Sandbox. - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: Building Your  Dev  and Test Sandbox with Windows Azure  Infrastructure  Services
Page 2: Building Your  Dev  and Test Sandbox with Windows Azure  Infrastructure  Services

Building Your Dev and Test Sandbox with Windows Azure Infrastructure ServicesDrew McDanielSenior Program Manager Lead3-556

Page 3: Building Your  Dev  and Test Sandbox with Windows Azure  Infrastructure  Services

Windows Azure ComputeDrill-down on Infrastructure ServicesAutomation OptionsAdvanced Networking OptionsAzure as your Sandbox

Agenda

Page 4: Building Your  Dev  and Test Sandbox with Windows Azure  Infrastructure  Services

Windows Azure Principles

Managed Hybridautomatedusage

basedeconomics elastic

always up.always on.

Pay for what you use!

Pay by the minuteMSDN Usage

PowerShell Automation

Easy Scale-OutEasy Scale-Up

Simple Load-BalancingManaged

AvailabilityEasy Hybrid

Page 5: Building Your  Dev  and Test Sandbox with Windows Azure  Infrastructure  Services

On Premises

StorageServers

Networking

O/SMiddleware

Virtualization

DataApplications

Runtime

You

man

age

Infrastructure(as a Service)

StorageServers

Networking

O/S

Middleware

Virtualization

Data

Applications

Runtime

Managed by M

icrosoftYo

u m

anag

e

Platform(as a Service)

Managed by M

icrosoft

You

man

age

Storage

Servers

Networking

O/S

Middleware

Virtualization

Applications

Runtime

Data

Hosting Models

Page 6: Building Your  Dev  and Test Sandbox with Windows Azure  Infrastructure  Services

More FlexibilityExisting or NewImperative APIs (Single VMs)Windows, Linux, Apps“On premises” monitoring tools

More AutomationNew Applications written for PaaSPublished as a PackageWindows onlyCloud-based Monitoring

Hosting ModelsInfrastructure

(as a Service)Platform

(as a Service)

Page 7: Building Your  Dev  and Test Sandbox with Windows Azure  Infrastructure  Services

Infrastructure Services on Windows AzureIT Pro experience

Page 8: Building Your  Dev  and Test Sandbox with Windows Azure  Infrastructure  Services

Infrastructure Services on Windows Azure

Support for key server apps

IT Pro experienceSharePoint 2010SharePoint 2013

SQL Server 2008 R2 WebSQL Server 2008 R2 StandardSQL Server 2008 R2 EnterpriseSQL Server 2012 ExpressSQL Server 2012 WebSQL Server 2012 StandardSQL Server 2012 Enterprise

BizTalk Server 2013Dynamcis GP 2013+Dynamics NAV 2013+Forefront Identity Manager 2010 R2Project Server 2013System Center SuiteTeam Foundation ServerSQL 14Windows Sever 2012 R2

Coming Soon…SCCMDynamics CRM and AX

Page 9: Building Your  Dev  and Test Sandbox with Windows Azure  Infrastructure  Services

Infrastructure Services on Windows Azure

Storage Manageability and Mobility

Support for key server apps

IT Pro experienceWindows

Azure

Your Data Center

Windows Server 2012

Page 10: Building Your  Dev  and Test Sandbox with Windows Azure  Infrastructure  Services

Demo: VM Snapshot and Restore

Page 11: Building Your  Dev  and Test Sandbox with Windows Azure  Infrastructure  Services

Infrastructure Services on Windows Azure

Storage Manageability and Mobility

Support for key server apps

IT Pro experience

High availability features

Page 12: Building Your  Dev  and Test Sandbox with Windows Azure  Infrastructure  Services

High availability features

Physical Machines

Power UnitRack Switch

Page 13: Building Your  Dev  and Test Sandbox with Windows Azure  Infrastructure  Services

High availability features

Physical Machines

Power UnitRack Switch

Availability Set

VM1

VM1 VM2 VM2

Load-Balanced Set

Load Balanc

er

Availability SLA: 99.95%

Page 14: Building Your  Dev  and Test Sandbox with Windows Azure  Infrastructure  Services

Economics of Azure

Page 15: Building Your  Dev  and Test Sandbox with Windows Azure  Infrastructure  Services

60

45

30

15

True cloud economics. Pay by the minute!

15

No minimums. No rounding-up.

$Virtual

Machines

Page 16: Building Your  Dev  and Test Sandbox with Windows Azure  Infrastructure  Services

MSDN Usage ImprovementsWe are enabling use-rights for

MSDN products inside Virtual Machines for MSDN Verified Customers

Single monetary credit instead of plethora of meters

Dev/Test usage only

No Credit Card Required

Page 17: Building Your  Dev  and Test Sandbox with Windows Azure  Infrastructure  Services

Demo: VM Images in MSDN Subscription

Page 18: Building Your  Dev  and Test Sandbox with Windows Azure  Infrastructure  Services

SharePoint 2013 Automated Deployment

Page 19: Building Your  Dev  and Test Sandbox with Windows Azure  Infrastructure  Services

PowerShell automation for each tier Active Directory, SQL Server and SharePoint

Two Sample Configurations AvailableSingleVMs and HighlyAvailable

Download from GitHubhttps://github.com/windowsazure/azure-sdk-tools-samples

Complex, multi-machine deployments through scripting

SharePoint 2013 Automation Scripts

Page 20: Building Your  Dev  and Test Sandbox with Windows Azure  Infrastructure  Services

Single Virtual Machines TemplateAD/DC/DNSLB WEB/APP SQL

80

20000Cloud Service

Virtual Network

Windows Azure

Web/App Tier1 x Large(4 Cores & 7 GB)

Data Tier1 x A6(4 Cores & 28 GB)

Identity Tier1 Small(1 Core & 1.75 GB)

Windows Azure

Page 21: Building Your  Dev  and Test Sandbox with Windows Azure  Infrastructure  Services

Highly Available TemplateAD/DC/DNSLB WEB SQLAPP

80

20000Cloud Service

Virtual NetworkWindows Azure

AVSET

SPWEB

AVSET

SPAPP

AVSETSQLHA

AVSET

DCSET

Web Tier2 x Large(4 Cores & 7 GB)

App Tier2 x Large(4 Cores & 7 GB)

Data Tier2 x A6(4 Cores & 28 GB)1 x Small (Quorum)(1 Core & 1.75 GB)

Identity Tier2 Small(1 Core & 1.75 GB)

Page 22: Building Your  Dev  and Test Sandbox with Windows Azure  Infrastructure  Services

Single Command for a Farm## Parameters## -TemplateName - Required - (SingleVMs or HighlyAvailable)## -Location - Required - Data Center ## -ServiceName - Optional - Cloud Service name for VMs. ## -ScriptFolder - path to configuration files ## -SubscriptionName - Optional - name of your subscription as configured in PowerShell. ## -StorageAccountName - Optional - name of the storage account to use. ## -adminAccount - Optional - user name that will be created for the deployment## -adminPassword - Optional - password for service accounts for AD/SQL/SharePoint## -appPoolAccount - Optional - user name that will be created for the SharePoint App Pools## -appPoolPassword - Optional - password for app pool identity## -domain - Optional - netbios domain name - default corp## -dnsDomain - Optional - FQDN - default corp.contoso.com## -configOnly $true/$false - optional - default $false## -doNotShowCreds - optional - if you do not want the credentials displayed at the end of the script.

AutoConfigure -TemplateName "SingleVMs" -Location "West US" -ScriptFolder $scriptFolder

Page 23: Building Your  Dev  and Test Sandbox with Windows Azure  Infrastructure  Services

Scripts StructureConfiguration FileXML FileUser-defined or auto-generated settings

Script for each tierUsed to deploy VMs and data disks

VM ConfigurationRemote PowerShell scripts to configure each VM

Page 24: Building Your  Dev  and Test Sandbox with Windows Azure  Infrastructure  Services

Demo: SharePoint Application

Page 25: Building Your  Dev  and Test Sandbox with Windows Azure  Infrastructure  Services

Dev/Test with Point-to-Site Virtual Networks

Page 26: Building Your  Dev  and Test Sandbox with Windows Azure  Infrastructure  Services

On-premises

Your datacenter

Individual computers behind corporate firewall

Point-to-Site VPN

Hardware VPN or Windows RRAS

Windows Azure

Virtual NetworkVPN Gateway

WFE App

VPN Gateway

Remote workers

Site-to-SiteVPN

Point-to-Site Virtual Network

SQL DC/DNS

Page 27: Building Your  Dev  and Test Sandbox with Windows Azure  Infrastructure  Services

Demo: Testing with Point-to-Site VNet

Page 28: Building Your  Dev  and Test Sandbox with Windows Azure  Infrastructure  Services

MSDN offer

Reduced rates for MSDN subscribers when they use Windows Azure Virtual Machines

True cloud economics with per minute billing` Virtual Machines, Web Roles and Worker

Roles are billed by the minute SQL Server and BizTalk Server running in

Virtual Machines also billed by the minute

In Summary

Automation through Scripting

Snapshot or restore VMs Deploy multi-tier applications

Virtual Network P2S Connectivity

Connect from anywhere in minutes No software installation required

Page 29: Building Your  Dev  and Test Sandbox with Windows Azure  Infrastructure  Services

ResourcesPowerShell Deployment Scriptshttps://github.com/windowsazure/azure-sdk-tools-samples

Point-to-Site Step-by-Stephttp://msdn.microsoft.com/en-us/library/windowsazure/dn133792.aspx

Supported VPN Deviceshttp://msdn.microsoft.com/en-us/library/windowsazure/jj156075.aspx

Page 30: Building Your  Dev  and Test Sandbox with Windows Azure  Infrastructure  Services

Evaluate this session

Scan this QR code to evaluate this session and be automatically entered in a drawing to win a prize!

Page 31: Building Your  Dev  and Test Sandbox with Windows Azure  Infrastructure  Services

© 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries.The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after the date of this presentation. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.