Microsoft Confidential Automation Query, Manage and Configure Windows Azure resources (VMs, Cloud Services, Websites, Storage, Queues, Databases etc…)

Slides:



Advertisements
Similar presentations
Windows Azure IaaS – Deep Dive
Advertisements

Microsoft Dynamics AX Technical Conference 2013
Advanced Windows Azure: Infrastructure as a service (IaaS)
Linux on Windows Azure Andreas Wasita.
hybrid automatedusage based economics ease of use scalability.
Connected clients & continuous services Line of Business Application Event Aggregator Team Sharepoint Site … Household Appliance Phone, Tablet, PC Point.
Windows Azure Mobile Services Matt Milner
Windows Azure VMs VMs and Cloud Services VM Availability Images and Disks Managing VMs Agenda.
“It’s going to take a month to get a proof of concept going.” “I know VMM, but don’t know how it works with SPF and the Portal” “I know Azure, but.
Partner Practice Enablement - Overview In today's topic students will learn how to use the Microsoft Azure PowerShell cmdlets for management and monitoring.
Programming languages + tools.NET, Visual Studio, TFS + Git, Java, NodeJS, PHP, Python, Ruby, C++ Microsoft cloud infrastructure PaaS Web Mobile.
Module Microsoft ® Virtual Academy Active Directory and Migrating Hyper-V with PowerShell 6.
Inside Windows Azure Virtual Machines Vijay Rajagopalan Microsoft Corporation.
Deep Dive into Windows Azure Virtual Machines – From Cloud Vendor and Enterprise Perspective Vijay Rajagopalan Principal Lead Program Manager Microsoft.
Microsoft Virtual Academy Module 4 Creating and Configuring Virtual Machine Networks.
Name Title Microsoft Windows Azure: Migrating Web Applications.
Visual Studio Load Test Web Service Test Agent Pool - Dynamic Results database Worker Azure Blobs Azure Tables.
Windows Azure Virtual Machines. Agenda IT Pro experience Support for key server applications Easy storage manageability High availability features.
Hyper-V High-Availability & Mobility: Designing the Infrastructure for Your Private Cloud Symon Perriman Technical Evangelist Microsoft
Free, online, technical courses Take a free online course. Microsoft Virtual Academy.
VM Role (PaaS)Virtual Machine (IaaS) StorageNon-Persistent StoragePersistent Storage Easily add additional storage DeploymentBuild VHD offsite and upload.
Migrating Applications to Windows Azure Virtual Machines Michael Washam Senior Technical Evangelist Microsoft Corporation.
Windows Azure Rugby Tickets On-Premises Existing Systems of Record.
Partner Practice Enablement - Overview In today's topic students will learn how to use the Microsoft Azure PowerShell cmdlets for management and monitoring.
Esri UC 2014 | Demo Theater | Using ArcGIS for Server in the Microsoft Azure Cloud Nikhil Shampur.
Additional SugarCRM details for complete, functional, and portable deployment.
SharePoint Farm On Azure IAAS Prepared By : Prakhar Rastogi Premier Field engineer Microsoft India.
Partner Practice Enablement - Overview This session will focus on integration strategies for applications deployed using Microsoft Azure Websites and Microsoft.
Session 10 Windows Platform Eng. Dina Alkhoudari.
Migrating Business Apps to Windows Azure Marc Müller Principal Consultant, 4tecture GmbH
Building Integration Solutions using BizTalk On-Premises and on Azure Javed SikanderRajesh Ramamirtham Group Program ManagerProgram Manager AZR211.
Windows Azure Virtual Machines Speaker Title Organization.
Windows Azure Virtual Machines Noam King Azure Lead –Middle East & Africa Microsoft EPG.
Overview of New Networking Features in Windows Azure Ganesh Srinivasan Program Manager, Windows Azure Networking Microsoft Corporation AZR304.
Windows Azure Conference 2014 Lessons Learned From Large Scale Migrations to Windows Azure IaaS.
Partner Practice Enablement - Overview This session will focus on integration strategies for applications deployed using Microsoft Azure Websites and Microsoft.
VIRTUAL MACHINE STORAGE SQLDATABASE.
DCIM211. By 2015, 35% of enterprise IT expenditures for most organizations will be managed outside the IT department’s budget IT budget.
Preview JUNE 2012 Introduced Windows Azure Infrastructure Services General Availability APRIL 2013 Commercially-backed SLA and formal support agreements.
Windows Azure Migrating Applications and Workloads Speaker Title Organization.
Windows Azure Virtual Machines Anton Boyko. A Continuous Offering From Private to Public Cloud.
Windows Azure. Azure Application platform for the public cloud. Windows Azure is an operating system You can: – build a web application that runs.
© 2005,2006 NeoAccel Inc. Partners Presentation Authentication & Access Control.
Zvezdan Pavković. Storage Non-Persistent Storage Persistent Storage Easily add additional storage. Networking Internal and Input Endpoints configured.
Presented by: Tyler Bithell B2B TECHNOLOGIES | PRESENTATION SharePoint 2013 Restore Rehearsal in Azure.
MAINFRA ME Line of Business MS DYNAMICS CRM.
Complete VM Mobility Across the Datacenter Server Virtualization Hyper-V 2012 Live Migrate VM and Storage to Clusters Live Migrate VM and Storage Between.
On Premises Storage Servers Networking O/S Middleware Virtualization Data Applications Runtime You manage Infrastructure (as a Service) Storage Servers.

ACCELERATE INNOVATIONS USING CLOUD DIFFERENTIATE WITH DESIGN AND USER EXPERIENCE DELIVER SCALE AND AGILITY TO THE CLOUD. THE RIGHT WAY. What we do at.
ALL INFORMATION PRESENTED AS WELL AS ALL SESSIONS ARE MICROSOFT CONFIDENTIAL AND UNDER YOUR NON-DISCLOSURE AGREEMENT (NDA) AND\OR TECHNOLOGY PREVIEW.
Integration choices 3 Connect your Existing apps to the cloud Build out your business without building new datacenters Run existing integrations in.
Bellevue College Cloud Seminars Learn: Cloud services Friday, March 4, 2016 Azure Virtual Machines Fawad Khan.
Alfresco Enterprise on Azure Shah Rahman Founder and CEO, CloudlyIO.
Copyright © New Signature Who we are: Focused on consistently delivering great customer experiences. What we do: We help you transform your business.
The changing cloud continuum COST-EFFICIENCY Simpler Management PaaS SaaS platform as a service software as a service IaaS infrastructure.
Alfresco on Azure Shah Rahman Founder and CEO, CloudlyIO.
ALWAYSON AVAILABILITY GROUPS ON AZURE – LESSONS FROM THE FIELD.
Let's build a VMM service template from A to Z in one hour Damien Caro Technical Evangelist Microsoft Central & Eastern Europe
Brian Blanchard Web: Oakwoodsys.com Blog: aka.ms/BrianBlanchard.
Microsoft Learning Ignite | May 4 – 8, 2015 | Chicago, IL Light IT up.
Logo here Module 3 Microsoft Azure Web App. Logo here Module Overview Introduction to App Service Overview of Web Apps Hosting Web Applications in Azure.
Diagnostics and Service Management
Acutelearn Azure Administration Training in Hyderabad Classroom Training Instructor led trainings at Acutelearn premises Corporate Training Custom tailored.
Reliable Services Jeffrey Richter Microsoft Azure Service Fabric.
Обзор Windows Azure Connect
Microsoft Virtual Academy
More Virtual Machines 2.
06 | SQL Server and the Cloud
Presentation transcript:

Microsoft Confidential Automation Query, Manage and Configure Windows Azure resources (VMs, Cloud Services, Websites, Storage, Queues, Databases etc…) across multiple subscriptions and data centers. Storage Upload and Download VHDs from Your Windows Azure Storage Accounts to your on-premises servers. Copy VHDs between Storage Accounts and Subscriptions.

Microsoft Confidential

Get-AzureVM … | # Return the VM Config Add-AzureDataDisk … | # Modify the returned VM Add-AzureEndpoint … | # Modify the returned VM Update-AzureVM # Call Update

Client Cloud Enabled by Default Https Cert Generated or Specify your Own Http Optional for VM to VM PowerShell Use for in Guest Customization or Monitoring

On-Premises Cloud MyApp.vhd Add-AzureVHD Save-AzureVHD

Microsoft Confidential

Client Storage Service SourceDestination Start-AzureStorageBlobCopy MyApp.vhd Copy from Source to Destination

Any IP mysqlserver1.cloudapp.net IP: Virtual Machine Role Name: sqlvm1 Subnet: BackEndSubnet IP Address: WA Website Fabrikam.com IP: Some bot “owned” machine IP: Endpoint for port 1433 with ACL

$acl = New-AzureAclConfig Set-AzureAclConfig -AddRule Permit -RemoteSubnet " /16" ` -Order 1 -ACL $acl -Description "Restrict SSH" Get-AzureVM -ServiceName mwlinuxsvc1 -Name mwlinux | Set-AzureEndpoint -Name ssh -Protocol tcp -PublicPort 22 ` -LocalPort 22 -ACL $acl | Update-AzureVM

LB SQL-AVSET IIS-AVSET Web Server Database

TCP Load Balancer Custom Probes Default when creating with PowerShell Load Balancer Polls Every 15 seconds Looks for ACK on socket connect Traffic stops until ACK received Continues Polling

HTTP Load Balancer Custom Probes Load Balancer Polls Every 15 seconds Receives other than 200 OK (HTTP) Traffic stops until 200 Received Continues Polling

Microsoft Confidential

Drop by the Windows Azure booth to participate in the Windows Azure Challenge for even more prizes! MSDN Subscribers: you’ve got it, now use it Activate your MSDN Benefit & try it by 9/30 You could win* an Aston Martin V8 Vantage! Go to: