Azure Community Tour 2019 - AZUGDK

Peter Selch Dahl
Peter Selch DahlCloud Architect @ APENTO em APENTO
The often overlooked gems in Azure AD
Peter Selch Dahl – Azure MVP – I’m ALL Cloud First 
- Azure AD Domain Services, Azure AD App Proxy, Azure AD Managed Service Identity
Microsoft MCSA: Cloud Platform - Certified 2018,
Microsoft MCSA: Office 365 - Certified 2018,
Microsoft MCSE: Cloud Platform and Infrastructure - Certified 2018
Microsoft MCSA: 2016 Windows Server 2016,
Microsoft MCSA: 2012 Windows Server 2012,
Microsoft MCITP: 2008 Server and Enterprise Administrator,
Microsoft MCSA: 2008 Windows Server 2008,
Microsoft MCSA/MCSE : 2003 Security,
Microsoft MCSA/MCSE : 2000 Security,
VMWare Certified Professional VI3/VI4/VI5,
CompTIA A+, Network+,
EC-Council: Certified Ethical Hacker (CEH v7),
And more
Peter Selch Dahl
Freelance Cloud Architect, Azure MVP
Twitter: @PeterSelchDahl
www: www.peterdahl.net
Blog : http://blog.peterdahl.net
Mail : psd@apento.com
• Azure AD Domain Services
• Azure AD App Proxy
• Azure Managed Service Identity
Azure AD Domain Services
…
Contoso’s workloads/apps in Azure IaaS
Virtual network
Managed domain available
in Contoso’s VNet.
Azure Community Tour 2019 - AZUGDK
Azure Community Tour 2019 - AZUGDK
Azure
Subscribe to SaaS
applications
• Switch to using SaaS versions of
the app ex. Office 365
• Leverage Azure AD for SaaS app
management
• SaaS application gallery
• Easy provisioning,
conditional access control
Rewrite existing applications
• Rewrite apps to leverage Azure PaaS
• Leverage Azure AD
• OAuth/OpenID Connect for
modern authz.
• Ubiquitous developer libraries.
• Graph API – modern directory API
‘Lift-and-shift’ on-premises
applications to IaaS
• Move existing legacy ISV/LOB apps
to Azure
• May not have access to source code
or vendor support.
Highly available domain.
Domain controllers are patched automatically.
Secure locked down domain – compliant with
AD deployment best-practices.
Fault resilience of Azure.
Automatic health detection & remediation.
Automatic backups for disaster recovery.
No need to monitor replication to DCs.
…
Users, group memberships and passwords are synced from your Azure AD tenant.
Simple to deploy
• Cloud-only directories – no additional sync/replication software needed!
• Federated/synced directories – simply leverage your existing Azure AD Connect deployment.
Automatic background sync
to your managed domain
Sync users, groups, passwords,
SIDs to Azure AD
…
Contoso’s workloads/apps in Azure IaaS
Virtual network
Managed domain available
in your Azure VNet.
Azure AD
Connect
Automatic background sync
to your managed domain
Azure Community Tour 2019 - AZUGDK
Microsoft Identity: Bridging the GAP
FEBRUARY 10, 2019
@EWUGDK
13
Intune
Windows Server
Active Directory
Microsoft Azure
Active Directory
SSO
Token
OneDrive Office 365
Dynamics
Kerberos
TicketPRT
TGT
Azure Community Tour 2019 - AZUGDK
Azure AD Join Azure AD Domain Services
Authentication OAuth/OpenID Connect Kerberos, NTLM
Management
Mobile Device Management (MDM)
software like Intune
Group Policy
Networking
considerations
Works over the internet
• Requires machines to be on the
same virtual network as the
managed domain.
• Can use virtual network peering or
site-to-site VPNs to extend
connectivity.
Great for … Windows 10 devices
Server virtual machines deployed in
Azure
…
Contoso’s workloads/apps in Azure IaaS
Virtual network
• Domain-join your Azure IaaS virtual machines – Windows
Server and Linux
• Use your corporate credentials to log-in to VMs
• No need for local administrator accounts
• Use Group Policy (built-in GPO for computers container) to
manage & secure domain joined VMs.
https://docs.microsoft.com/en-
us/azure/active-directory-domain-services/active-
directory-ds-admin-guide-administer-group-policy
• Lift-and-shift IWA apps/websites to Azure IaaS VMs joined to AAD-DS domain.
• Deploy App Proxy connectors on Azure IaaS VMs joined to AAD-DS domain.
• Modernize app by delivering MFA & conditional access control.
• Use resource-based KCD to enable connectors to authenticate users.
…
App proxy connectors
Access in context of
user
Feature Azure AD Domain Services 'Do-it-yourself' AD in Azure VMs
Managed service Yes No
Secured & locked-down deployment Yes Needs to be secured
DNS server Yes (managed service) Yes
Domain or Enterprise administrator privileges No Yes
Domain join Yes Yes
Domain authentication using NTLM and Kerberos Yes Yes
Custom OU structure Yes Yes
Schema extensions No Yes
AD domain/forest trusts No Yes
LDAP read Yes Yes
Secure LDAP (LDAPS) Yes Yes
LDAP write No Yes
Group Policy Yes Yes
Geo-dispersed deployments No Yes
More information: https://azure.microsoft.com/en-us/documentation/articles/active-directory-ds-comparison
Azure AD Application Proxy
Microsoft Web Application Proxy Solutions
Conditional
Access
Web Application Proxy
 Microsoft Azure AD Proxy
 Part of the Azure AD Premium
Conditional Access Scenarios
Remote Access as a Service
 Easy to deploy and operate: minimal on-prem footprint
 Secure remote access to business applications with zero DMZ on-prem infrastructure deployment and no
network infrastructure change.
 Deep integration with Azure Active Directory
 Richness of AAD capabilities and experiences: IW access panel discovery and SSO, central application
management across SaaS and on-prem, machine learning traffic analysis, multifactor authentication, analytics
and reporting.
 Available for AAD Premium customers.
 More secure to the business: pre-DMZ protection
 All security verifications are outside of the organization premises done in cloud scale.
 DDoS attacks will not influence your business.
How it works
On-Premises Network
Expense
App
Benefits
App
Connector
Connector
Microsoft
Azure
Azure AD Application
Proxy Service
Request/Response
Queue
https://benefits-contoso.cwap.net
Remote Access as a Service
 Connectors are deployed on
corpnet
 Multiple connectors can be
deployed for redundancy and scale
 The connector auto connects to the
cloud service
 User connects to the cloud service
that routes their traffic to the
resources via the connectors
Azure Active Directory
Corporate
Network
DMZ
https://intranet-name.msappproxy.com
http://intranet
Traditional Remote Access – VPN/ Reverse Proxy
 Not a real security boundary, customer
have low level access to resources. A
trust on the device is implied.
 Requires client installation &
configuration
 Support legacy client/server apps
 Usually hardware based deployment
 Need to be deployed on DMZ usually
multi-site
Corporate
Network
DMZ
Managed identities for Azure resources
Protect your keys and secrets!
Protect your keys and secrets!
In-code passwords Azure KeyVault MSI 
BAD Better BEST
Managed identities for Azure resources
 Automatically managed service principals in Azure Active Directory, exclusively dedicated
for Azure services instances.
 They enable Azure workloads to authenticate to cloud services*, without needing
credentials in code.
Analogy
Keys
Built-in garage door opener
Hand-held garage door
opener
Virtual Machine
App Services
Functions
Etc.
Azure Storage, Key Vault,
Resource Manager, etc.
Keys
SAS Keys, username and
password, etc.
Built-in garage door opener
System assigned
managed identity
Hand-held garage door
opener
User assigned
managed identity
One resourceShared between
multiple resource
The bigger picture…
Application / script
Azure Active Directory
MSI Endpoint / Id Object
Azure VM, App Service, Function, etc.
Get token
The bigger picture…
Managed identity provisioning (ExampleusingVM)
1. Azure Resource Manager is the
orchestrator. Supported via: Portal, PowerShell,
CLI, Template, REST and Azure SDKs.
2. Service Principal gets created in Azure
AD. These are treated as special service
principals, which belong to a Managed Identity.
3. Service Principal details are given to
Compute Resource Provider. Resource is
created/updated with the identity details.
4. Managed Identity (service principal) can
be granted permissions via RBAC.
5. Code running inside the VM can request
tokens via IMDS.
6. Managed Identity sub-system requests
the actual token from Azure AD.
The bigger picture…
Access patterns using managed identities
1. Services that support Azure AD authentication
 Azure Resource Manager
 Azure Key Vault
 Azure Data Lake
 Azure SQL
 Azure Event Hubs
 Azure Service Bus
 Azure Storage
 Azure AD Graph API
2. Services that depend on Access Keys for authentication
 Access keys stored in: Azure Key Vault or Azure Resource Manager
T: +45 82 32 32 32
F: +45 82 32 32 22
M: info@proactive.dk
W: www.proactive.dk
A shift in IT focus…..
NAC at a glance
10-02-2019
Insert text in footer
39
We are the world’s largest regional aircraft leasing company
Global Leader in
Regional Aircraft
Leasing and Financing.
Focus on larger
regional aircraft (70-130
seat segment)
518 70+
70 customers in 47
countries. Global
presence and diversified
client base
21years
Long track record of
consistent and profitable
growth. Consistently
achieve high levels of
profitability and ROE
BBB+
Investment Grade
Rating by Kroll Rating
Agency
Value of owned aircraft.
Leading Lessor with
ATR, Bombardier and
Embraer
7.8bn
Employees Globally
250+
Ejet af danmarks 7 rigeste, EQT og KIRKBI (LEGO Group)
Azure Hybrid infrastructure at NAC before transition
Hyper-V High-Availability & Resiliency
Primary site
DirectAccess virtual machine
Service Manager virtual
machine
Exchange virtual machine
Shamrock virtual machine
Exchange
replica
virtual
machine
Shamrock
replica
virtual
machine
Replicate over
LAN link
SAN
Send/receive
replica traffic
SAN
R1 R2
P1 P2
Replica site
Nordic Aviation Capital was one of the first companies in Denmark to establish a Microsoft hybrid cloud setup
between the datacenter in Billund, Jutland in the summer of 2014. The goal was to bring the servers closer to the
end-users and reduce latency.
• Running a classic Microsoft Windows 2012 R2
Hyper-V HA setup
• Using System Center 2012 R2:
• Service Manager
• Configuration Manager
• Operations Manager
• Virtual Machine Manager
• Microsoft DirectAccess Multi-site setup
• Microsoft Distributed File System (DFS-R)
• Microsoft SQL servers
• Applications servers
More than 70+ servers in Azure & On-prem
Before the cloud native transition to Microsoft
Nordic Aviation Capital was one of the first companies in Denmark to establish a Microsoft hybrid cloud setup
between the datacenter in Billund, Jutland in the summer of 2014. The goal was to bring the servers closer to the
end-users and reduce latency.
Microsoft case story
Azure Datacenters used in hybrid:
• East US
• North Europe
• South East Asia
Main datacenter in Billund, Jutland
Case: https://www.slideshare.net/PeterDahl/customer-story-nac-the-journey-from-microsoft-hybrid-cloud-to-microsoft-native-cloud
After the completed transition to Microsoft Azure
Some of the SaaS applications used today.
After the completed transition to Microsoft Azure
Billund Toronto Ireland Fort Lauderdale SingaporeOpen AP / Roaming
Azure AD DS
(Legacy services)
ShamrockLaserNet OCR
3.Party SaaS
(Printix, PeopleHR, etc.)
Azure Active Directory / Azure Conditional Access
Simplified network design, distributed cloud services and a lot of happy users.
A shift in IT focus…..Improving business productivity
1 de 44

Recomendados

Global Azure Bootcamp 2019 - Aarhus por
Global Azure Bootcamp 2019 - AarhusGlobal Azure Bootcamp 2019 - Aarhus
Global Azure Bootcamp 2019 - AarhusPeter Selch Dahl
80 visualizações8 slides
Microsoft Azure - Introduction por
Microsoft Azure - IntroductionMicrosoft Azure - Introduction
Microsoft Azure - IntroductionPranav Ainavolu
522 visualizações23 slides
Stackato por
StackatoStackato
StackatoJonas Brømsø
5K visualizações129 slides
The Cloud promises - Global Azure Bootcamp Paris 2019 por
The Cloud promises - Global Azure Bootcamp Paris 2019The Cloud promises - Global Azure Bootcamp Paris 2019
The Cloud promises - Global Azure Bootcamp Paris 2019Alex Danvy
403 visualizações34 slides
03_Overview of Azure AI and How to Use It Today_GAB2019 por
03_Overview of Azure AI and How to Use It Today_GAB201903_Overview of Azure AI and How to Use It Today_GAB2019
03_Overview of Azure AI and How to Use It Today_GAB2019Kumton Suttiraksiri
600 visualizações33 slides
Managing Azure Components Using Azure PowerShell por
Managing Azure Components Using Azure PowerShellManaging Azure Components Using Azure PowerShell
Managing Azure Components Using Azure PowerShellNitesh Luharuka
328 visualizações17 slides

Mais conteúdo relacionado

Mais procurados

Azure Big Picture por
Azure Big PictureAzure Big Picture
Azure Big PictureAzure Riyadh User Group
349 visualizações38 slides
Microsoft Azure por
Microsoft AzureMicrosoft Azure
Microsoft AzureAi Sha
51 visualizações33 slides
June 2021 Microsoft 365 Need to Know Webinar por
June 2021 Microsoft 365 Need to Know WebinarJune 2021 Microsoft 365 Need to Know Webinar
June 2021 Microsoft 365 Need to Know WebinarRobert Crane
744 visualizações24 slides
SERVERLESS MIDDLEWARE IN AZURE FUNCTIONS por
SERVERLESS MIDDLEWARE IN AZURE FUNCTIONSSERVERLESS MIDDLEWARE IN AZURE FUNCTIONS
SERVERLESS MIDDLEWARE IN AZURE FUNCTIONSCodeOps Technologies LLP
2.8K visualizações33 slides
Sitecore User Group - JSS & GraphQL por
Sitecore User Group - JSS & GraphQLSitecore User Group - JSS & GraphQL
Sitecore User Group - JSS & GraphQLThom Puiman
426 visualizações29 slides
Best practices deploying Sitecore to Microsoft Azure por
Best practices deploying Sitecore to Microsoft AzureBest practices deploying Sitecore to Microsoft Azure
Best practices deploying Sitecore to Microsoft AzureThom Puiman
1.5K visualizações26 slides

Mais procurados(20)

Microsoft Azure por Ai Sha
Microsoft AzureMicrosoft Azure
Microsoft Azure
Ai Sha51 visualizações
June 2021 Microsoft 365 Need to Know Webinar por Robert Crane
June 2021 Microsoft 365 Need to Know WebinarJune 2021 Microsoft 365 Need to Know Webinar
June 2021 Microsoft 365 Need to Know Webinar
Robert Crane744 visualizações
SERVERLESS MIDDLEWARE IN AZURE FUNCTIONS por CodeOps Technologies LLP
SERVERLESS MIDDLEWARE IN AZURE FUNCTIONSSERVERLESS MIDDLEWARE IN AZURE FUNCTIONS
SERVERLESS MIDDLEWARE IN AZURE FUNCTIONS
CodeOps Technologies LLP2.8K visualizações
Sitecore User Group - JSS & GraphQL por Thom Puiman
Sitecore User Group - JSS & GraphQLSitecore User Group - JSS & GraphQL
Sitecore User Group - JSS & GraphQL
Thom Puiman426 visualizações
Best practices deploying Sitecore to Microsoft Azure por Thom Puiman
Best practices deploying Sitecore to Microsoft AzureBest practices deploying Sitecore to Microsoft Azure
Best practices deploying Sitecore to Microsoft Azure
Thom Puiman1.5K visualizações
Building a Real-Time IoT monitoring application with Azure por Davide Mauri
Building a Real-Time IoT monitoring application with AzureBuilding a Real-Time IoT monitoring application with Azure
Building a Real-Time IoT monitoring application with Azure
Davide Mauri1.8K visualizações
Microsoft TechSummit - Deploy your Solution to IaaS and PaaS with VSTS and Az... por Davide Benvegnù
Microsoft TechSummit - Deploy your Solution to IaaS and PaaS with VSTS and Az...Microsoft TechSummit - Deploy your Solution to IaaS and PaaS with VSTS and Az...
Microsoft TechSummit - Deploy your Solution to IaaS and PaaS with VSTS and Az...
Davide Benvegnù848 visualizações
O365Con18 - A Lap Around Monitoring, Auditing and Securing Microsoft Azure - ... por NCCOMMS
O365Con18 - A Lap Around Monitoring, Auditing and Securing Microsoft Azure - ...O365Con18 - A Lap Around Monitoring, Auditing and Securing Microsoft Azure - ...
O365Con18 - A Lap Around Monitoring, Auditing and Securing Microsoft Azure - ...
NCCOMMS103 visualizações
Azure Web Apps Advanced Security por Udaiappa Ramachandran
Azure Web Apps Advanced SecurityAzure Web Apps Advanced Security
Azure Web Apps Advanced Security
Udaiappa Ramachandran666 visualizações
Microsoft Azure News - May 2021 por Daniel Toomey
Microsoft Azure News - May 2021Microsoft Azure News - May 2021
Microsoft Azure News - May 2021
Daniel Toomey114 visualizações
Azure Sydney 2015 BootCamp Architecture Presentation por Aaron Saikovski
Azure Sydney 2015 BootCamp Architecture PresentationAzure Sydney 2015 BootCamp Architecture Presentation
Azure Sydney 2015 BootCamp Architecture Presentation
Aaron Saikovski1.1K visualizações
Azure for AWS & GCP Pros: Which Azure services to use? por Daniel Zivkovic
Azure for AWS & GCP Pros: Which Azure services to use?Azure for AWS & GCP Pros: Which Azure services to use?
Azure for AWS & GCP Pros: Which Azure services to use?
Daniel Zivkovic131 visualizações
Power Platform24: Essential Azure for Dynamics 365 Professionals por Ali Khan
Power Platform24: Essential Azure for Dynamics 365 ProfessionalsPower Platform24: Essential Azure for Dynamics 365 Professionals
Power Platform24: Essential Azure for Dynamics 365 Professionals
Ali Khan355 visualizações
SpringPeople Introduction to Agile and Scrum por SpringPeople
SpringPeople Introduction to Agile and ScrumSpringPeople Introduction to Agile and Scrum
SpringPeople Introduction to Agile and Scrum
SpringPeople3K visualizações
Microsoft Azure News - December 2020 por Daniel Toomey
Microsoft Azure News - December 2020Microsoft Azure News - December 2020
Microsoft Azure News - December 2020
Daniel Toomey132 visualizações
Azure Pipeline in salsa yaml por Gian Maria Ricci
Azure Pipeline in salsa yamlAzure Pipeline in salsa yaml
Azure Pipeline in salsa yaml
Gian Maria Ricci190 visualizações
Continuously deploy a containerized app to “Azure App Service” por Seven Peaks Speaks
Continuously deploy a containerized app to “Azure App Service”Continuously deploy a containerized app to “Azure App Service”
Continuously deploy a containerized app to “Azure App Service”
Seven Peaks Speaks39 visualizações
Ask the AEM Community Expert Feb 2016 Session: AEM + Brackets por AdobeMarketingCloud
Ask the AEM Community Expert Feb 2016 Session: AEM + BracketsAsk the AEM Community Expert Feb 2016 Session: AEM + Brackets
Ask the AEM Community Expert Feb 2016 Session: AEM + Brackets
AdobeMarketingCloud469 visualizações
Azure Automation and Update Management por Udaiappa Ramachandran
Azure Automation and Update ManagementAzure Automation and Update Management
Azure Automation and Update Management
Udaiappa Ramachandran510 visualizações

Similar a Azure Community Tour 2019 - AZUGDK

Make IT Pro's great again: Microsoft Azure for the SharePoint professional por
Make IT Pro's great again: Microsoft Azure for the SharePoint professionalMake IT Pro's great again: Microsoft Azure for the SharePoint professional
Make IT Pro's great again: Microsoft Azure for the SharePoint professionalBIWUG
220 visualizações46 slides
Análisis de riesgos en Azure y protección de la información por
Análisis de riesgos en Azure y protección de la informaciónAnálisis de riesgos en Azure y protección de la información
Análisis de riesgos en Azure y protección de la informaciónPlain Concepts
510 visualizações49 slides
Introduction to basic governance in Azure - #GABDK por
Introduction to basic governance in Azure - #GABDKIntroduction to basic governance in Azure - #GABDK
Introduction to basic governance in Azure - #GABDKPeter Selch Dahl
556 visualizações38 slides
The Windows Azure Platform (MSDN Events Series) por
The Windows Azure Platform (MSDN Events Series)The Windows Azure Platform (MSDN Events Series)
The Windows Azure Platform (MSDN Events Series)Dave Bost
5.7K visualizações94 slides
What's new in Azure Active Directory and what's coming new ? por
What's new in Azure Active Directory and what's coming new ?What's new in Azure Active Directory and what's coming new ?
What's new in Azure Active Directory and what's coming new ?Vignesh Ganesan I Microsoft MVP
747 visualizações59 slides
O365Con18 - Red Team vs Blue Team - Sasha Kranjac & Mustafa Toroman por
O365Con18 - Red Team vs Blue Team - Sasha Kranjac & Mustafa ToromanO365Con18 - Red Team vs Blue Team - Sasha Kranjac & Mustafa Toroman
O365Con18 - Red Team vs Blue Team - Sasha Kranjac & Mustafa ToromanNCCOMMS
127 visualizações30 slides

Similar a Azure Community Tour 2019 - AZUGDK(20)

Make IT Pro's great again: Microsoft Azure for the SharePoint professional por BIWUG
Make IT Pro's great again: Microsoft Azure for the SharePoint professionalMake IT Pro's great again: Microsoft Azure for the SharePoint professional
Make IT Pro's great again: Microsoft Azure for the SharePoint professional
BIWUG220 visualizações
Análisis de riesgos en Azure y protección de la información por Plain Concepts
Análisis de riesgos en Azure y protección de la informaciónAnálisis de riesgos en Azure y protección de la información
Análisis de riesgos en Azure y protección de la información
Plain Concepts510 visualizações
Introduction to basic governance in Azure - #GABDK por Peter Selch Dahl
Introduction to basic governance in Azure - #GABDKIntroduction to basic governance in Azure - #GABDK
Introduction to basic governance in Azure - #GABDK
Peter Selch Dahl556 visualizações
The Windows Azure Platform (MSDN Events Series) por Dave Bost
The Windows Azure Platform (MSDN Events Series)The Windows Azure Platform (MSDN Events Series)
The Windows Azure Platform (MSDN Events Series)
Dave Bost5.7K visualizações
O365Con18 - Red Team vs Blue Team - Sasha Kranjac & Mustafa Toroman por NCCOMMS
O365Con18 - Red Team vs Blue Team - Sasha Kranjac & Mustafa ToromanO365Con18 - Red Team vs Blue Team - Sasha Kranjac & Mustafa Toroman
O365Con18 - Red Team vs Blue Team - Sasha Kranjac & Mustafa Toroman
NCCOMMS127 visualizações
Data & Analytics ReInvent Recap [AWS Basel Meetup - Jan 2023].pdf por Chris Bingham
Data & Analytics ReInvent Recap [AWS Basel Meetup - Jan 2023].pdfData & Analytics ReInvent Recap [AWS Basel Meetup - Jan 2023].pdf
Data & Analytics ReInvent Recap [AWS Basel Meetup - Jan 2023].pdf
Chris Bingham85 visualizações
Azure Active Directory - An Introduction for Developers por John Garland
Azure Active Directory - An Introduction for DevelopersAzure Active Directory - An Introduction for Developers
Azure Active Directory - An Introduction for Developers
John Garland1.7K visualizações
What is Windows Azure Platform por David Chou
What is Windows Azure PlatformWhat is Windows Azure Platform
What is Windows Azure Platform
David Chou2.2K visualizações
I1 - Securing Office 365 and Microsoft Azure like a rockstar (or like a group... por SPS Paris
I1 - Securing Office 365 and Microsoft Azure like a rockstar (or like a group...I1 - Securing Office 365 and Microsoft Azure like a rockstar (or like a group...
I1 - Securing Office 365 and Microsoft Azure like a rockstar (or like a group...
SPS Paris697 visualizações
Colabora.dk - Azure PTA vs ADFS vs Desktop SSO por Peter Selch Dahl
Colabora.dk - Azure PTA vs ADFS vs Desktop SSOColabora.dk - Azure PTA vs ADFS vs Desktop SSO
Colabora.dk - Azure PTA vs ADFS vs Desktop SSO
Peter Selch Dahl861 visualizações
Azure PTA vs ADFS vs Desktop SSO por CoLaboraDK
Azure PTA vs ADFS vs Desktop SSOAzure PTA vs ADFS vs Desktop SSO
Azure PTA vs ADFS vs Desktop SSO
CoLaboraDK527 visualizações
Connect your datacenter to Microsoft Azure por K.Mohamed Faizal
Connect your datacenter to Microsoft AzureConnect your datacenter to Microsoft Azure
Connect your datacenter to Microsoft Azure
K.Mohamed Faizal3.8K visualizações
Azure Mobile Services Workshop por Eran Stiller
Azure Mobile Services WorkshopAzure Mobile Services Workshop
Azure Mobile Services Workshop
Eran Stiller2.5K visualizações
Wisconsin .NET UG - Windows Azure por Wade Wegner
Wisconsin .NET UG - Windows AzureWisconsin .NET UG - Windows Azure
Wisconsin .NET UG - Windows Azure
Wade Wegner1.6K visualizações
O365con14 - moving from on-premises to online, the road to follow por NCCOMMS
O365con14 - moving from on-premises to online, the road to followO365con14 - moving from on-premises to online, the road to follow
O365con14 - moving from on-premises to online, the road to follow
NCCOMMS1.9K visualizações
Premier Webcast - Identity Management with Windows Azure AD por uberbaum
Premier Webcast - Identity Management with Windows Azure ADPremier Webcast - Identity Management with Windows Azure AD
Premier Webcast - Identity Management with Windows Azure AD
uberbaum1K visualizações
AD Basic and Azure AD.pptx por SumTingWong8
AD Basic and Azure AD.pptxAD Basic and Azure AD.pptx
AD Basic and Azure AD.pptx
SumTingWong84 visualizações
Understanding Azure AD por New Horizons Ireland
Understanding Azure ADUnderstanding Azure AD
Understanding Azure AD
New Horizons Ireland3.9K visualizações

Mais de Peter Selch Dahl

CoLabora March 2022 - Improve security posture by implementing new Azure AD ... por
CoLabora March 2022 -  Improve security posture by implementing new Azure AD ...CoLabora March 2022 -  Improve security posture by implementing new Azure AD ...
CoLabora March 2022 - Improve security posture by implementing new Azure AD ...Peter Selch Dahl
78 visualizações33 slides
EWUG - Something about the Cloud - Unit IT - January 14, 2020 por
EWUG - Something about the Cloud - Unit IT - January 14, 2020EWUG - Something about the Cloud - Unit IT - January 14, 2020
EWUG - Something about the Cloud - Unit IT - January 14, 2020Peter Selch Dahl
248 visualizações28 slides
2018 November - AZUGDK - Azure AD por
2018 November - AZUGDK - Azure AD 2018 November - AZUGDK - Azure AD
2018 November - AZUGDK - Azure AD Peter Selch Dahl
289 visualizações30 slides
Customer story - NAC - The journey from Microsoft hybrid cloud to Microsoft n... por
Customer story - NAC - The journey from Microsoft hybrid cloud to Microsoft n...Customer story - NAC - The journey from Microsoft hybrid cloud to Microsoft n...
Customer story - NAC - The journey from Microsoft hybrid cloud to Microsoft n...Peter Selch Dahl
425 visualizações30 slides
Managing enterprise applications, permissions, and consent in Azure Active Di... por
Managing enterprise applications, permissions, and consent in Azure Active Di...Managing enterprise applications, permissions, and consent in Azure Active Di...
Managing enterprise applications, permissions, and consent in Azure Active Di...Peter Selch Dahl
996 visualizações26 slides
Global Azure Bootcamp 2018 Aarhus Denmark - Kickoff por
Global Azure Bootcamp 2018 Aarhus Denmark - KickoffGlobal Azure Bootcamp 2018 Aarhus Denmark - Kickoff
Global Azure Bootcamp 2018 Aarhus Denmark - KickoffPeter Selch Dahl
106 visualizações9 slides

Mais de Peter Selch Dahl(11)

CoLabora March 2022 - Improve security posture by implementing new Azure AD ... por Peter Selch Dahl
CoLabora March 2022 -  Improve security posture by implementing new Azure AD ...CoLabora March 2022 -  Improve security posture by implementing new Azure AD ...
CoLabora March 2022 - Improve security posture by implementing new Azure AD ...
Peter Selch Dahl78 visualizações
EWUG - Something about the Cloud - Unit IT - January 14, 2020 por Peter Selch Dahl
EWUG - Something about the Cloud - Unit IT - January 14, 2020EWUG - Something about the Cloud - Unit IT - January 14, 2020
EWUG - Something about the Cloud - Unit IT - January 14, 2020
Peter Selch Dahl248 visualizações
2018 November - AZUGDK - Azure AD por Peter Selch Dahl
2018 November - AZUGDK - Azure AD 2018 November - AZUGDK - Azure AD
2018 November - AZUGDK - Azure AD
Peter Selch Dahl289 visualizações
Customer story - NAC - The journey from Microsoft hybrid cloud to Microsoft n... por Peter Selch Dahl
Customer story - NAC - The journey from Microsoft hybrid cloud to Microsoft n...Customer story - NAC - The journey from Microsoft hybrid cloud to Microsoft n...
Customer story - NAC - The journey from Microsoft hybrid cloud to Microsoft n...
Peter Selch Dahl425 visualizações
Managing enterprise applications, permissions, and consent in Azure Active Di... por Peter Selch Dahl
Managing enterprise applications, permissions, and consent in Azure Active Di...Managing enterprise applications, permissions, and consent in Azure Active Di...
Managing enterprise applications, permissions, and consent in Azure Active Di...
Peter Selch Dahl996 visualizações
Global Azure Bootcamp 2018 Aarhus Denmark - Kickoff por Peter Selch Dahl
Global Azure Bootcamp 2018 Aarhus Denmark - KickoffGlobal Azure Bootcamp 2018 Aarhus Denmark - Kickoff
Global Azure Bootcamp 2018 Aarhus Denmark - Kickoff
Peter Selch Dahl106 visualizações
Global azure bootcamp 2018 aarhus denmark - kickoff por Peter Selch Dahl
Global azure bootcamp 2018   aarhus denmark - kickoffGlobal azure bootcamp 2018   aarhus denmark - kickoff
Global azure bootcamp 2018 aarhus denmark - kickoff
Peter Selch Dahl44 visualizações
EWUG 2018 February the journey continues..... por Peter Selch Dahl
EWUG 2018 February   the journey continues.....EWUG 2018 February   the journey continues.....
EWUG 2018 February the journey continues.....
Peter Selch Dahl109 visualizações
EWUG - Bridging the legacy gap in modern workplaces por Peter Selch Dahl
EWUG - Bridging the legacy gap in modern workplacesEWUG - Bridging the legacy gap in modern workplaces
EWUG - Bridging the legacy gap in modern workplaces
Peter Selch Dahl6.4K visualizações
Global Azure Bootcamp 2017 - Aarhus, Denmark - Keynote por Peter Selch Dahl
Global Azure Bootcamp 2017 - Aarhus, Denmark - KeynoteGlobal Azure Bootcamp 2017 - Aarhus, Denmark - Keynote
Global Azure Bootcamp 2017 - Aarhus, Denmark - Keynote
Peter Selch Dahl269 visualizações
EWUG - Azure AD Pass-through Authentication and Seamless Single Sign-On por Peter Selch Dahl
EWUG - Azure AD Pass-through Authentication and Seamless Single Sign-OnEWUG - Azure AD Pass-through Authentication and Seamless Single Sign-On
EWUG - Azure AD Pass-through Authentication and Seamless Single Sign-On
Peter Selch Dahl2.3K visualizações

Último

What Can Employee Monitoring Software Do?​ por
What Can Employee Monitoring Software Do?​What Can Employee Monitoring Software Do?​
What Can Employee Monitoring Software Do?​wAnywhere
21 visualizações11 slides
Software testing company in India.pptx por
Software testing company in India.pptxSoftware testing company in India.pptx
Software testing company in India.pptxSakshiPatel82
7 visualizações9 slides
Software evolution understanding: Automatic extraction of software identifier... por
Software evolution understanding: Automatic extraction of software identifier...Software evolution understanding: Automatic extraction of software identifier...
Software evolution understanding: Automatic extraction of software identifier...Ra'Fat Al-Msie'deen
7 visualizações33 slides
SAP FOR CONTRACT MANUFACTURING.pdf por
SAP FOR CONTRACT MANUFACTURING.pdfSAP FOR CONTRACT MANUFACTURING.pdf
SAP FOR CONTRACT MANUFACTURING.pdfVirendra Rai, PMP
11 visualizações2 slides
DSD-INT 2023 Simulating a falling apron in Delft3D 4 - Engineering Practice -... por
DSD-INT 2023 Simulating a falling apron in Delft3D 4 - Engineering Practice -...DSD-INT 2023 Simulating a falling apron in Delft3D 4 - Engineering Practice -...
DSD-INT 2023 Simulating a falling apron in Delft3D 4 - Engineering Practice -...Deltares
6 visualizações15 slides
Unleash The Monkeys por
Unleash The MonkeysUnleash The Monkeys
Unleash The MonkeysJacob Duijzer
7 visualizações28 slides

Último(20)

What Can Employee Monitoring Software Do?​ por wAnywhere
What Can Employee Monitoring Software Do?​What Can Employee Monitoring Software Do?​
What Can Employee Monitoring Software Do?​
wAnywhere21 visualizações
Software testing company in India.pptx por SakshiPatel82
Software testing company in India.pptxSoftware testing company in India.pptx
Software testing company in India.pptx
SakshiPatel827 visualizações
Software evolution understanding: Automatic extraction of software identifier... por Ra'Fat Al-Msie'deen
Software evolution understanding: Automatic extraction of software identifier...Software evolution understanding: Automatic extraction of software identifier...
Software evolution understanding: Automatic extraction of software identifier...
Ra'Fat Al-Msie'deen7 visualizações
SAP FOR CONTRACT MANUFACTURING.pdf por Virendra Rai, PMP
SAP FOR CONTRACT MANUFACTURING.pdfSAP FOR CONTRACT MANUFACTURING.pdf
SAP FOR CONTRACT MANUFACTURING.pdf
Virendra Rai, PMP11 visualizações
DSD-INT 2023 Simulating a falling apron in Delft3D 4 - Engineering Practice -... por Deltares
DSD-INT 2023 Simulating a falling apron in Delft3D 4 - Engineering Practice -...DSD-INT 2023 Simulating a falling apron in Delft3D 4 - Engineering Practice -...
DSD-INT 2023 Simulating a falling apron in Delft3D 4 - Engineering Practice -...
Deltares6 visualizações
Unleash The Monkeys por Jacob Duijzer
Unleash The MonkeysUnleash The Monkeys
Unleash The Monkeys
Jacob Duijzer7 visualizações
Advanced API Mocking Techniques por Dimpy Adhikary
Advanced API Mocking TechniquesAdvanced API Mocking Techniques
Advanced API Mocking Techniques
Dimpy Adhikary19 visualizações
Citi TechTalk Session 2: Kafka Deep Dive por confluent
Citi TechTalk Session 2: Kafka Deep DiveCiti TechTalk Session 2: Kafka Deep Dive
Citi TechTalk Session 2: Kafka Deep Dive
confluent17 visualizações
Dev-Cloud Conference 2023 - Continuous Deployment Showdown: Traditionelles CI... por Marc Müller
Dev-Cloud Conference 2023 - Continuous Deployment Showdown: Traditionelles CI...Dev-Cloud Conference 2023 - Continuous Deployment Showdown: Traditionelles CI...
Dev-Cloud Conference 2023 - Continuous Deployment Showdown: Traditionelles CI...
Marc Müller37 visualizações
2023-November-Schneider Electric-Meetup-BCN Admin Group.pptx por animuscrm
2023-November-Schneider Electric-Meetup-BCN Admin Group.pptx2023-November-Schneider Electric-Meetup-BCN Admin Group.pptx
2023-November-Schneider Electric-Meetup-BCN Admin Group.pptx
animuscrm13 visualizações
A first look at MariaDB 11.x features and ideas on how to use them por Federico Razzoli
A first look at MariaDB 11.x features and ideas on how to use themA first look at MariaDB 11.x features and ideas on how to use them
A first look at MariaDB 11.x features and ideas on how to use them
Federico Razzoli45 visualizações
DSD-INT 2023 3D hydrodynamic modelling of microplastic transport in lakes - J... por Deltares
DSD-INT 2023 3D hydrodynamic modelling of microplastic transport in lakes - J...DSD-INT 2023 3D hydrodynamic modelling of microplastic transport in lakes - J...
DSD-INT 2023 3D hydrodynamic modelling of microplastic transport in lakes - J...
Deltares9 visualizações
Headless JS UG Presentation.pptx por Jack Spektor
Headless JS UG Presentation.pptxHeadless JS UG Presentation.pptx
Headless JS UG Presentation.pptx
Jack Spektor7 visualizações
DSD-INT 2023 Delft3D FM Suite 2024.01 2D3D - New features + Improvements - Ge... por Deltares
DSD-INT 2023 Delft3D FM Suite 2024.01 2D3D - New features + Improvements - Ge...DSD-INT 2023 Delft3D FM Suite 2024.01 2D3D - New features + Improvements - Ge...
DSD-INT 2023 Delft3D FM Suite 2024.01 2D3D - New features + Improvements - Ge...
Deltares17 visualizações
Tridens DevOps por Tridens
Tridens DevOpsTridens DevOps
Tridens DevOps
Tridens9 visualizações
DSD-INT 2023 Thermobaricity in 3D DCSM-FM - taking pressure into account in t... por Deltares
DSD-INT 2023 Thermobaricity in 3D DCSM-FM - taking pressure into account in t...DSD-INT 2023 Thermobaricity in 3D DCSM-FM - taking pressure into account in t...
DSD-INT 2023 Thermobaricity in 3D DCSM-FM - taking pressure into account in t...
Deltares9 visualizações
SUGCON ANZ Presentation V2.1 Final.pptx por Jack Spektor
SUGCON ANZ Presentation V2.1 Final.pptxSUGCON ANZ Presentation V2.1 Final.pptx
SUGCON ANZ Presentation V2.1 Final.pptx
Jack Spektor22 visualizações
DSD-INT 2023 The Danube Hazardous Substances Model - Kovacs por Deltares
DSD-INT 2023 The Danube Hazardous Substances Model - KovacsDSD-INT 2023 The Danube Hazardous Substances Model - Kovacs
DSD-INT 2023 The Danube Hazardous Substances Model - Kovacs
Deltares8 visualizações
DSD-INT 2023 Wave-Current Interaction at Montrose Tidal Inlet System and Its ... por Deltares
DSD-INT 2023 Wave-Current Interaction at Montrose Tidal Inlet System and Its ...DSD-INT 2023 Wave-Current Interaction at Montrose Tidal Inlet System and Its ...
DSD-INT 2023 Wave-Current Interaction at Montrose Tidal Inlet System and Its ...
Deltares10 visualizações
Fleet Management Software in India por Fleetable
Fleet Management Software in India Fleet Management Software in India
Fleet Management Software in India
Fleetable11 visualizações

Azure Community Tour 2019 - AZUGDK

  • 1. The often overlooked gems in Azure AD Peter Selch Dahl – Azure MVP – I’m ALL Cloud First  - Azure AD Domain Services, Azure AD App Proxy, Azure AD Managed Service Identity
  • 2. Microsoft MCSA: Cloud Platform - Certified 2018, Microsoft MCSA: Office 365 - Certified 2018, Microsoft MCSE: Cloud Platform and Infrastructure - Certified 2018 Microsoft MCSA: 2016 Windows Server 2016, Microsoft MCSA: 2012 Windows Server 2012, Microsoft MCITP: 2008 Server and Enterprise Administrator, Microsoft MCSA: 2008 Windows Server 2008, Microsoft MCSA/MCSE : 2003 Security, Microsoft MCSA/MCSE : 2000 Security, VMWare Certified Professional VI3/VI4/VI5, CompTIA A+, Network+, EC-Council: Certified Ethical Hacker (CEH v7), And more Peter Selch Dahl Freelance Cloud Architect, Azure MVP Twitter: @PeterSelchDahl www: www.peterdahl.net Blog : http://blog.peterdahl.net Mail : psd@apento.com
  • 3. • Azure AD Domain Services • Azure AD App Proxy • Azure Managed Service Identity
  • 4. Azure AD Domain Services
  • 5. … Contoso’s workloads/apps in Azure IaaS Virtual network Managed domain available in Contoso’s VNet.
  • 8. Azure Subscribe to SaaS applications • Switch to using SaaS versions of the app ex. Office 365 • Leverage Azure AD for SaaS app management • SaaS application gallery • Easy provisioning, conditional access control Rewrite existing applications • Rewrite apps to leverage Azure PaaS • Leverage Azure AD • OAuth/OpenID Connect for modern authz. • Ubiquitous developer libraries. • Graph API – modern directory API ‘Lift-and-shift’ on-premises applications to IaaS • Move existing legacy ISV/LOB apps to Azure • May not have access to source code or vendor support.
  • 9. Highly available domain. Domain controllers are patched automatically. Secure locked down domain – compliant with AD deployment best-practices. Fault resilience of Azure. Automatic health detection & remediation. Automatic backups for disaster recovery. No need to monitor replication to DCs.
  • 10. … Users, group memberships and passwords are synced from your Azure AD tenant. Simple to deploy • Cloud-only directories – no additional sync/replication software needed! • Federated/synced directories – simply leverage your existing Azure AD Connect deployment. Automatic background sync to your managed domain Sync users, groups, passwords, SIDs to Azure AD
  • 11. … Contoso’s workloads/apps in Azure IaaS Virtual network Managed domain available in your Azure VNet. Azure AD Connect Automatic background sync to your managed domain
  • 13. Microsoft Identity: Bridging the GAP FEBRUARY 10, 2019 @EWUGDK 13 Intune Windows Server Active Directory Microsoft Azure Active Directory SSO Token OneDrive Office 365 Dynamics Kerberos TicketPRT TGT
  • 15. Azure AD Join Azure AD Domain Services Authentication OAuth/OpenID Connect Kerberos, NTLM Management Mobile Device Management (MDM) software like Intune Group Policy Networking considerations Works over the internet • Requires machines to be on the same virtual network as the managed domain. • Can use virtual network peering or site-to-site VPNs to extend connectivity. Great for … Windows 10 devices Server virtual machines deployed in Azure
  • 16. … Contoso’s workloads/apps in Azure IaaS Virtual network • Domain-join your Azure IaaS virtual machines – Windows Server and Linux • Use your corporate credentials to log-in to VMs • No need for local administrator accounts • Use Group Policy (built-in GPO for computers container) to manage & secure domain joined VMs.
  • 18. • Lift-and-shift IWA apps/websites to Azure IaaS VMs joined to AAD-DS domain. • Deploy App Proxy connectors on Azure IaaS VMs joined to AAD-DS domain. • Modernize app by delivering MFA & conditional access control. • Use resource-based KCD to enable connectors to authenticate users. … App proxy connectors Access in context of user
  • 19. Feature Azure AD Domain Services 'Do-it-yourself' AD in Azure VMs Managed service Yes No Secured & locked-down deployment Yes Needs to be secured DNS server Yes (managed service) Yes Domain or Enterprise administrator privileges No Yes Domain join Yes Yes Domain authentication using NTLM and Kerberos Yes Yes Custom OU structure Yes Yes Schema extensions No Yes AD domain/forest trusts No Yes LDAP read Yes Yes Secure LDAP (LDAPS) Yes Yes LDAP write No Yes Group Policy Yes Yes Geo-dispersed deployments No Yes More information: https://azure.microsoft.com/en-us/documentation/articles/active-directory-ds-comparison
  • 21. Microsoft Web Application Proxy Solutions Conditional Access Web Application Proxy  Microsoft Azure AD Proxy  Part of the Azure AD Premium
  • 23. Remote Access as a Service  Easy to deploy and operate: minimal on-prem footprint  Secure remote access to business applications with zero DMZ on-prem infrastructure deployment and no network infrastructure change.  Deep integration with Azure Active Directory  Richness of AAD capabilities and experiences: IW access panel discovery and SSO, central application management across SaaS and on-prem, machine learning traffic analysis, multifactor authentication, analytics and reporting.  Available for AAD Premium customers.  More secure to the business: pre-DMZ protection  All security verifications are outside of the organization premises done in cloud scale.  DDoS attacks will not influence your business.
  • 24. How it works On-Premises Network Expense App Benefits App Connector Connector Microsoft Azure Azure AD Application Proxy Service Request/Response Queue https://benefits-contoso.cwap.net
  • 25. Remote Access as a Service  Connectors are deployed on corpnet  Multiple connectors can be deployed for redundancy and scale  The connector auto connects to the cloud service  User connects to the cloud service that routes their traffic to the resources via the connectors Azure Active Directory Corporate Network DMZ https://intranet-name.msappproxy.com http://intranet
  • 26. Traditional Remote Access – VPN/ Reverse Proxy  Not a real security boundary, customer have low level access to resources. A trust on the device is implied.  Requires client installation & configuration  Support legacy client/server apps  Usually hardware based deployment  Need to be deployed on DMZ usually multi-site Corporate Network DMZ
  • 27. Managed identities for Azure resources
  • 28. Protect your keys and secrets!
  • 29. Protect your keys and secrets! In-code passwords Azure KeyVault MSI  BAD Better BEST
  • 30. Managed identities for Azure resources  Automatically managed service principals in Azure Active Directory, exclusively dedicated for Azure services instances.  They enable Azure workloads to authenticate to cloud services*, without needing credentials in code.
  • 31. Analogy Keys Built-in garage door opener Hand-held garage door opener Virtual Machine App Services Functions Etc. Azure Storage, Key Vault, Resource Manager, etc. Keys SAS Keys, username and password, etc. Built-in garage door opener System assigned managed identity Hand-held garage door opener User assigned managed identity One resourceShared between multiple resource
  • 32. The bigger picture… Application / script Azure Active Directory MSI Endpoint / Id Object Azure VM, App Service, Function, etc. Get token
  • 34. Managed identity provisioning (ExampleusingVM) 1. Azure Resource Manager is the orchestrator. Supported via: Portal, PowerShell, CLI, Template, REST and Azure SDKs. 2. Service Principal gets created in Azure AD. These are treated as special service principals, which belong to a Managed Identity. 3. Service Principal details are given to Compute Resource Provider. Resource is created/updated with the identity details. 4. Managed Identity (service principal) can be granted permissions via RBAC. 5. Code running inside the VM can request tokens via IMDS. 6. Managed Identity sub-system requests the actual token from Azure AD.
  • 36. Access patterns using managed identities 1. Services that support Azure AD authentication  Azure Resource Manager  Azure Key Vault  Azure Data Lake  Azure SQL  Azure Event Hubs  Azure Service Bus  Azure Storage  Azure AD Graph API 2. Services that depend on Access Keys for authentication  Access keys stored in: Azure Key Vault or Azure Resource Manager
  • 37. T: +45 82 32 32 32 F: +45 82 32 32 22 M: info@proactive.dk W: www.proactive.dk
  • 38. A shift in IT focus…..
  • 39. NAC at a glance 10-02-2019 Insert text in footer 39 We are the world’s largest regional aircraft leasing company Global Leader in Regional Aircraft Leasing and Financing. Focus on larger regional aircraft (70-130 seat segment) 518 70+ 70 customers in 47 countries. Global presence and diversified client base 21years Long track record of consistent and profitable growth. Consistently achieve high levels of profitability and ROE BBB+ Investment Grade Rating by Kroll Rating Agency Value of owned aircraft. Leading Lessor with ATR, Bombardier and Embraer 7.8bn Employees Globally 250+ Ejet af danmarks 7 rigeste, EQT og KIRKBI (LEGO Group)
  • 40. Azure Hybrid infrastructure at NAC before transition Hyper-V High-Availability & Resiliency Primary site DirectAccess virtual machine Service Manager virtual machine Exchange virtual machine Shamrock virtual machine Exchange replica virtual machine Shamrock replica virtual machine Replicate over LAN link SAN Send/receive replica traffic SAN R1 R2 P1 P2 Replica site Nordic Aviation Capital was one of the first companies in Denmark to establish a Microsoft hybrid cloud setup between the datacenter in Billund, Jutland in the summer of 2014. The goal was to bring the servers closer to the end-users and reduce latency. • Running a classic Microsoft Windows 2012 R2 Hyper-V HA setup • Using System Center 2012 R2: • Service Manager • Configuration Manager • Operations Manager • Virtual Machine Manager • Microsoft DirectAccess Multi-site setup • Microsoft Distributed File System (DFS-R) • Microsoft SQL servers • Applications servers More than 70+ servers in Azure & On-prem
  • 41. Before the cloud native transition to Microsoft Nordic Aviation Capital was one of the first companies in Denmark to establish a Microsoft hybrid cloud setup between the datacenter in Billund, Jutland in the summer of 2014. The goal was to bring the servers closer to the end-users and reduce latency. Microsoft case story Azure Datacenters used in hybrid: • East US • North Europe • South East Asia Main datacenter in Billund, Jutland Case: https://www.slideshare.net/PeterDahl/customer-story-nac-the-journey-from-microsoft-hybrid-cloud-to-microsoft-native-cloud
  • 42. After the completed transition to Microsoft Azure Some of the SaaS applications used today.
  • 43. After the completed transition to Microsoft Azure Billund Toronto Ireland Fort Lauderdale SingaporeOpen AP / Roaming Azure AD DS (Legacy services) ShamrockLaserNet OCR 3.Party SaaS (Printix, PeopleHR, etc.) Azure Active Directory / Azure Conditional Access Simplified network design, distributed cloud services and a lot of happy users.
  • 44. A shift in IT focus…..Improving business productivity

Notas do Editor

  1. https://azure.microsoft.com/en-us/blog/managing-azure-secrets-on-github-repositories/
  2. https://azure.microsoft.com/en-us/blog/managing-azure-secrets-on-github-repositories/
  3. https://jwt.ms/
  4. https://jwt.ms/
  5. https://jwt.ms/
  6. https://jwt.ms/
  7. https://jwt.ms/
  8. https://jwt.ms/
  9. Adoption of new features each quarter of the year….. continuous adoption
  10. Cost of Microsoft E5 license and Azure consumention.