Azure IaaS 101.

Slides:



Advertisements
Similar presentations
Automating Microsoft Azure with PowerShell MMS Minnesota 2014 Trevor Sullivan and David O’Brien – #MMSMinnesota.
Advertisements

Accelerate adoption, provide customer insights to engineering, and deliver knowledge to the IT Pro community.
Linux Running on an Azure Virtual Network Speaker Title Organization.
Migrating Applications to Windows Azure Virtual Machines Michael Washam Senior Technical Evangelist Microsoft Corporation.
Partner Practice Enablement - Overview This session will focus on integration strategies for applications deployed using Microsoft Azure Websites and Microsoft.
On Premises Storage Servers Networking O/S Middleware Virtualization Data Applications Runtime You manage Infrastructure (as a Service) Storage.
Microsoft Azure Virtual Machines. Networking Compute Storage Virtual Machine Operating System Applications Data & Access Runtime Provision & Manage.
CustomerSegment and workloads Your Datacenter Active Directory SharePoint SQL Server.
Windows Azure Conference 2014 Lessons Learned From Large Scale Migrations to Windows Azure IaaS.
Your First Azure Application Michael Stiefel Reliable Software, Inc.
Microsoft Virtual Academy.
IT Pro Day In wenigen Schritten zu einer neuen BizTalk 2013 Umgebung in der Cloud Nicolas Blatter Technology Consultant, HP Consulting Schweiz V-TSP BizTalk.
Trevor Sullivan Solution Architect Project Leadership Associates.
Windows Azure Migrating Applications and Workloads Speaker Title Organization.
Ubuntu, SUSE, OpenSUSE, CentOS & Oracle EL + hundreds on VM Depot Bring your own framework! Ecosystem Supported Microsoft 1st Party Support.
Automating Operational and Management Tasks in Microsoft Operations Management Suite and Azure
Node.js & Windows Azure AZR326  JavaScript on the Server!  Event driven I/O server-side JavaScript  Not thread based, each connection uses only a.
Building and Diagnosing Applications using Visual Studio and Azure SDK Paul Yuknewicz Principal PM Manager.
Sessions about to start – Get your rig on!. Stu Fox Datacom Systems
Bellevue College Cloud Seminars Learn: Cloud services Friday, March 4, 2016 Azure Virtual Machines Fawad Khan.
Deploying Highly Available SQL Server in Windows Azure A Presentation and Demonstration by Microsoft Cluster MVP David Bermingham.
Copyright © New Signature Who we are: Focused on consistently delivering great customer experiences. What we do: We help you transform your business.
Bellevue College Cloud Workshops Try: Cloud services Friday, May 6, 2016 Azure Virtual Machines (VM) Fawad Khan.
WINDOWS AZURE AND THE HYBRID CLOUD. Hybrid Concepts and Cloud Services.
Microsoft Build /28/2017 9:50 AM © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY,
Microsoft Azure Infrastructure Services Move your infrastructure to the cloud Kaido Jarvemets Senior Consultant Trevor Sullivan.
In Depth Azure StackIn Depth Azure Stack Resource Providers Damian Flynn MVP Daniel Savage Microsoft.
Microsoft ♥ Linux | Azure IaaS for Penguins Janaka Rangama | Enterprise Cloud Architect | VirtusaPolaris.
Architecting Enterprise Workloads on AWS Mike Pfeiffer.
1/27/2018 5:13 AM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
IT06 – HAVE YOUR OWN DYNAMICS NAV TEST ENVIRONMENT IN 90 MINUTES
Run Azure Services in your datacenter
Building ARM IaaS Application Environment
Virtual Machines and Web Sites
TechReady 16 5/10/2018 Day 2, Session 4 Reaching the Summit: ITIL-integrated Self-Service in the Hybrid Cloud © 2013 Microsoft Corporation. All rights.
Deploying SQL Server With Microsoft Azure Virtual Machine
Aprovisionamiento de Maquinas Virtuales Windows Server 2016 y Windows 10 en Azure
Azure, PowerShell, and SQL Server Virtual Machines
Melbourne Azure Meetup
Configure and Manage Your Hybrid Cloud Environment at Scale
TechEd /23/ :03 AM © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered.
Cloud Data platform (Cloud Application Development & Deployment)
Example of a page header
Windows Azure Pack : Express Installation
Design and Implement Cloud Data Platform Solutions
02 | Design and implement database
Azure Infrastructure as a Service
Microsoft Ignite NZ October 2016 SKYCITY, Auckland.
IaaS Part II Stefan Geiger Gerry
Cloudy with a Chance of Data
Dev Test on Windows Azure Solution in a Box
"SessionTitle": "Infrastructure as Code"
Microsoft Ignite NZ October 2016 SKYCITY, Auckland.
20409A 7: Installing and Configuring System Center 2012 R2 Virtual Machine Manager Module 7 Installing and Configuring System Center 2012 R2 Virtual.
TechEd /23/ :44 AM © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered.
Microsoft Virtual Academy
Microsoft Virtual Academy
Microsoft Virtual Academy
M318.
Getting Started with Microsoft Azure at CSU
Microsoft Azure Managing Users & Resources with Azure Resource Manager
5 Azure Services Every .NET Developer Needs to Know
A - E Cloud Enterprise Symbols
5/25/2019 © 2014 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks and/or trademarks.
Day 2, Session 2 Connecting System Center to the Public Cloud
Microsoft Virtual Academy
Microsoft Virtual Academy
Microsoft Virtual Academy
Ready Pre-day Azure Monitoring Workshop
06 | SQL Server and the Cloud
Presentation transcript:

Azure IaaS 101

Agenda Subscriptions Azure IaaS basic Resource Groups, Virtual Machines, Network, Storage etc. Azure and Automation Azure AD Security

Azure Subscriptions Pay-as-you-go Prepaid subscriptions Buy from a Microsoft Reseller Azure Enterprise Agreement Azure Passes

DEMO: Getting started with Azure DEMO: Your first Azure Subscription #ITDevConnections

Azure Portals #ITDevConnections

Portal Addresses manage.windowsazure.com portal.azure.com old Azure portal portal.azure.com new Azure portal account.windowsazure.com subscriptions, billing etc. #ITDevConnections

DEMO: Azure Portals DEMO: Old Portal and the new One #ITDevConnections

Azure IaaS Basic Resource Group Resources Securable container Virtual Network Storage Account Virtual Machine etc. #ITDevConnections

Azure IaaS Basic #2 Azure Subscription Resource Group (Virtual Network) Resource Group (Virtual Machines) Resource Group (Storage) #ITDevConnections

(Virtual Network, Storage Account, Virtual Machine) Azure IaaS Basic #3 Azure Subscription Resource Group (Virtual Network, Storage Account, Virtual Machine) #ITDevConnections

Azure IaaS Basic #4 Networking Virtual Networks Network Security Groups Subnet and Network Interface Public IP and Private IP DNS Azure or Custom #ITDevConnections

Azure IaaS Basic #5 Storage Accounts Standard or Premium General-purpose or Blob-Storage Account Replication LRS, ZRS, GRS, RA-GRS #ITDevConnections

Closest Azure DC http://azurespeedtest.azurewebsites.net/ #ITDevConnections

DEMO: Provisioning VMs through Portal #ITDevConnections

VM Management 1 2 3 4

DEMO: VM Management through Portal #ITDevConnections

Azure and Automation PowerShell xPlat ISE Visual Studio Source Control, ARM SDK Visual Studio Code ARM Extension xPlat #ITDevConnections

Find-Module AzureRM | Install-Module Azure and Automation #2 Azure PowerShell module is available through PowerShell Gallery Find-Module AzureRM | Install-Module Point out requirements

DEMO: Getting started with Azure and PowerShell #ITDevConnections

Custom Script Extensions Execute scripts during or after VM deployment No need to sign in No need to open extra ports VM Agent needs to be enabled

DEMO: VM Custom Script Extension #ITDevConnections

Azure and Automation #2 Azure Automation Cloud based DSC Pull Server Free 5 nodes Hybrid Worker Free 500 minutes

DEMO: Azure Automation #ITDevConnections

Azure Encrypted VMs By default every deployed VM is with unencrypted disk(s) Supported Windows and Linux OS Integrated with Azure Key Vault Stores encryption keys and secrets #ITDevConnections

DEMO: Azure Encrypted VMs #ITDevConnections

Security and Logging Azure Security Center Activity Log Resource Health Security Alerts Recommendations Activity Log All your activities #ITDevConnections

DEMO: Security and Logging #ITDevConnections

#ITDevConnections