SlideShare una empresa de Scribd logo
1 de 63
IT Pros: Meet Azure... again!
Kristof Rennen
Mike Martin
Mike Martin
Who Am I
View more tips on my blog
http://techmike2kx.wordpress.com
Crosspoint Solutions
Where I Work
Architect, Windows Azure MVP,
MEET, Insider
What I Do
@Techmike2kx
Mike.Martin@csps.be
Where To Find Me
Who am I?
Kristof Rennen
Solution Architect Cloud & Mobile at Cronos
Microsoft Most Valuable Professional
Microsoft Extended Experts Team Member
Windows Azure vTSP & Insider / Mobile Services Advisor
Member of Azug, the Belgian Windows Azure User Group
@kristofrennen
contact@kristofrennen.be
The Azure platform
Microsoft Cloud infrastructure
Programming languages + tools
PowerShell, TFS + Git, Eclipse, .NET, Java, NodeJS, PHP, Python, Ruby
Hyper scale
16 regions worldwide in 2014
Active Directory
MSDN Offer for Dev and Test
Windows
SQL Server and BizTalk
Special Images
BASIC VM Sizes for Dev, Test and Prod
Best value VMs
BYOLB and BYOAutoScale
BASIC.A1 $152.92 / year (8x5 work) $91.52 / year (8x5 and MSDN)
24
100
Agent
PowerShell Desired State Config
Use DSC to drive configuration
PowerShell OneGet
Finds and installs software packages
Chocolatey community repository
configuration Main
{
Import-DscResource -Module xWebAdministration
# Install the IIS role
WindowsFeature IIS
{
Ensure = "Present"
Name = "Web-Server"
}
# Install the ASP .NET 4.5 role
WindowsFeature AspNet45
{
Ensure = "Present"
Name = "Web-Asp-Net45"
}
. . . .
. . . .
# Create a new website
xWebsite BakeryWebSite
{
Ensure = "Present"
Name = "FourthCoffee"
State = "Started"
PhysicalPath = "C:inetpubFourthCoffee"
DependsOn = "[File]WebContent"
}
}
Configuration
BootStrapper
Azure Blob
CLIENT
Configuration
BootStrapper
Azure Blob
CLIENT
DSC
Resources
Resource
Gallery
BootStrapper
Configuration
AZUREVM
VM Image
Captures all disks attached
Best effort disk consistency
Re-deploy as a new VM
Sysprep and non-Sysprep
OS Images
(legacy)
Data Log
External
Load
Balancer
Customer Network
Customer on
premises
Back end
Front end
Internet
Microsoft Azure
Public VIP
Microsoft Virtual Machine Converter 2.0
Azure
Server VMDK
Server
Name Virtual cores RAM
A8 8 56 GB
A9 16 112 GB
Azure
Server
Azure
Server
Azure
Server
Azure
Server
Azure
Server
Azure
Server
Azure
Server
Azure
Server
Virtual Networking
Scale Unit
Azure
Server
Azure
Server
Azure
Server
Azure
Server
Azure
Server
Azure
Server
Scale Unit Scale Unit
Azure
Server
Azure
Server
Azure
Server
Azure
Server
Azure
Server
Azure
Server
Azure
Server
Azure
Server
Virtual Networking
Access control
Bitlocker Encryption
SQL Data Encryption (TDE)
TrendMicro SecureCloud
Afore Solutions
Operation Audit
Transform the Datacenter
Orchestrated disaster recovery to a second site
Microsoft Azure
Hyper-V Recovery Manager
Communication Channel
Replication channel:
Hyper-V Replica
Primary
Site
Windows
Server
Recovery
Site
Windows
Server
Communication
and Replication
Microsoft Azure
Site Recovery
Transform the datacenter
Orchestrated disaster recovery to a second site or to Azure
Communication Channel
Replication channel:
Hyper-V Replica
Primary
Site
Windows
Server
Recovery
Site
Windows
Server
Microsoft Azure
Site Recovery
Primary
Site
Windows
Server
Key features include:
Automated VM protection and replication
Remote health monitoring
Customizable recovery plans
No-impact recovery plan testing
Orchestrated recovery when needed
Networking
• VNet-to-VNet Connectivity
• IP Reservation for VIPs
• Instance Level Public IP
• Internal Load-balancing
VNet-to-VNet Connectivity
Before
Connect through Crop
VNet1
West Europe
VNet2
North Europe
Contoso HQ
After
Direct VNet-to-VNet
IP Reservation for VIPs &
Instance Level Public IP
VM1 VM2
Cloud
Service - 1
VM3 VM4
Cloud
Service - 2
LB
IP: A.B.C.D
1
1
2
2
External
Load
Balancer
Customer NetworkInternal
Load
Balancer
Customer on
premises
Back end
Front end
Internet
Microsoft Azure
Internal VIPPublic VIP
Hybrid: Networking
• Express Route GA
• Multiple Site-to-Site VPN
Public
internet
Public
internet
Public
internet
Microsoft
Azure
Microsoft
Azure
Microsoft
Azure
Multiple Site-to-Site VPN
Hybrid: Networking
Contoso NorthAm HQ
(10.0.0.0/16)
Contoso East Asia
(10.3.0.0/16)
Connect to multiple
on-premises locations
Azure Files
Azure VM
SMB 2.1
The Azure Storage System (3 copies)
Shared Settings, Diagnostic Share
Lift and Shift Applications
Azure VM Azure VM
Azure
Files
RemoteApp Cloud Deployment
• Office 2013 ProPlus preinstalled
• Rapid provisioning: apps quickly available
• Automatic maintenance: OS and apps
always up-to-date, Microsoft anti-malware
• Users can logon with Microsoft Account
or with corporate credentials federated
with Azure AD
RemoteApp Hybrid Deployment
• Apps, OS and settings are fully
customizable
• IT can manage template images and
apply updates via Azure Portal
• Full access to on-premises network
• User logon with corporate credentials
federated with Azure AD
Server 2012 R2
Session
Virtualization
Dynamic
Scalability
Global
presence
High Fidelity
with RDP
Secure,
WAN-ready
connectivity
Clients for
Windows, Mac,
iOS, Android
5
RemoteApp Service
Pre-built template image
Automatically maintained
Published Apps
Session
Host …
Session
Host
Session
Host
Elastic Runtime
Persistent user data
(50GB per user)
Microsoft
Account
Azure Active
Directory
On-premises Network
Windows Server
Active Directory
DirSync
(optional)
RDP
Identity
Options
Authentication
Hybrid Cloud Deployment
• Core technology:
Azure Virtual
Networking with
Site-to-Site VPN
• RemoteApp Virtual
Networks build on
Azure networking
to seamlessly
access on-premises
resources
• Core technology:
Azure Active
Directory with
DirSync
• RemoteApp
leverages Azure AD
to control user
access and enable
Single Sign-On
• Core technology:
Windows Server
Active Directory
on-premises
• RemoteApp hybrid
resources are
domain-joined and
conform to on-
premises policies
Cloud Deployment: Automatically maintained
Latest OS and application updates rolled out on an ongoing basis
Always the latest Microsoft Office 2013 ProPlus
Hybrid Deployment: Updates under IT Control
Ongoing updates: Running RDSH VMs can be updated with GP, WSUS, SC, and
other management tools from on-premises.
Image-based updates: You can upload a new template image and apply it to a
RemoteApp service instance. Update will be rolled out automatically.
Patching and Updates
Cloud Deployment: Automatically maintained
Latest OS and application updates rolled out on an ongoing basis
Always the latest Microsoft Office 2013 ProPlus
Hybrid Deployment: Updates under IT Control
Ongoing updates: Running RDSH VMs can be updated with GP, WSUS, SC, and
other management tools from on-premises.
Image-based updates: You can upload a new template image and apply it to a
RemoteApp service instance. Update will be rolled out automatically.
Patching and Updates
6
2
RemoteApp Service
Session
Host …
Session
Host
Session
Host
Elastic Runtime
Persistent user data
(50GB per user)
Azure Active
Directory
RDP
Authentication
Custom template image
Maintained via Azure Portal
Corporate Apps
Published Apps
On-premises Network
Windows Server
Active Directory
Azure VPN
Domain
Joined
Subject to IT policy via
GP, System Center, or
other enterprise
management tools
DirSync
RemoteApp Cloud Deployment
• Windows apps from Microsoft
as a turn-key, scalable,
globally available service
RemoteApp Hybrid Deployment
• Your corporate apps as a
service that can be access
from anywhere
Server 2012 R2
Session
Virtualization
Dynamic
Scalability
Global
presence
High Fidelity
with RDP
Secure,
WAN-ready
connectivity
Clients for
Windows, Mac,
iOS, Android
FeaturesPrice (per user) Free during preview
Window Server version Windows Server 2012 R2
Remoting Protocol RDP 8.1
Microsoft Office Professional Plus 2013 
Bring your own applications 
Device platforms Windows 7/8.x, iOS, Android
Coming soon: Windows Phone, Windows RT, Mac OS X
Microsoft Account support 
Federated Identity with Active Directory 
Integration with On-Premises IT Infrastructure 
Storage (per user) 50 GB
Initial capacity at preview 20 users per Azure account.
Customers can request additional capacity during the preview.
Regions US East, US West, Europe North, Europe West, Asia Pacific East, Asia
Pacific Southeast
All the latest announcementsGenerally Available
• ExpressRoute
• Multiple Site-to-Site
• In-Region and Cross-Region VNET
• Compute-intensive A8 & A9
• IP Reservation for VIPs
• Microsoft Azure Import/Export
• Azure Managed Cache Service
• Traffic Manager External End Points
• Azure Store (EA only)
• BizTalk Server 2013 R2 launch
• Linux distributions phone support
• PowerShell Script Deployment
• Ecosystem Security
• Windows Client in MSDN
Preview
• Instance level Public IPs
• Azure Redis Cache Service
• RemoteApp
• Internal Loadbalancing
• Azure File
• Azure API Management
• BizTalk Hybrid Connections
Coming Soon
• Site Recovery
And take home the
Lumia 1320
Present your feedback form when you exit
the last session & go for the drink
Give Me Feedback
Follow Technet Belgium
@technetbelux
Subscribe to the TechNet newsletter
aka.ms/benews
Be the first to know
Belgiums’ biggest IT PRO Conference

Más contenido relacionado

La actualidad más candente

Latest Microsoft Azure Solutions and Announcements - Presented by atidan june...
Latest Microsoft Azure Solutions and Announcements - Presented by atidan june...Latest Microsoft Azure Solutions and Announcements - Presented by atidan june...
Latest Microsoft Azure Solutions and Announcements - Presented by atidan june...
David J Rosenthal
 

La actualidad más candente (20)

Enter The Matrix Securing Azure’s Assets
Enter The Matrix Securing Azure’s AssetsEnter The Matrix Securing Azure’s Assets
Enter The Matrix Securing Azure’s Assets
 
Latest Microsoft Azure Solutions and Announcements - Presented by atidan june...
Latest Microsoft Azure Solutions and Announcements - Presented by atidan june...Latest Microsoft Azure Solutions and Announcements - Presented by atidan june...
Latest Microsoft Azure Solutions and Announcements - Presented by atidan june...
 
WinDays15 - RemoteApp
WinDays15 - RemoteAppWinDays15 - RemoteApp
WinDays15 - RemoteApp
 
Migrate to WVD and Beyond
Migrate to WVD and BeyondMigrate to WVD and Beyond
Migrate to WVD and Beyond
 
Azure Service Fabric Overview
Azure Service Fabric OverviewAzure Service Fabric Overview
Azure Service Fabric Overview
 
Application Streaming is dead. A smart way to choose an alternative
Application Streaming is dead. A smart way to choose an alternativeApplication Streaming is dead. A smart way to choose an alternative
Application Streaming is dead. A smart way to choose an alternative
 
Microsoft cloud stack
Microsoft cloud stackMicrosoft cloud stack
Microsoft cloud stack
 
VMware 2015: Next Horizon for Cloud Networking and Security
VMware 2015: Next Horizon for Cloud Networking and SecurityVMware 2015: Next Horizon for Cloud Networking and Security
VMware 2015: Next Horizon for Cloud Networking and Security
 
Azure Networking - The First Technical Challenge
Azure Networking  - The First Technical ChallengeAzure Networking  - The First Technical Challenge
Azure Networking - The First Technical Challenge
 
IBM Cloud SoftLayer Introduction & Hands-on 2016
IBM Cloud SoftLayer Introduction & Hands-on 2016IBM Cloud SoftLayer Introduction & Hands-on 2016
IBM Cloud SoftLayer Introduction & Hands-on 2016
 
Citrix with Microsoft EMS
Citrix with Microsoft EMSCitrix with Microsoft EMS
Citrix with Microsoft EMS
 
Azure IaaS Feb 23 2016 Let's Dev This Cloud
Azure IaaS Feb 23 2016 Let's Dev This CloudAzure IaaS Feb 23 2016 Let's Dev This Cloud
Azure IaaS Feb 23 2016 Let's Dev This Cloud
 
Leostream Webinar - OpenStack VDI and DaaS
Leostream Webinar - OpenStack VDI and DaaSLeostream Webinar - OpenStack VDI and DaaS
Leostream Webinar - OpenStack VDI and DaaS
 
Introduzione al cloud computing e microsoft azure
Introduzione al cloud computing e microsoft azureIntroduzione al cloud computing e microsoft azure
Introduzione al cloud computing e microsoft azure
 
History of Windows Server
History of Windows ServerHistory of Windows Server
History of Windows Server
 
Digitally Transform (And Keep) Your On-Premises File Servers
Digitally Transform (And Keep) Your On-Premises File ServersDigitally Transform (And Keep) Your On-Premises File Servers
Digitally Transform (And Keep) Your On-Premises File Servers
 
Simplifier le deploiement d'applications dans le nuage hybride
Simplifier le deploiement d'applications dans le nuage hybrideSimplifier le deploiement d'applications dans le nuage hybride
Simplifier le deploiement d'applications dans le nuage hybride
 
SoftLayer at IBM Company [March 2016] - Ignacio Daza
SoftLayer at IBM Company [March 2016]   - Ignacio DazaSoftLayer at IBM Company [March 2016]   - Ignacio Daza
SoftLayer at IBM Company [March 2016] - Ignacio Daza
 
Highlights of OpenStack Mitaka and the OpenStack Summit
Highlights of OpenStack Mitaka and the OpenStack SummitHighlights of OpenStack Mitaka and the OpenStack Summit
Highlights of OpenStack Mitaka and the OpenStack Summit
 
Connect your datacenter to Microsoft Azure
Connect your datacenter to Microsoft AzureConnect your datacenter to Microsoft Azure
Connect your datacenter to Microsoft Azure
 

Similar a Microsoft Azure : Hey ITPRo's Meet Azure .. .again!

Microsoft Windows Server 2012 R2 Overview - Presented by Atidan
Microsoft Windows Server 2012 R2 Overview - Presented by AtidanMicrosoft Windows Server 2012 R2 Overview - Presented by Atidan
Microsoft Windows Server 2012 R2 Overview - Presented by Atidan
David J Rosenthal
 
Windows Server 2012 R2 Jump Start - Intro
Windows Server 2012 R2 Jump Start - IntroWindows Server 2012 R2 Jump Start - Intro
Windows Server 2012 R2 Jump Start - Intro
Paulo Freitas
 
Java/Scala Lab: Anton Vidishchev - Microsoft Azure как облачная платформа для...
Java/Scala Lab: Anton Vidishchev - Microsoft Azure как облачная платформа для...Java/Scala Lab: Anton Vidishchev - Microsoft Azure как облачная платформа для...
Java/Scala Lab: Anton Vidishchev - Microsoft Azure как облачная платформа для...
GeeksLab Odessa
 

Similar a Microsoft Azure : Hey ITPRo's Meet Azure .. .again! (20)

Lumagate Microsoft Azure RemoteApp Webinar
Lumagate Microsoft Azure RemoteApp WebinarLumagate Microsoft Azure RemoteApp Webinar
Lumagate Microsoft Azure RemoteApp Webinar
 
J2D - Azure RemoteApp Overview
J2D - Azure RemoteApp OverviewJ2D - Azure RemoteApp Overview
J2D - Azure RemoteApp Overview
 
Windows Server 2003 End-of-Service: A Comprehensive, Market-Shifting Opportunity
Windows Server 2003 End-of-Service: A Comprehensive, Market-Shifting OpportunityWindows Server 2003 End-of-Service: A Comprehensive, Market-Shifting Opportunity
Windows Server 2003 End-of-Service: A Comprehensive, Market-Shifting Opportunity
 
London .NET Developers Azure Camp Keynote
London .NET Developers Azure Camp KeynoteLondon .NET Developers Azure Camp Keynote
London .NET Developers Azure Camp Keynote
 
Building Azure RemoteApp - Microsoft Campus Days 2014
Building Azure RemoteApp - Microsoft Campus Days 2014Building Azure RemoteApp - Microsoft Campus Days 2014
Building Azure RemoteApp - Microsoft Campus Days 2014
 
20170209 dev day-websites_vs_cloudservices_vsservicefabric_scenarios
20170209 dev day-websites_vs_cloudservices_vsservicefabric_scenarios20170209 dev day-websites_vs_cloudservices_vsservicefabric_scenarios
20170209 dev day-websites_vs_cloudservices_vsservicefabric_scenarios
 
SCCM on Microsoft Azure
SCCM on Microsoft AzureSCCM on Microsoft Azure
SCCM on Microsoft Azure
 
6 Ways to Get More From Your Azure
6 Ways to Get More From Your Azure6 Ways to Get More From Your Azure
6 Ways to Get More From Your Azure
 
2015: The Year Hybrid Cloud Goes Mainstream
2015: The Year Hybrid Cloud Goes Mainstream2015: The Year Hybrid Cloud Goes Mainstream
2015: The Year Hybrid Cloud Goes Mainstream
 
6 Ways to Get More From Your Azure
6 Ways to Get More From Your Azure6 Ways to Get More From Your Azure
6 Ways to Get More From Your Azure
 
Microsoft Windows Server 2012 R2 Overview - Presented by Atidan
Microsoft Windows Server 2012 R2 Overview - Presented by AtidanMicrosoft Windows Server 2012 R2 Overview - Presented by Atidan
Microsoft Windows Server 2012 R2 Overview - Presented by Atidan
 
Azure Cloud Dev Camp - Introduction
Azure Cloud Dev Camp - IntroductionAzure Cloud Dev Camp - Introduction
Azure Cloud Dev Camp - Introduction
 
Windows Server 2012 R2 Jump Start - Intro
Windows Server 2012 R2 Jump Start - IntroWindows Server 2012 R2 Jump Start - Intro
Windows Server 2012 R2 Jump Start - Intro
 
Azure Site Recovery Bootcamp
Azure Site Recovery BootcampAzure Site Recovery Bootcamp
Azure Site Recovery Bootcamp
 
Microsoft-Azure-Overvi2222222222222ew.pptx
Microsoft-Azure-Overvi2222222222222ew.pptxMicrosoft-Azure-Overvi2222222222222ew.pptx
Microsoft-Azure-Overvi2222222222222ew.pptx
 
Microsoft Azure catch-up
Microsoft Azure catch-upMicrosoft Azure catch-up
Microsoft Azure catch-up
 
windows server 2012 R2
windows server 2012 R2windows server 2012 R2
windows server 2012 R2
 
Windows Azure for IT Pros
Windows Azure for IT ProsWindows Azure for IT Pros
Windows Azure for IT Pros
 
Java/Scala Lab: Anton Vidishchev - Microsoft Azure как облачная платформа для...
Java/Scala Lab: Anton Vidishchev - Microsoft Azure как облачная платформа для...Java/Scala Lab: Anton Vidishchev - Microsoft Azure как облачная платформа для...
Java/Scala Lab: Anton Vidishchev - Microsoft Azure как облачная платформа для...
 
Microsoft Azure webcast - MSP Egypt
Microsoft Azure webcast -  MSP EgyptMicrosoft Azure webcast -  MSP Egypt
Microsoft Azure webcast - MSP Egypt
 

Más de Mike Martin

Windows Azure through the eyes of an it pro
Windows Azure through the eyes of an it proWindows Azure through the eyes of an it pro
Windows Azure through the eyes of an it pro
Mike Martin
 

Más de Mike Martin (14)

Techdays SE 2016 - Micros.. err Microcosmos
Techdays SE 2016 - Micros.. err MicrocosmosTechdays SE 2016 - Micros.. err Microcosmos
Techdays SE 2016 - Micros.. err Microcosmos
 
The Azure API-ness Factory
The Azure API-ness FactoryThe Azure API-ness Factory
The Azure API-ness Factory
 
TechORama : The Toolshed: Inside Windows Azure Tools : Monaco and other tooli...
TechORama : The Toolshed: Inside Windows Azure Tools : Monaco and other tooli...TechORama : The Toolshed: Inside Windows Azure Tools : Monaco and other tooli...
TechORama : The Toolshed: Inside Windows Azure Tools : Monaco and other tooli...
 
Lights, Camera, Action - Windows Azure Media Services on the Loose - the Azug...
Lights, Camera, Action - Windows Azure Media Services on the Loose - the Azug...Lights, Camera, Action - Windows Azure Media Services on the Loose - the Azug...
Lights, Camera, Action - Windows Azure Media Services on the Loose - the Azug...
 
Protecting your online and on premises assets “Cloud Style”
Protecting your online and on premises assets “Cloud Style”Protecting your online and on premises assets “Cloud Style”
Protecting your online and on premises assets “Cloud Style”
 
Windows Azure Visual Studio "Monaco"", Because it’s mundane
Windows Azure Visual Studio "Monaco"", Because it’s mundaneWindows Azure Visual Studio "Monaco"", Because it’s mundane
Windows Azure Visual Studio "Monaco"", Because it’s mundane
 
1 … 2 … Cloud: Welcome to the Sharks with freaking lasers, a Windows Azure ov...
1 … 2 … Cloud: Welcome to the Sharks with freaking lasers, a Windows Azure ov...1 … 2 … Cloud: Welcome to the Sharks with freaking lasers, a Windows Azure ov...
1 … 2 … Cloud: Welcome to the Sharks with freaking lasers, a Windows Azure ov...
 
Windows Azure through the eyes of an it pro
Windows Azure through the eyes of an it proWindows Azure through the eyes of an it pro
Windows Azure through the eyes of an it pro
 
Windows Azure IaaS and Hybrid
Windows Azure IaaS and HybridWindows Azure IaaS and Hybrid
Windows Azure IaaS and Hybrid
 
Windows Azure IaaS and Hybrid, a customer tale
Windows Azure IaaS and Hybrid, a customer taleWindows Azure IaaS and Hybrid, a customer tale
Windows Azure IaaS and Hybrid, a customer tale
 
Azure conf mm_wa_mese_ol
Azure conf mm_wa_mese_olAzure conf mm_wa_mese_ol
Azure conf mm_wa_mese_ol
 
Windows azure virtuallyspeaking_ol
Windows azure virtuallyspeaking_olWindows azure virtuallyspeaking_ol
Windows azure virtuallyspeaking_ol
 
Belgian Windows Server 2012 Launch windows azure insights for the enterprise ...
Belgian Windows Server 2012 Launch windows azure insights for the enterprise ...Belgian Windows Server 2012 Launch windows azure insights for the enterprise ...
Belgian Windows Server 2012 Launch windows azure insights for the enterprise ...
 
SQLUG event: An evening in the cloud: the old, the new and the big
 SQLUG event: An evening in the cloud: the old, the new and the big  SQLUG event: An evening in the cloud: the old, the new and the big
SQLUG event: An evening in the cloud: the old, the new and the big
 

Último

Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
vu2urc
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
Earley Information Science
 

Último (20)

Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Evaluating the top large language models.pdf
Evaluating the top large language models.pdfEvaluating the top large language models.pdf
Evaluating the top large language models.pdf
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
Tech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfTech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdf
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 

Microsoft Azure : Hey ITPRo's Meet Azure .. .again!

  • 1. IT Pros: Meet Azure... again! Kristof Rennen Mike Martin
  • 2.
  • 3. Mike Martin Who Am I View more tips on my blog http://techmike2kx.wordpress.com Crosspoint Solutions Where I Work Architect, Windows Azure MVP, MEET, Insider What I Do @Techmike2kx Mike.Martin@csps.be Where To Find Me
  • 4. Who am I? Kristof Rennen Solution Architect Cloud & Mobile at Cronos Microsoft Most Valuable Professional Microsoft Extended Experts Team Member Windows Azure vTSP & Insider / Mobile Services Advisor Member of Azug, the Belgian Windows Azure User Group @kristofrennen contact@kristofrennen.be
  • 5. The Azure platform Microsoft Cloud infrastructure Programming languages + tools PowerShell, TFS + Git, Eclipse, .NET, Java, NodeJS, PHP, Python, Ruby
  • 8.
  • 9.
  • 10.
  • 11.
  • 12.
  • 14.
  • 15.
  • 16.
  • 17. MSDN Offer for Dev and Test Windows SQL Server and BizTalk Special Images BASIC VM Sizes for Dev, Test and Prod Best value VMs BYOLB and BYOAutoScale BASIC.A1 $152.92 / year (8x5 work) $91.52 / year (8x5 and MSDN)
  • 19. Agent
  • 20.
  • 21.
  • 22. PowerShell Desired State Config Use DSC to drive configuration PowerShell OneGet Finds and installs software packages Chocolatey community repository
  • 23. configuration Main { Import-DscResource -Module xWebAdministration # Install the IIS role WindowsFeature IIS { Ensure = "Present" Name = "Web-Server" } # Install the ASP .NET 4.5 role WindowsFeature AspNet45 { Ensure = "Present" Name = "Web-Asp-Net45" } . . . . . . . . # Create a new website xWebsite BakeryWebSite { Ensure = "Present" Name = "FourthCoffee" State = "Started" PhysicalPath = "C:inetpubFourthCoffee" DependsOn = "[File]WebContent" } } Configuration BootStrapper Azure Blob CLIENT
  • 25.
  • 26.
  • 27.
  • 28.
  • 29. VM Image Captures all disks attached Best effort disk consistency Re-deploy as a new VM Sysprep and non-Sysprep OS Images (legacy) Data Log
  • 30.
  • 31. External Load Balancer Customer Network Customer on premises Back end Front end Internet Microsoft Azure Public VIP Microsoft Virtual Machine Converter 2.0 Azure Server VMDK Server
  • 32. Name Virtual cores RAM A8 8 56 GB A9 16 112 GB
  • 34.
  • 35.
  • 36. Access control Bitlocker Encryption SQL Data Encryption (TDE) TrendMicro SecureCloud Afore Solutions Operation Audit
  • 37.
  • 38. Transform the Datacenter Orchestrated disaster recovery to a second site Microsoft Azure Hyper-V Recovery Manager Communication Channel Replication channel: Hyper-V Replica Primary Site Windows Server Recovery Site Windows Server
  • 39. Communication and Replication Microsoft Azure Site Recovery Transform the datacenter Orchestrated disaster recovery to a second site or to Azure Communication Channel Replication channel: Hyper-V Replica Primary Site Windows Server Recovery Site Windows Server Microsoft Azure Site Recovery Primary Site Windows Server Key features include: Automated VM protection and replication Remote health monitoring Customizable recovery plans No-impact recovery plan testing Orchestrated recovery when needed
  • 40. Networking • VNet-to-VNet Connectivity • IP Reservation for VIPs • Instance Level Public IP • Internal Load-balancing
  • 41. VNet-to-VNet Connectivity Before Connect through Crop VNet1 West Europe VNet2 North Europe Contoso HQ After Direct VNet-to-VNet
  • 42. IP Reservation for VIPs & Instance Level Public IP VM1 VM2 Cloud Service - 1 VM3 VM4 Cloud Service - 2 LB IP: A.B.C.D 1 1 2 2
  • 43. External Load Balancer Customer NetworkInternal Load Balancer Customer on premises Back end Front end Internet Microsoft Azure Internal VIPPublic VIP
  • 44.
  • 45.
  • 46. Hybrid: Networking • Express Route GA • Multiple Site-to-Site VPN
  • 48. Multiple Site-to-Site VPN Hybrid: Networking Contoso NorthAm HQ (10.0.0.0/16) Contoso East Asia (10.3.0.0/16) Connect to multiple on-premises locations
  • 49. Azure Files Azure VM SMB 2.1 The Azure Storage System (3 copies) Shared Settings, Diagnostic Share Lift and Shift Applications Azure VM Azure VM Azure Files
  • 50.
  • 51.
  • 52. RemoteApp Cloud Deployment • Office 2013 ProPlus preinstalled • Rapid provisioning: apps quickly available • Automatic maintenance: OS and apps always up-to-date, Microsoft anti-malware • Users can logon with Microsoft Account or with corporate credentials federated with Azure AD RemoteApp Hybrid Deployment • Apps, OS and settings are fully customizable • IT can manage template images and apply updates via Azure Portal • Full access to on-premises network • User logon with corporate credentials federated with Azure AD Server 2012 R2 Session Virtualization Dynamic Scalability Global presence High Fidelity with RDP Secure, WAN-ready connectivity Clients for Windows, Mac, iOS, Android
  • 53. 5 RemoteApp Service Pre-built template image Automatically maintained Published Apps Session Host … Session Host Session Host Elastic Runtime Persistent user data (50GB per user) Microsoft Account Azure Active Directory On-premises Network Windows Server Active Directory DirSync (optional) RDP Identity Options Authentication
  • 54. Hybrid Cloud Deployment • Core technology: Azure Virtual Networking with Site-to-Site VPN • RemoteApp Virtual Networks build on Azure networking to seamlessly access on-premises resources • Core technology: Azure Active Directory with DirSync • RemoteApp leverages Azure AD to control user access and enable Single Sign-On • Core technology: Windows Server Active Directory on-premises • RemoteApp hybrid resources are domain-joined and conform to on- premises policies
  • 55. Cloud Deployment: Automatically maintained Latest OS and application updates rolled out on an ongoing basis Always the latest Microsoft Office 2013 ProPlus Hybrid Deployment: Updates under IT Control Ongoing updates: Running RDSH VMs can be updated with GP, WSUS, SC, and other management tools from on-premises. Image-based updates: You can upload a new template image and apply it to a RemoteApp service instance. Update will be rolled out automatically. Patching and Updates
  • 56. Cloud Deployment: Automatically maintained Latest OS and application updates rolled out on an ongoing basis Always the latest Microsoft Office 2013 ProPlus Hybrid Deployment: Updates under IT Control Ongoing updates: Running RDSH VMs can be updated with GP, WSUS, SC, and other management tools from on-premises. Image-based updates: You can upload a new template image and apply it to a RemoteApp service instance. Update will be rolled out automatically. Patching and Updates
  • 57. 6 2 RemoteApp Service Session Host … Session Host Session Host Elastic Runtime Persistent user data (50GB per user) Azure Active Directory RDP Authentication Custom template image Maintained via Azure Portal Corporate Apps Published Apps On-premises Network Windows Server Active Directory Azure VPN Domain Joined Subject to IT policy via GP, System Center, or other enterprise management tools DirSync
  • 58. RemoteApp Cloud Deployment • Windows apps from Microsoft as a turn-key, scalable, globally available service RemoteApp Hybrid Deployment • Your corporate apps as a service that can be access from anywhere Server 2012 R2 Session Virtualization Dynamic Scalability Global presence High Fidelity with RDP Secure, WAN-ready connectivity Clients for Windows, Mac, iOS, Android
  • 59. FeaturesPrice (per user) Free during preview Window Server version Windows Server 2012 R2 Remoting Protocol RDP 8.1 Microsoft Office Professional Plus 2013  Bring your own applications  Device platforms Windows 7/8.x, iOS, Android Coming soon: Windows Phone, Windows RT, Mac OS X Microsoft Account support  Federated Identity with Active Directory  Integration with On-Premises IT Infrastructure  Storage (per user) 50 GB Initial capacity at preview 20 users per Azure account. Customers can request additional capacity during the preview. Regions US East, US West, Europe North, Europe West, Asia Pacific East, Asia Pacific Southeast
  • 60. All the latest announcementsGenerally Available • ExpressRoute • Multiple Site-to-Site • In-Region and Cross-Region VNET • Compute-intensive A8 & A9 • IP Reservation for VIPs • Microsoft Azure Import/Export • Azure Managed Cache Service • Traffic Manager External End Points • Azure Store (EA only) • BizTalk Server 2013 R2 launch • Linux distributions phone support • PowerShell Script Deployment • Ecosystem Security • Windows Client in MSDN Preview • Instance level Public IPs • Azure Redis Cache Service • RemoteApp • Internal Loadbalancing • Azure File • Azure API Management • BizTalk Hybrid Connections Coming Soon • Site Recovery
  • 61. And take home the Lumia 1320 Present your feedback form when you exit the last session & go for the drink Give Me Feedback
  • 62. Follow Technet Belgium @technetbelux Subscribe to the TechNet newsletter aka.ms/benews Be the first to know
  • 63. Belgiums’ biggest IT PRO Conference