Trevor Sullivan Solution Architect Project Leadership Associates.

Slides:



Advertisements
Similar presentations
Windows IT Pro magazine Datacenter solution with lower infrastructure costs and OPEX savings from increased operational efficiencies. Datacenter.
Advertisements

Microsoft Dynamics AX Technical Conference 2013
Ken Casada Technical Evangelist Microsoft Switzerland What’s new in Microsoft Azure.
Page 1 Ricardo Villalobos Windows Azure Architect Evangelist Microsoft Corporation Designing, Building, and Deploying Windows Azure applications.
4/16/2017 © 2014 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks and/or trademarks.
Microsoft Azure Site Recovery
Automating Microsoft Azure with PowerShell MMS Minnesota 2014 Trevor Sullivan and David O’Brien – #MMSMinnesota.
Trevor Sullivan Solution Architect Project Leadership Associates.
Module Microsoft ® Virtual Academy Active Directory and Migrating Hyper-V with PowerShell 6.
Welcome Course 20410B Module 0: Introduction Audience
WMU GNL Automation How to make my IT life easier CHRISTOPHER KEYAERT CONSULTANT AT INOVATIV CLOUD AND DATACENTER MANAGEMENT MVP.
Cost Effort Complexity Benefit Cloud Hosted Low Cost Agile Integrated Fully Supported.
Migrating Applications to Windows Azure Virtual Machines Michael Washam Senior Technical Evangelist Microsoft Corporation.
Esri UC 2014 | Demo Theater | Using ArcGIS for Server in the Microsoft Azure Cloud Nikhil Shampur.
Designing Active Directory Child Domain Sainath K.E.V Directory Services MVP 5/Aug/2015.
SharePoint Farm On Azure IAAS Prepared By : Prakhar Rastogi Premier Field engineer Microsoft India.
Deploying and Managing Windows Server 2012
Partner Practice Enablement - Overview This session will focus on integration strategies for applications deployed using Microsoft Azure Websites and Microsoft.
Robert MacLean BBD Software Get Ready For The Cloud TRACK: Cloud & ALM.
Microsoft Azure Introduction ISYS 512. Microsoft Azure Microsoft Azure is a cloud.
Windows Azure Conference 2014 Azure Infrastructure services foundation.
On Premises Storage Servers Networking O/S Middleware Virtualization Data Applications Runtime You manage Infrastructure (as a Service) Storage.
CustomerSegment and workloads Your Datacenter Active Directory SharePoint SQL Server.
Windows Azure Conference 2014 Lessons Learned From Large Scale Migrations to Windows Azure IaaS.
CMDB Ticketing Billing Management Systems VIRTUAL MACHINE CLOUDS 12 SQL SERVER 9 PLANS 12 WEBSITE CLOUD 12 MYSQL SERVERS 0 NOTIFICATIONS 0 USER.
Windows Azure Conference 2014 Deploy your Java workloads on Windows Azure.
Partner Practice Enablement - Overview This session will focus on integration strategies for applications deployed using Microsoft Azure Websites and Microsoft.
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.
Automating Operational and Management Tasks in Microsoft Operations Management Suite and Azure
Scale means… Business is growing!! However… More servers => More Failures Scale * Complexity Exceeds Skill Rapid change means… Can respond and capture.
MANAGE CLOUD EASILY WITH AZURE RESOURCE MANAGER
ON-PREMISES SERVICE PROVIDERMICROSOFT CONSISTENT PLATFORM Modern platform for the world’s apps 1.
CRM in Education: Raising Standards. Saving Time. Presented by: Daniel Petersen Director of Business Solutions Applied Tech.
Windows Azure for IT Pros Kurt CLAEYS (TSP Windows Azure, Microsoft EMEA)
Service Management Automation: 3,2,1, Automate!
Microsoft Azure Active Directory. AD Microsoft Azure Active Directory.
Presented by: Tyler Bithell B2B TECHNOLOGIES | PRESENTATION SharePoint 2013 Restore Rehearsal in Azure.
SERVER I SLIDE: 3. SERVER I Topic for tomorrow: Chapter 3: Configuring Hyper-V ■■ Objective 3.1: Create and configure virtual machine settings (Group.
Azure in a Day Training: Windows Azure Module 1: Windows Azure Overview Module 2: Development Environment / Portal – DEMO: Signing up for Windows Azure.
Installing IIS 7(.5). Web Platform Installer What’s New in IIS 7 Fast CGI (PHP!) Shared Configuration Automated App Pool Isolation Extensions PowerShell.
Ken Casada Technical Evangelist Microsoft Switzerland What’s new in Microsoft Azure.
Cloud-Ready Data Services. cloud data services.
PowerPoint Instructions These are not native PowerPoint objects. They are PNG objects. To change the color, you need to go to the Format Tab.
Microsoft Public Cloud Services Automation Excellence Marcel Zehner | Cloud Believer Innovation itnetX
Bellevue College Cloud Seminars Learn: Cloud services Friday, March 4, 2016 Azure Virtual Machines Fawad Khan.
Marin Franković MVP: SCCDM Algebra visoko učilište What’s new in Azure for IT Pro.
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.
Windows Certification Paths OR MCSA Windows Server 2012 Installing and Configuring Windows Server 2012 Exam (20410) Administering Windows Server.
Alfresco on Azure Shah Rahman Founder and CEO, CloudlyIO.
Long Live Azure Automation!Long Live Azure Automation! Cloud-first Configuration Management and Automation Beth Cooper Program Manager.
Microsoft Azure Infrastructure Services Move your infrastructure to the cloud Kaido Jarvemets Senior Consultant Trevor Sullivan.
Migrate DB to Azure SQL Taiob M Ali.
Aprovisionamiento de Maquinas Virtuales Windows Server 2016 y Windows 10 en Azure
On-premise database. Files in the cloud.
Azure, PowerShell, and SQL Server Virtual Machines
O365 & AZURE ADDS Mladen Baranek, Miadria
Example of a page header
Design and Implement Cloud Data Platform Solutions
Azure IaaS 101.
Acutelearn Azure Administration Training in Hyderabad Classroom Training Instructor led trainings at Acutelearn premises Corporate Training Custom tailored.
02 | Hosting Services in Windows Azure
Automating configuration of SQL Server
M318.
Microsoft Virtual Academy
03 | Windows Azure PowerShell
06 | SQL Server and the Cloud
Presentation transcript:

Trevor Sullivan Solution Architect Project Leadership Associates

Speaker Trevor Sullivan Microsoft MVP: PowerShell Solution Architect with PLA 10 years of experience on Windows platform Community member (StackExchange, MyITforum, etc.) Open-source project

Social Media #PSDSC #PowerShell

Agenda Core Azure infrastructure components Azure PowerShell

Automating Azure PowerShell + Azure

Why are we here?

What is DevOps?

What are we automating?

Cloud Modules MSOnlineAzure Resource Manager

Azure PowerShell Automating the Cloud

Setting Up Download Azure PowerShell Install Azure PowerShell Configure Subscriptions Sign up for Azure!

Azure Authentication Active Directory Interactive Non-interactive Management Certificate

What do I do now? Get Commands Read Help Execute Commands Review Results

Affinity Groups Affinity Group Virtual Network Cloud Service Storage Account Get-Command -Module Azure -Name *affinity*;

Azure SQL SQL Server Firewall Rules Get-Command -Module Azure -Name *sql*; SQL Server

Azure Storage Storage Account Get-Command -Module Azure -Name *stor*; Queue Table Blob Files

Azure Virtual Machines Cloud Service dc01 (small) dc02 (small) sql01 (large) sql02 (large) dsc01 (medium) exch01 (large) cm01 (large) ops01 (large) Image Gallery

Azure Virtual Networks Virtual Network Subnet Gateway Subnet DNS Server IPv4 Address Space DNS Server Gateway

Azure Automation Automation Account Get-Command -Module Azure -Name *automation*; Runbook Asset Runbook Job Runbook Worker

MSOnline Azure Active Directory / Office 365

Azure Active Directory

Demo Azure PowerShell