SlideShare a Scribd company logo
Microsoft Cloud OS
Journey to Cloud Computing
TABLE OF CONTENTS
– Microsoft certification
– Microsoft Learning Path
– Micorosoft Cloud Ready
– Azure Subscription
– Role Base Access Control (RBAC)
– Accessing Azure
– Section 1 : Manage Azure Identities and Governance
Microsoft Certification
Microsoft Replacing MCSD, MCSA & MCSE Certifications
Microsoft Certified Solutions Developer
Microsoft Certified Solution Associate
Microsoft Certified Solution Expert
Microsot Learning Path
Microsoft Cloud Ready
Azure “as a Service”
Azure Saas
Azure PaaS
Azure Iaas
What you have to do with Azure for licensing
What is azure
enrollment ?
Azure enterprise agreement
The Enterprise Agreement is designed for
organizations that want to license software and
cloud services for a minimum three-year period.
As of October 10, 2022 direct EA customers won’t be able to manage
their billing account in the EA portal. Instead, they must use the Azure
portal.
What you have to do with Azure for licensing
What is azure
Subscription ?
Azure Account Hierarchy
Azure Enterprise
Department
Accounts
Subscriptions
https://ea.azure.com
https://account.azure.com
https://portal.azure.com
Resource groups
Role Base Access Control
Role (role definition) is a Collection of action that assigned
identity will be able to perform
Role definition is an answer to question what can be done ?
Security principal is an azure object (identity) that can be assigned
to a role (ex. Users, groups or application)
Security principal assignment is an answer to a question “who can
do it ?”
Scope one ore more azure resource that access applies to
Scope assignment is an answer to a question “where can it be
done ?”
Accessing Azure
Azure Portal
Azure Powershell
Azure CLI
Azure Mobile
Section 1
Manage Azure Identities and Governance
Azure Active
Directory
Azure Active Directory
 Cloud based identity provider
 Controls access to azure resource
 Provides Authentication & Authorization service to Azure portal, Microsoft office 365 & other
SaaS services
 Manage device using azure AD
 Support Oauth, OpenID, SAML, ADFS authentication protocol
Azure Active Directory Edition
Azure Multi-Factor Authentication
Multi-factor authentication is a process in which users are prompted during the
sign-in process for an additional form of identification, such as a code on their
cellphone or a fingerprint scan.
Support following authentication method:
 Microsoft authenticator Apps
 OAuth hardware Token
 SMS
 Voice Call
Self-Service Password Reset
Azure Active Directory (Azure AD) self-service password reset (SSPR) gives
users the ability to change or reset their password, with no administrator or
help desk involvement.
 Password change
 Password reset
 Unlock Account
Azure AD B2B
Azure Active Directory (Azure AD) B2B collaboration is a feature within External
Identities that lets you invite guest users to collaborate with your organization.
A simple invitation and redemption process
lets partners use their own credentials to
access your company's resources. You can
also enable self-service sign-up user flows to
let external users sign up for apps or
resources themselves.
Azure AD B2C
Azure AD B2C is a Customer Identity and Access Management (CIAM) solution
that lets you build user journeys for consumer- and customer-facing apps.
With Azure AD B2C, customers can sign in
with an identity they've already established
(like Facebook or Gmail). You can
completely customize and control how
customers sign up, sign in, and manage
their profiles when using your applications.
Azure AD B2B vs B2C
B2B collaboration - Collaborate with external
users by letting them use their preferred identity
to sign in to your Microsoft applications or other
enterprise applications
Azure AD B2C - Publish modern SaaS apps or
custom-developed apps (excluding Microsoft
apps) to consumers and customers, while using
Azure AD B2C for identity and access
management.
Azure AD Connect
Azure AD Connect is an on-premises Microsoft
application that's designed to meet and
accomplish your hybrid identity goals. Azure AD
Connect provides the following features:
 Password hash synchronization
 Pass-through authentication
 Federation integration
 Synchronization
 Health Monitoring
Password hash synchronization
Password hash synchronization is an extension to the directory synchronization feature
implemented by Azure AD Connect sync. You can use this feature to sign in to Azure AD
services like Microsoft 365. You sign in to the service by using the same password you use
to sign in to your on-premises Active Directory instance.
Pass-through Authentication
Azure Active Directory (Azure AD) Pass-through Authentication allows your users to sign in
to both on-premises and cloud-based applications using the same passwords. This feature
provides your users a better experience - one less password to remember
This feature provides your users a
better experience - one less
password to remember, and reduces
IT helpdesk costs because your
users are less likely to forget how
to sign in.
Pass-through Authentication VID
Health Monitoring
Azure Active Directory (Azure AD) Connect Health provides robust monitoring of your on-premises identity
infrastructure. It enables you to maintain a reliable connection to Microsoft 365 and Microsoft Online
Services. This reliability is achieved by providing monitoring capabilities for your key identity components.
Also, it makes the key data points about these components easily accessible.
Azure AD vs Azure AD DS vs On Prem ADDS
Azure AD Azure AD Domain Services On-Prem ADDS
Authentication
Oauth/OpenID Connect/WS-
Federation Kerberos and NTLM Protocol Kerberos and NTLM Protocol
Object Policy Management
Mobile Device Management
(MDM) software like Intune Group Policy Group Policy
Communication HTTP & HTTPS LDAP LDAP
Structure
Flat/No Forest-Domain
Hierarchy
Singel Domain / OU Structure
Possible with limitation
Forest Multidomain
hierarchy/OU Structure
Possible
Schema
Schema modification not
possible
Schema modification not
possible
Schema modification is
possible
Azure
Governance
Governance In Azure
Governance in Azure is one aspect of Azure Management (Framework)
Azure has many services and tools that work together to provide complete management.
These services aren't only for resources in Azure, but also in other clouds and on-premises.
Governance in Azure is primarily implemented with two services. Azure Policy allows you to
create, assign, and manage policy definitions to enforce rules for your resources
Azure Cost Management allows you to track cloud usage and expenditures for your Azure
resources and other cloud providers.
Why azure governance ?
 Organize and structure resource
 Standardize and Define
 Transparency of resource
 Controll accsess & Cost
 Enfroce Policies
Azure Policy
 Allow to create, assign and manage policy
 Runs evaluations and scans for non-compliant resources
 Advantages: Enforcement and compliance, apply policies
at scale, Remediation
Azure Policy
 Browse Policy Definition
 Create initiative definitions
 Scope the initiative definition
 View policy evaluation task
Implementing Azure Policy
 Implementing policies from github
 Policies written in JSON
 Create custom policy definition
 Include one or more policies
 Requires planning
Role Based Access Control
Resource Tag
 Azure Resource tags logically organizes
resources.
 You apply tags to your Azure resources giving
metadata to logically organize them into a
taxonomy. Each tag consists of a name and a
value pair.
Resource Tag
Resource Tag
Section 2
Implement and Manage Storage
Azure Storage
The Azure Storage platform is Microsoft's cloud storage solution for modern data storage
scenarios. Azure Storage offers highly available, massively scalable, durable, and secure
storage for a variety of data objects in the cloud. Azure Storage data objects are accessible
from anywhere in the world over HTTP or HTTPS via a REST API
Azure Storage Service
 Azure Blobs: A massively scalable object store for text and binary data. Also includes
support for big data analytics through Data Lake Storage Gen2.
 Azure Files: Managed file shares for cloud or on-premises deployments.
 Azure Queues: A messaging store for reliable messaging between application
components.
 Azure Tables: A NoSQL store for schemaless storage of structured data.
 Azure Disks: Block-level storage volumes for Azure VMs.
AzureBlob Storage
 Unstructured storage for storing object
 store image, video, and file of any type
 Use Cases : Streaming video and images direct
to user, Storing data for backup and restore,
disaster recovery, and archiving, Storing data
for analysis by an on-premises or Azure-
hosted service.
AzureBlob Storage
 Easy way to create file shares
 support smb 2.1 and 3.0
 Mount on windows, linux, or Mac
 Azure file sync dan be utilized to sync file
server on premise with Azure Files
AzureBlob Storage
Azure Table storage is now part of Azure Cosmos
DB, In addition to the existing Azure Table storage
service, there is a new Azure Cosmos DB Table API
offering that provides throughput-optimized
tables, global distribution, and automatic
secondary indexes
 A NoSQL key-value to store
 Schemaless design
 Structured or unstructured data
 Access using Odata protocol and LinQ queries
WCF data service .NET libraries
Queue Storage
Queue storage gives you asynchronous message
queueing for communication between application
components, whether they are running in the
cloud, on the desktop, on-premises, or on mobile
devices.
Disk Storage
Azure managed disks are block-level storage
volumes that are managed by Azure and used with
Azure Virtual Machines. Managed disks are like a
physical disk in an on-premises server but,
virtualized
Storage Tier
Azure Storage Replication Explained
LRS (Locally Redundant Storage) ensure your data is replicated three times within a single
datacenter. These
datastores are updated using synchronous writes to guarantee all three copies are kept
up to date
Azure Storage Replication Explained
ZRS (ZONE REDUNDANT STORAGE) copies your data synchronously across three Azure availability
zones in the primary region. For applications requiring high availability, Microsoft recommends
using ZRS in the primary region, and also replicating to a secondary region.
Azure Storage Replication Explained
Geo-redundant storage (GRS) brings additional redundancy to the data storage over both LRS or
ZRS. Along with the three copies of your data stored within a single region, a further three
copies are stored in the twinned Azure region
Azure Storage Explorer
Upload, download, and manage Azure Storage blobs, files, queues, and tables, as well as Azure
Data Lake Storage entities and Azure managed disks. Configure storage permissions and access
controls, tiers, and rules.
Understanding Az Copy
AzCopy is a command-line utility that you can use to copy blobs or files to or from a storage
account.
Managing Access : Container Permission
A shared access signature (SAS) provides secure delegated access to resources in your storage
account. With a SAS, you have granular control over how a client can access your data.
Managing Access : Share Access Signature
SAS Breakdown
SAS Breakdown
Section 3
Deploy and Manage Azure Compute
Resources
Availability options for Azure Virtual Machines
 Availability Zones
 Virtual Machines Scale Sets
 Availability Sets
Availability Zones
Availability zones expands the level of control you have to maintain the availability of the
applications and data on your VMs. An Availability Zone is a physically separate zone, within an
Azure region. There are three Availability Zones per supported Azure region.
Virtual Machines Scale Sets
Azure virtual machine scale sets let you create and manage a group of load balanced VMs. The
number of VM instances can automatically increase or decrease in response to demand or a
defined schedule
Availability Sets
An availability set is a logical grouping of VMs that allows Azure to understand how your
application is built to provide for redundancy and availability.
What does an Availability Set consist of?
Consisting of logical groups that protect the VMs against hardware failures and also allow back-
end updates to be applied safely without affecting the performance of your deployed IaaS VMs,
these are grouped as Update Domains and Fault Domains
Update Domains:- Local grouping of underlying Azure hardware that can be maintained or
rebooted at the same time.
Fault Domains:- Local grouping of underlying Azure hardware that share the same hardware
such as networking and power supplies.
CREDITS: This presentation template was created by Slidesgo,
including icons by Flaticon, and infographics & images by Freepik
THANKS

More Related Content

Similar to Azure Day 1.pptx

List of top 10 azure services
List of top 10 azure servicesList of top 10 azure services
List of top 10 azure services
OliviaBrown85
 
Azure fundamental -Introduction
Azure fundamental -IntroductionAzure fundamental -Introduction
Azure fundamental -Introduction
ManishK55
 
Cloud Identity and Access Management
Cloud Identity and Access ManagementCloud Identity and Access Management
Cloud Identity and Access Management
Jarek Sokolnicki
 
Top 20 Azure Interview Questions and Answers in 2023.pptx
Top 20 Azure Interview Questions and Answers in 2023.pptxTop 20 Azure Interview Questions and Answers in 2023.pptx
Top 20 Azure Interview Questions and Answers in 2023.pptx
AnanthReddy38
 
CoLabora - Identity in a World of Cloud - June 2015
CoLabora - Identity in a World of Cloud - June 2015CoLabora - Identity in a World of Cloud - June 2015
CoLabora - Identity in a World of Cloud - June 2015
CoLaboraDK
 
Azure - Identity as a service
Azure - Identity as a serviceAzure - Identity as a service
Azure - Identity as a service
BizTalk360
 
Microsoft Azure essentials
Microsoft Azure essentialsMicrosoft Azure essentials
Microsoft Azure essentials
Vaibhav Gujral
 
Understanding Cloud Identities - SMBNation 2015
Understanding Cloud Identities - SMBNation 2015Understanding Cloud Identities - SMBNation 2015
Understanding Cloud Identities - SMBNation 2015
Robert Crane
 
Securing your Azure Identity Infrastructure
Securing your Azure Identity InfrastructureSecuring your Azure Identity Infrastructure
Securing your Azure Identity Infrastructure
Vignesh Ganesan I Microsoft MVP
 
Introduction to basic governance in Azure - #GABDK
Introduction to basic governance in Azure - #GABDKIntroduction to basic governance in Azure - #GABDK
Introduction to basic governance in Azure - #GABDK
Peter Selch Dahl
 
Features and benefits of Microsoft Azure
Features and benefits of Microsoft AzureFeatures and benefits of Microsoft Azure
Features and benefits of Microsoft Azure
Tharun Bangari
 
Azure Active Directory
Azure Active DirectoryAzure Active Directory
Azure Active Directory
Sovelto
 
SSO to Office365 using Active Directory Credentials
SSO to Office365 using Active Directory CredentialsSSO to Office365 using Active Directory Credentials
SSO to Office365 using Active Directory Credentials
Salim M Bhonhariya
 
Microsoft Cloud Identity and Access Management Poster - Atidan
Microsoft Cloud Identity and Access Management Poster - AtidanMicrosoft Cloud Identity and Access Management Poster - Atidan
Microsoft Cloud Identity and Access Management Poster - Atidan
David J Rosenthal
 
Azure Community Tour 2019 - AZUGDK
Azure Community Tour 2019 - AZUGDKAzure Community Tour 2019 - AZUGDK
Azure Community Tour 2019 - AZUGDK
Peter Selch Dahl
 
SPIntersection 2016 - MICROSOFT CLOUD IDENTITIES IN AZURE AND OFFICE 365
SPIntersection 2016 - MICROSOFT CLOUD IDENTITIES IN AZURE AND OFFICE 365SPIntersection 2016 - MICROSOFT CLOUD IDENTITIES IN AZURE AND OFFICE 365
SPIntersection 2016 - MICROSOFT CLOUD IDENTITIES IN AZURE AND OFFICE 365
Scott Hoag
 
O365Con18 - Azure AD Connect Inside and Out - Sander Berkouwer
O365Con18 - Azure AD Connect Inside and Out - Sander BerkouwerO365Con18 - Azure AD Connect Inside and Out - Sander Berkouwer
O365Con18 - Azure AD Connect Inside and Out - Sander Berkouwer
NCCOMMS
 
JoTechies - Cloud identity
JoTechies - Cloud identityJoTechies - Cloud identity
JoTechies - Cloud identity
JoTechies
 
Azure Active Directory - An Introduction for Developers
Azure Active Directory - An Introduction for DevelopersAzure Active Directory - An Introduction for Developers
Azure Active Directory - An Introduction for Developers
John Garland
 
Microsoft azure infrastructure essentials course manual
Microsoft azure infrastructure essentials   course manualMicrosoft azure infrastructure essentials   course manual
Microsoft azure infrastructure essentials course manual
michaeldejene4
 

Similar to Azure Day 1.pptx (20)

List of top 10 azure services
List of top 10 azure servicesList of top 10 azure services
List of top 10 azure services
 
Azure fundamental -Introduction
Azure fundamental -IntroductionAzure fundamental -Introduction
Azure fundamental -Introduction
 
Cloud Identity and Access Management
Cloud Identity and Access ManagementCloud Identity and Access Management
Cloud Identity and Access Management
 
Top 20 Azure Interview Questions and Answers in 2023.pptx
Top 20 Azure Interview Questions and Answers in 2023.pptxTop 20 Azure Interview Questions and Answers in 2023.pptx
Top 20 Azure Interview Questions and Answers in 2023.pptx
 
CoLabora - Identity in a World of Cloud - June 2015
CoLabora - Identity in a World of Cloud - June 2015CoLabora - Identity in a World of Cloud - June 2015
CoLabora - Identity in a World of Cloud - June 2015
 
Azure - Identity as a service
Azure - Identity as a serviceAzure - Identity as a service
Azure - Identity as a service
 
Microsoft Azure essentials
Microsoft Azure essentialsMicrosoft Azure essentials
Microsoft Azure essentials
 
Understanding Cloud Identities - SMBNation 2015
Understanding Cloud Identities - SMBNation 2015Understanding Cloud Identities - SMBNation 2015
Understanding Cloud Identities - SMBNation 2015
 
Securing your Azure Identity Infrastructure
Securing your Azure Identity InfrastructureSecuring your Azure Identity Infrastructure
Securing your Azure Identity Infrastructure
 
Introduction to basic governance in Azure - #GABDK
Introduction to basic governance in Azure - #GABDKIntroduction to basic governance in Azure - #GABDK
Introduction to basic governance in Azure - #GABDK
 
Features and benefits of Microsoft Azure
Features and benefits of Microsoft AzureFeatures and benefits of Microsoft Azure
Features and benefits of Microsoft Azure
 
Azure Active Directory
Azure Active DirectoryAzure Active Directory
Azure Active Directory
 
SSO to Office365 using Active Directory Credentials
SSO to Office365 using Active Directory CredentialsSSO to Office365 using Active Directory Credentials
SSO to Office365 using Active Directory Credentials
 
Microsoft Cloud Identity and Access Management Poster - Atidan
Microsoft Cloud Identity and Access Management Poster - AtidanMicrosoft Cloud Identity and Access Management Poster - Atidan
Microsoft Cloud Identity and Access Management Poster - Atidan
 
Azure Community Tour 2019 - AZUGDK
Azure Community Tour 2019 - AZUGDKAzure Community Tour 2019 - AZUGDK
Azure Community Tour 2019 - AZUGDK
 
SPIntersection 2016 - MICROSOFT CLOUD IDENTITIES IN AZURE AND OFFICE 365
SPIntersection 2016 - MICROSOFT CLOUD IDENTITIES IN AZURE AND OFFICE 365SPIntersection 2016 - MICROSOFT CLOUD IDENTITIES IN AZURE AND OFFICE 365
SPIntersection 2016 - MICROSOFT CLOUD IDENTITIES IN AZURE AND OFFICE 365
 
O365Con18 - Azure AD Connect Inside and Out - Sander Berkouwer
O365Con18 - Azure AD Connect Inside and Out - Sander BerkouwerO365Con18 - Azure AD Connect Inside and Out - Sander Berkouwer
O365Con18 - Azure AD Connect Inside and Out - Sander Berkouwer
 
JoTechies - Cloud identity
JoTechies - Cloud identityJoTechies - Cloud identity
JoTechies - Cloud identity
 
Azure Active Directory - An Introduction for Developers
Azure Active Directory - An Introduction for DevelopersAzure Active Directory - An Introduction for Developers
Azure Active Directory - An Introduction for Developers
 
Microsoft azure infrastructure essentials course manual
Microsoft azure infrastructure essentials   course manualMicrosoft azure infrastructure essentials   course manual
Microsoft azure infrastructure essentials course manual
 

More from masbulosoke

Azure Day 2.pptx
Azure Day 2.pptxAzure Day 2.pptx
Azure Day 2.pptx
masbulosoke
 
Enterprise Vault 12 Training.pptx
Enterprise Vault 12 Training.pptxEnterprise Vault 12 Training.pptx
Enterprise Vault 12 Training.pptx
masbulosoke
 
Microsoft Active Directory.pptx
Microsoft Active Directory.pptxMicrosoft Active Directory.pptx
Microsoft Active Directory.pptx
masbulosoke
 
Windows Server 2019.pptx
Windows Server 2019.pptxWindows Server 2019.pptx
Windows Server 2019.pptx
masbulosoke
 
Active Directory Replication.pptx
Active Directory Replication.pptxActive Directory Replication.pptx
Active Directory Replication.pptx
masbulosoke
 
Microsoft-S2D.pptx
Microsoft-S2D.pptxMicrosoft-S2D.pptx
Microsoft-S2D.pptx
masbulosoke
 

More from masbulosoke (6)

Azure Day 2.pptx
Azure Day 2.pptxAzure Day 2.pptx
Azure Day 2.pptx
 
Enterprise Vault 12 Training.pptx
Enterprise Vault 12 Training.pptxEnterprise Vault 12 Training.pptx
Enterprise Vault 12 Training.pptx
 
Microsoft Active Directory.pptx
Microsoft Active Directory.pptxMicrosoft Active Directory.pptx
Microsoft Active Directory.pptx
 
Windows Server 2019.pptx
Windows Server 2019.pptxWindows Server 2019.pptx
Windows Server 2019.pptx
 
Active Directory Replication.pptx
Active Directory Replication.pptxActive Directory Replication.pptx
Active Directory Replication.pptx
 
Microsoft-S2D.pptx
Microsoft-S2D.pptxMicrosoft-S2D.pptx
Microsoft-S2D.pptx
 

Recently uploaded

"Impact of front-end architecture on development cost", Viktor Turskyi
"Impact of front-end architecture on development cost", Viktor Turskyi"Impact of front-end architecture on development cost", Viktor Turskyi
"Impact of front-end architecture on development cost", Viktor Turskyi
Fwdays
 
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdfFIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance
 
Connector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a buttonConnector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a button
DianaGray10
 
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
UiPathCommunity
 
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Ramesh Iyer
 
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdfFIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance
 
Knowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and backKnowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and back
Elena Simperl
 
DevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA ConnectDevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA Connect
Kari Kakkonen
 
Assuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyesAssuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyes
ThousandEyes
 
JMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and GrafanaJMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and Grafana
RTTS
 
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdfFIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance
 
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
Sri Ambati
 
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
BookNet Canada
 
Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...
Product School
 
UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3
DianaGray10
 
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
DanBrown980551
 
Leading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdfLeading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdf
OnBoard
 
Accelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish CachingAccelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish Caching
Thijs Feryn
 
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
James Anderson
 
Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...
Product School
 

Recently uploaded (20)

"Impact of front-end architecture on development cost", Viktor Turskyi
"Impact of front-end architecture on development cost", Viktor Turskyi"Impact of front-end architecture on development cost", Viktor Turskyi
"Impact of front-end architecture on development cost", Viktor Turskyi
 
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdfFIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
 
Connector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a buttonConnector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a button
 
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
 
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
 
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdfFIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
 
Knowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and backKnowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and back
 
DevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA ConnectDevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA Connect
 
Assuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyesAssuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyes
 
JMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and GrafanaJMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and Grafana
 
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdfFIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
 
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
 
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
 
Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...
 
UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3
 
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
 
Leading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdfLeading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdf
 
Accelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish CachingAccelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish Caching
 
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
 
Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...
 

Azure Day 1.pptx

  • 1. Microsoft Cloud OS Journey to Cloud Computing
  • 2. TABLE OF CONTENTS – Microsoft certification – Microsoft Learning Path – Micorosoft Cloud Ready – Azure Subscription – Role Base Access Control (RBAC) – Accessing Azure – Section 1 : Manage Azure Identities and Governance
  • 3. Microsoft Certification Microsoft Replacing MCSD, MCSA & MCSE Certifications
  • 9. Azure “as a Service”
  • 13. What you have to do with Azure for licensing What is azure enrollment ?
  • 14. Azure enterprise agreement The Enterprise Agreement is designed for organizations that want to license software and cloud services for a minimum three-year period. As of October 10, 2022 direct EA customers won’t be able to manage their billing account in the EA portal. Instead, they must use the Azure portal.
  • 15. What you have to do with Azure for licensing What is azure Subscription ?
  • 16. Azure Account Hierarchy Azure Enterprise Department Accounts Subscriptions https://ea.azure.com https://account.azure.com https://portal.azure.com Resource groups
  • 17. Role Base Access Control
  • 18. Role (role definition) is a Collection of action that assigned identity will be able to perform Role definition is an answer to question what can be done ?
  • 19.
  • 20. Security principal is an azure object (identity) that can be assigned to a role (ex. Users, groups or application) Security principal assignment is an answer to a question “who can do it ?”
  • 21.
  • 22. Scope one ore more azure resource that access applies to Scope assignment is an answer to a question “where can it be done ?”
  • 23.
  • 29. Section 1 Manage Azure Identities and Governance
  • 31. Azure Active Directory  Cloud based identity provider  Controls access to azure resource  Provides Authentication & Authorization service to Azure portal, Microsoft office 365 & other SaaS services  Manage device using azure AD  Support Oauth, OpenID, SAML, ADFS authentication protocol
  • 32.
  • 34. Azure Multi-Factor Authentication Multi-factor authentication is a process in which users are prompted during the sign-in process for an additional form of identification, such as a code on their cellphone or a fingerprint scan. Support following authentication method:  Microsoft authenticator Apps  OAuth hardware Token  SMS  Voice Call
  • 35. Self-Service Password Reset Azure Active Directory (Azure AD) self-service password reset (SSPR) gives users the ability to change or reset their password, with no administrator or help desk involvement.  Password change  Password reset  Unlock Account
  • 36. Azure AD B2B Azure Active Directory (Azure AD) B2B collaboration is a feature within External Identities that lets you invite guest users to collaborate with your organization. A simple invitation and redemption process lets partners use their own credentials to access your company's resources. You can also enable self-service sign-up user flows to let external users sign up for apps or resources themselves.
  • 37. Azure AD B2C Azure AD B2C is a Customer Identity and Access Management (CIAM) solution that lets you build user journeys for consumer- and customer-facing apps. With Azure AD B2C, customers can sign in with an identity they've already established (like Facebook or Gmail). You can completely customize and control how customers sign up, sign in, and manage their profiles when using your applications.
  • 38. Azure AD B2B vs B2C B2B collaboration - Collaborate with external users by letting them use their preferred identity to sign in to your Microsoft applications or other enterprise applications Azure AD B2C - Publish modern SaaS apps or custom-developed apps (excluding Microsoft apps) to consumers and customers, while using Azure AD B2C for identity and access management.
  • 39. Azure AD Connect Azure AD Connect is an on-premises Microsoft application that's designed to meet and accomplish your hybrid identity goals. Azure AD Connect provides the following features:  Password hash synchronization  Pass-through authentication  Federation integration  Synchronization  Health Monitoring
  • 40. Password hash synchronization Password hash synchronization is an extension to the directory synchronization feature implemented by Azure AD Connect sync. You can use this feature to sign in to Azure AD services like Microsoft 365. You sign in to the service by using the same password you use to sign in to your on-premises Active Directory instance.
  • 41. Pass-through Authentication Azure Active Directory (Azure AD) Pass-through Authentication allows your users to sign in to both on-premises and cloud-based applications using the same passwords. This feature provides your users a better experience - one less password to remember This feature provides your users a better experience - one less password to remember, and reduces IT helpdesk costs because your users are less likely to forget how to sign in.
  • 43.
  • 44. Health Monitoring Azure Active Directory (Azure AD) Connect Health provides robust monitoring of your on-premises identity infrastructure. It enables you to maintain a reliable connection to Microsoft 365 and Microsoft Online Services. This reliability is achieved by providing monitoring capabilities for your key identity components. Also, it makes the key data points about these components easily accessible.
  • 45. Azure AD vs Azure AD DS vs On Prem ADDS Azure AD Azure AD Domain Services On-Prem ADDS Authentication Oauth/OpenID Connect/WS- Federation Kerberos and NTLM Protocol Kerberos and NTLM Protocol Object Policy Management Mobile Device Management (MDM) software like Intune Group Policy Group Policy Communication HTTP & HTTPS LDAP LDAP Structure Flat/No Forest-Domain Hierarchy Singel Domain / OU Structure Possible with limitation Forest Multidomain hierarchy/OU Structure Possible Schema Schema modification not possible Schema modification not possible Schema modification is possible
  • 47. Governance In Azure Governance in Azure is one aspect of Azure Management (Framework) Azure has many services and tools that work together to provide complete management. These services aren't only for resources in Azure, but also in other clouds and on-premises. Governance in Azure is primarily implemented with two services. Azure Policy allows you to create, assign, and manage policy definitions to enforce rules for your resources Azure Cost Management allows you to track cloud usage and expenditures for your Azure resources and other cloud providers. Why azure governance ?  Organize and structure resource  Standardize and Define  Transparency of resource  Controll accsess & Cost  Enfroce Policies
  • 48. Azure Policy  Allow to create, assign and manage policy  Runs evaluations and scans for non-compliant resources  Advantages: Enforcement and compliance, apply policies at scale, Remediation
  • 49. Azure Policy  Browse Policy Definition  Create initiative definitions  Scope the initiative definition  View policy evaluation task
  • 50. Implementing Azure Policy  Implementing policies from github  Policies written in JSON  Create custom policy definition  Include one or more policies  Requires planning
  • 51. Role Based Access Control
  • 52. Resource Tag  Azure Resource tags logically organizes resources.  You apply tags to your Azure resources giving metadata to logically organize them into a taxonomy. Each tag consists of a name and a value pair.
  • 55. Section 2 Implement and Manage Storage
  • 56. Azure Storage The Azure Storage platform is Microsoft's cloud storage solution for modern data storage scenarios. Azure Storage offers highly available, massively scalable, durable, and secure storage for a variety of data objects in the cloud. Azure Storage data objects are accessible from anywhere in the world over HTTP or HTTPS via a REST API
  • 57. Azure Storage Service  Azure Blobs: A massively scalable object store for text and binary data. Also includes support for big data analytics through Data Lake Storage Gen2.  Azure Files: Managed file shares for cloud or on-premises deployments.  Azure Queues: A messaging store for reliable messaging between application components.  Azure Tables: A NoSQL store for schemaless storage of structured data.  Azure Disks: Block-level storage volumes for Azure VMs.
  • 58. AzureBlob Storage  Unstructured storage for storing object  store image, video, and file of any type  Use Cases : Streaming video and images direct to user, Storing data for backup and restore, disaster recovery, and archiving, Storing data for analysis by an on-premises or Azure- hosted service.
  • 59. AzureBlob Storage  Easy way to create file shares  support smb 2.1 and 3.0  Mount on windows, linux, or Mac  Azure file sync dan be utilized to sync file server on premise with Azure Files
  • 60. AzureBlob Storage Azure Table storage is now part of Azure Cosmos DB, In addition to the existing Azure Table storage service, there is a new Azure Cosmos DB Table API offering that provides throughput-optimized tables, global distribution, and automatic secondary indexes  A NoSQL key-value to store  Schemaless design  Structured or unstructured data  Access using Odata protocol and LinQ queries WCF data service .NET libraries
  • 61. Queue Storage Queue storage gives you asynchronous message queueing for communication between application components, whether they are running in the cloud, on the desktop, on-premises, or on mobile devices.
  • 62. Disk Storage Azure managed disks are block-level storage volumes that are managed by Azure and used with Azure Virtual Machines. Managed disks are like a physical disk in an on-premises server but, virtualized
  • 64. Azure Storage Replication Explained LRS (Locally Redundant Storage) ensure your data is replicated three times within a single datacenter. These datastores are updated using synchronous writes to guarantee all three copies are kept up to date
  • 65. Azure Storage Replication Explained ZRS (ZONE REDUNDANT STORAGE) copies your data synchronously across three Azure availability zones in the primary region. For applications requiring high availability, Microsoft recommends using ZRS in the primary region, and also replicating to a secondary region.
  • 66. Azure Storage Replication Explained Geo-redundant storage (GRS) brings additional redundancy to the data storage over both LRS or ZRS. Along with the three copies of your data stored within a single region, a further three copies are stored in the twinned Azure region
  • 67. Azure Storage Explorer Upload, download, and manage Azure Storage blobs, files, queues, and tables, as well as Azure Data Lake Storage entities and Azure managed disks. Configure storage permissions and access controls, tiers, and rules.
  • 68. Understanding Az Copy AzCopy is a command-line utility that you can use to copy blobs or files to or from a storage account.
  • 69. Managing Access : Container Permission A shared access signature (SAS) provides secure delegated access to resources in your storage account. With a SAS, you have granular control over how a client can access your data.
  • 70. Managing Access : Share Access Signature
  • 73. Section 3 Deploy and Manage Azure Compute Resources
  • 74. Availability options for Azure Virtual Machines  Availability Zones  Virtual Machines Scale Sets  Availability Sets
  • 75. Availability Zones Availability zones expands the level of control you have to maintain the availability of the applications and data on your VMs. An Availability Zone is a physically separate zone, within an Azure region. There are three Availability Zones per supported Azure region.
  • 76. Virtual Machines Scale Sets Azure virtual machine scale sets let you create and manage a group of load balanced VMs. The number of VM instances can automatically increase or decrease in response to demand or a defined schedule
  • 77. Availability Sets An availability set is a logical grouping of VMs that allows Azure to understand how your application is built to provide for redundancy and availability.
  • 78. What does an Availability Set consist of? Consisting of logical groups that protect the VMs against hardware failures and also allow back- end updates to be applied safely without affecting the performance of your deployed IaaS VMs, these are grouped as Update Domains and Fault Domains Update Domains:- Local grouping of underlying Azure hardware that can be maintained or rebooted at the same time. Fault Domains:- Local grouping of underlying Azure hardware that share the same hardware such as networking and power supplies.
  • 79. CREDITS: This presentation template was created by Slidesgo, including icons by Flaticon, and infographics & images by Freepik THANKS