Exam 70-534 Flashcards
What is a key strategy to improve service availability in the cloud?
Reduce MTTR (Mean Time to Recover)
What are 2 ways to avoid service throttling limits?
Application level caching
CDN
Azure has been verified for what 4 compliance programs?
ISO 27001/27002
FedRAMP
HIPPAA
EU Model Clauses
How does a service qualify for SLA?
Must use availability set with at least 2 instances (running same functions)
A VM can have 4 types of IP addresses associated with it, name them?
Public virtual IP - VIP
Dynamic private IP - DIP
Static Public IP
Static privateip
What are the 3 default tags for an NSG?
VIRTUAL_NETWORK - all network address space on VNET
AZURE_LOADBALANCER - ip addresses from which health probes originate
INTERNET - all IP addresses outside the VNET
Name the 5 NSG rule fields or pairs?
Source ip/source port Target ip/target port Protocol (tcp,udp or all) Priority Access
What are the 4 ACL rule fields?
Number
Remote subnet
Endpoint
Permit/Deny
What is CIDR?
Classless Internet Domain Routing
Short hand notation for subnet mask. 255.0.0.0 uses 8 bits so its /8 and 255.255.0.0 uses 16 bits so its /16
Ex: 10.0.0.0/8 is ip of 10.0.0.0 with subnet mask 255.0.0.0
Why can performance of large virtual networks suffer?
Like a large network of roads, packets collide and slow down. Subnets can help control and limit traffic.
If you borrow 3 bits from the host id for the network id how many subnets can you create?
8 = 2 raised to power of 3
0, 32, 64, 96, 128, 160, 196, 224
So 10.32.0.0 would be first address on second subnet
Each VM has at least 2 associated ip addresses, what are they?
A public facing virtual ip
Internal dynamic ip
Where does a vip come from?
A public pool of ip addresses managed by microsoft. (Not assigned directly to vm , is assigned to cloud service)
What is a PIP?
An instance level public IP that is assigned directly to a VM. Appropriate for large workloads that use a lot of ports.
When you create a vm on azure what is accessible by default?
Remote desktop and powershell for windows instances
Ssh for linux
What is an endpoint?
An ip address and port
A VM has VIP and a DIP. The VIP is associated with load balancer which forwards it to?
DIP with a private port on a VM
The FQDN name is specified by?
The name of the cloud service
Endpoints are for public access, why are they not needed for private access?
Each machine in vnet can already talk to each other
What VM series is for general compute?
A series A0 = extra small A1 = small A2 = medium A3 = large A4 = extra large
What is windows power shell DSC?
Desired state configuration
Instead of building the configuration you specify what the desired end state should be in script
What is Custom Script Extension?
Downloads run scripts from Azure blob storage
What compute series should be used for high performance IO?
DS series
How many drives can you attach to a standard_G5 series vm?
64
What is the format of an Azure Resource Template?
JSON
What 4 technologies can help manage consistent state of VMs?
Custom Script Extension (cse)
Chef or Puppet
Azure Automation (using Azure Resource Templates)
Containerization
What are 3 methods of connecting to a hybrid cloud?
Point to site vpn - vpn client to any vm or cloud service
Site to site vpn - extends local network to cloud
Express route - connects on prem data centers to azure data centers
Can you connect 2 azure vnets with a vpn connection?
Yes
How do you connect multi-site connections to allow multiple on-prem networks?
Azure virtual network gateway (hub and spoke)
Image of 2 on-prem networks each using a vpn device to connect to a gateway in cloud
What is service bus relay?
Allows a local wcf service to register a relay endpoint to allow access
What is Express Route?
A private dedicated connection between on prem data center and azure data center
What is the max bandwidth of express route?
10 gbps
What protocol does site to point vpn use?
SSTP Secured Socket Tunneling Protocol
What are the limitations of site to point vpn?
Because each site connects through a gateway, you are limited by the number of s2s tunnels the gateway supports
What do you need for site 2 site vpn connections?
A public facing ipv4 address and a compatible vpn device or RRAS running on win server 2012 , works both ways
What are the 2 ways to use Express Route to connect to Azure?
Connect Azure through an exchange provider location
Connect Azure through a network service provider
Traffic manager can route traffic based on what?
Availability and performance
What 3 methods can traffic manager use to decide which edpoints to route traffic?
Round-robin
Failover
Performance
What protocols are accepted by Azure AD?
Ws-federation
Saml 2.0
OpenID connect
To ensure confidentiality, integrity, and authenticity of security tokens what 4 techniques can be used?
HTTPS
Digital signature
Encryption
Token expiration
To interact with AAD objects what are the 2 options?
Graph API
ADAL and AD graph client library
In a claims based architecture what issues security tokens?
Identity Provider
What is a claims based architecture?
A system design that uses an external party to manage identities
What is a securable identity?
A user, application or service identity that makes service requests
What is a claim
An assertion made on an attribute of an entity
What is a security token?
A collection of claims
What is a service provider in context of claims architecture?
A relying party that relies on third party manage identities on its behalf
What does an identity provider do?
Authenticates entities and issues security tokens to relying parties. The relying party can use claims in the token for authorization
What is a trust relationship?
Ties an identity provider and service provider together
What other services beyond identity provider does AAD provide?
Multi-factor authentication
Centralized application access panel to manage access to SaaS applications
An app proxy yo manage access for remote access to on prem services
Graph api to interact directly with AD objects
What is ADAL?
Azure AD Authentication Library - facilitates authentication with both cloud and on-prem directories, automatically refreshes expired access tokens
What 3 tiers are AAD offered in?
Free
Basic
Premium
Last 2 only available through enterprise licensing, come with sla, mfa, reports, machine learning
Difference between ADDS and AAD?
Use different protocols such as kerberos, ldap vs saml2 wsfederation, openid connect, graph api
No forests, domains, ou’s
What 3 parties are involved in a basic claims based Authentication workflow for a web app?
User Agent (Browser)
Identity Provider
Service Provider
What 4 parties are involved for oAuth 2.0 native app auth workflow?
User Agent (Native app)
Authorization Service
Token Service
Service Provider
What 5 parties are involved in a multi-tiered application workflow sometimes referred o as a trusted sub-system?
User Agent (native app) Authorization Service Token Service Front End Business Tier
What does ADFS allow you to do?
Allow cloud based apps to use on premises ADDS user credentials to authenticate using standard protocols and SAML tokens
What is advantage of using Directory Syncing with AdFS?
Centralized management plane
Monitoring, analysis and self serve capabilities
What are 3 methods of syncing aad and on prem adds?
AAD Sync
DirSync
FIM /AAD connector
What are 3 core concepts of DirSync?
Connector space
Metaverse
Sync rules
What does AD Application Proxy do?
Expose on prem applications to the cloud
When you have 2 accounts representing same user in different forests with same email what is best way to handle?
Use matching rules ro match both accounts by email address
Name 4 identity providers supported by ACS
Microsoft account
Facebook
Yahoo
AD FS
What can you do by defining claim rules?
Claim types can be changed during token transformation
Change claim values
Pass through
During auth workflow what roles does ACS play?
Auth broker
Identity provider
Relying party
What does a claim rule do?
Defines how a claim from identity provider should be transformed
What is OWIN?
Open spec that defines layer between web servers and web apps
What is middleware?
Layers of components that are chined together into a pipeline before they reach the application. Ex: authentication, logging, …
What do you need to do before enabling social network as an identity provider?
Register app with provider and retrieve token/username, secret …
Name 3 Azure solutions for backup and recovery?
Backup
StorSimple
Site recovery
Name the 4 storage replication models supported by Azure.
Locally redundant storage (LRS)
Zone Redundant Storage (ZRS)
Geo-redundant Storage (GRS)
Read-Access Geo-Redundant Storage (RA-GRS)
What 4 types of storage does Azure Storage offer?
BLOB Storage
Table Storage (no sql key value)
Queue Storage
File Storage
Does Azure provide an out of box encryption feature for Azure Storage?
Nope
How many keys does each storage account have?
2 - primary and secondary
What level of protection do Shared Access Keys (SAS) provide?
Direct Access to containers, BLOBs, queues, tables, table rows with R/W with a span of time
What do Shared Access Policies (SAP) allow you to do?
Manage SASs in bulk
What roles do AAD support?
GBPUS + user
What 3 roles does AZ service bus support?
Admin, receiver, sender
How many replicas does Azure SQL have at any given time?
3
Where does AZ SQL automatically store your most recent backups?
A different geo-graphical location
Where does AZ SQL store your backups when using Active geo-replication?
4 geo-replicated live secondaries
What does Azure Rights Management do?
Data access travels with you data
Encryption/ decryption
Manage and track key distributions
Key management and data access policies
What is Azure Key vault?
Protects keys and secrets in cloud with a Hardware Security Module
To join a device to a workplace which Azure service should be used?
Device registration servicewh
What are 4 self service features of AAD?
Reset password
Manage group members
Request to join a group
Invite external members
What are the 4 types of storage in a storage account?
Blob
Table
Queue
File share
What are queues used for?
Decouple components of a system (scalability)
What is table storage used for?
Use to store structured non relational data
What is blob data used for?
Stores large amounts of unstructured data
What is file storage for?
Shared storage that uses SMB (server message block) 2.1 or api
How big of a db can az sql store?
500 gb
What does sql azure not have?
Sql agent Sql profiler Native encryption service broker CLR distributed transactions or views
Howmuch data can document db store per capacity unit?
10gb, 2000 reads per second
What is needed to access storage accounts?
Account name and access keys
SAS
Shared access policy
AZ SQL tier storage sizes?
Basic - 2gb
Standard - 250 gb
Premium - 500 gb