Presentation is loading. Please wait.

Presentation is loading. Please wait.

Microsoft Virtual Academy

Similar presentations


Presentation on theme: "Microsoft Virtual Academy"— Presentation transcript:

1 Microsoft Virtual Academy
Free, online, technical courses Take a free online course.

2 Optimize Your Windows Server Workloads on Azure
Drew McDaniel Principal Lead Program Manager

3 Agenda Windows Images and Disks Storage Account Management
Integration with Web/Worker Roles Automation Magic

4 Disk/Image Artifacts Disk with Operating System
An Azure page blob that is a valid fixed size VHD file that contains a specialized Windows or Linux operating system. This artifact is attached to a VM container to create a VM. OS Image An Azure page blob that is a valid fixed size VHD file that contains a generalized Windows or Linux operating system. This artifact is copied to a separate page blob which is then attached to a VM container to create a VM. VM Image A collection of an OS Image along with one or more data disk images. All images from this artifact are copied to separate page blob(s) which are then attached to a VM container to create a VM.

5 Preparing Windows Image

6 Data Drives and Images Leave “Temporary Storage” at D:
Sysprep Will Reset Drive Letters Consider startup script to set drive letters back as required Assume DVD device will be at a drive letter higher than data disks in VM Image Recreate Storage Spaces via Scripts

7 New VM Image Demo

8 Image Configuration - PowerShell Only
Join Active Directory Domain Disable Windows Update Install X509 Certificates Set Time Zone Use command line tool “tzutil /l” to see all valid time zone strings Custom Data Data placed at %SYSTEMDRIVE%\AzureData\CustomData.bin Advanced WinRM Config WinRM over HTTP or user defined certificate for WinRM over HTTPS

9 Uploaded Virtual Machines
Configure PageFile to D:\ (Temp Drive) Modify Persistent Drive Letters to Avoid D:\ Point to Azure Activation Server SanPolicy to OnlineAll Avoid Disk Signature Collision

10 Agenda Windows Images and Disks Storage Account Management
Integration with Web/Worker Roles Automation Magic

11 Virtual Machines and Storage Accounts
OS Image Copy C:\ Drive Disk with OS E:\ Drive Data Disk Storage Item Recommended Limits Active Disks per Storage Account 40 (20,000 IOPS / 500 IOPS per Disk) Storage Accounts per Subscription 100 Active Disks per Subscription 4,000

12 Storage Management Hints
Separate OS Disks and Data Disks Reduces number of custom images to be copied to storage accounts Use CopyBlob to Move Blobs From PowerShell: Start-AzureStorageBlobCopy Eliminates need to download/upload blobs Moving Between Storage Accounts Optimize Storage Spaces for Number of Disk Use PowerShell Cmdlet when more than 8 disks: New-VirtualDisk –NumberOfColumns <Disk Count>

13 Agenda Windows Images and Disks Storage Account Management
Integration with Web/Worker Roles Automation Magic

14 IaaS and PaaS Integration
PaaS Web/Worker Roles IIS application Web services IaaS Roles Linux workloads Traditional applications (SQL Server, SharePoint, Dynamics AX, etc) Web services where greater control is required Virtual Network Allows PaaS / IaaS deployments or multiple IaaS deployments in same datacenter network Use security groups or ACLs to secure application tiers

15 Agenda Windows Images and Disks Storage Account Management
Integration with Web/Worker Roles Automation Magic

16 Remote PowerShell Automation
PS C:\> $cred = Get-Credential PS C:\> Enter-PSSession -ComputerName drewm-as-demo.cloudapp.net -port 5986 –UseSSL -Credential $cred [drewm-as-demo.cloudapp.net]: PS C:\>

17 Custom Script Automation
Author PowerShell Script Specify Script at VM Deployment Time (Current Portal) or After Deployed (Preview Portal)

18 Additional Automation Options
PowerShell DSC Octopus Chef Puppet

19 TechNet Virtual Labs Deep technical content and free product evaluations Hands-on deep technical labs Free, online, technical courses At the TechNet Evaluation Center you can download free, trial versions of Microsoft software, with no feature limits. Dozens of trials are available – all at no cost. Try Windows Server 2012 R2 for up to 180 days. Download the Windows 8.1 Enterprise 90-day evaluation. Or try Microsoft Azure at no-cost for up to 90 days. Microsoft Hands On Labs offer virtual environments that will take you through guided, technically deep product learning experience. Learn at your own pace in labs that you can complete in 90 minutes or less. There is no complex setup or installation is required to use TechNet Virtual Labs. Microsoft Virtual Academy provides free online training on the IT scenarios that are important to your company and your career. Learn at your own pace and boost your IT skills with over 100 courses across more than 15 Microsoft technologies including Windows Server, Windows 8, Microsoft Azure, Office 365, virtualization, Windows Phone, and more. Download Microsoft software trials today. Find Hand On Labs. Take a free online course. Technet.microsoft.com/evalcenter Technet.microsoft.com/virtuallabs microsoftvirtualacademy.com

20 5/23/2019 2:00 PM © 2014 Microsoft Corporation. All rights reserved. Microsoft, Windows 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. © 2010 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.


Download ppt "Microsoft Virtual Academy"

Similar presentations


Ads by Google