Azure AD Conditional Access & MFA

Choose a study mode

Play Quiz
Study Flashcards
Spaced Repetition
Chat to Lesson

Podcast

Play an AI-generated podcast conversation about this lesson
Download our mobile app to listen on the go
Get App

Questions and Answers

A company has several departments, each with its own virtual machines (VMs) inside a resource group RG1. To associate each VM with its respective department, which action should you take?

  • Modify the settings of the virtual machines.
  • Create a resource group for each department.
  • Assign tags to the virtual machines. (correct)
  • Create Azure Management Groups for each department. (correct)

An Azure AD conditional access policy requires members of the Global Administrators group to use Multi-Factor Authentication when connecting to Azure AD from untrusted locations. Access alterations to user settings via the multi-factor authentication page will meet the stated goal.

False (B)

An Azure AD conditional access policy is configured to require MFA for Global Admins. Altering the session control of the Azure AD conditional access policy via the Azure portal meets the goal of requiring MFA.

False (B)

An Azure AD conditional access policy requires MFA for Global Admins. Altering the grant control of the Azure AD conditional access policy via the Azure portal can satisfy this requirement.

<p>True (A)</p> Signup and view all the answers

You need to deploy an Azure virtual machine. Which tool should you use?

<p>The New-AzVM cmdlet. (C)</p> Signup and view all the answers

A company uses MFA only when users are not in the office, configured with Per Authentication and a smaller company is acquired and needs to use MFA. Reconfiguring the existing usage model via the Azure portal will meet the goal.

<p>True (A)</p> Signup and view all the answers

A company uses MFA only when users are not in the office, configured with Per Authentication and a smaller company is acquired and needs to use MFA. Reconfiguring the existing usage model via the Azure CLI will meet the goal.

<p>True (A)</p> Signup and view all the answers

A company uses MFA only when users are not in the office, configured with Per Authentication and a smaller company is acquired and needs to use MFA. Creating a new Multi-Factor Authentication provider with a backup from the existing Multi-Factor Authentication provider data will meet the goal.

<p>True (A)</p> Signup and view all the answers

A new user account has been created in the on-premise Active Directory, and replication to Azure AD is needed immediately. Which PowerShell cmdlet should be run?

<p>Start-ADSyncSyncCycle -PolicyType Initial (A)</p> Signup and view all the answers

A new user account has been created in on-premise AD and you need to replicate to Azure AD immediately. Utilizing Active Directory Sites and Services to replicate the Global Catalog on a domain controller will meet the goal.

<p>False (B)</p> Signup and view all the answers

A new user account has been created in on-premise AD and replication to Azure AD is needed immediately. Restarting the NetLogon service on a domain controller will achieve this replication.

<p>False (B)</p> Signup and view all the answers

A company has datacenters in Los Angeles and New York and wants to configure them as geo-clustered sites for site resiliency. Data must be stored on multiple nodes in separate geographic locations and be readable from the secondary location. Which Azure storage redundancy option should you recommend?

<p>Read-only geo-redundant storage (A)</p> Signup and view all the answers

A senior colleague, Jon Ross, uses a solitary Azure Resource Manager (ARM) template to deploy a virtual machine and additional storage account, accessing the Resource Group blade to determine if the ARM template reviewed satisfies the requirements.

<p>True (A)</p> Signup and view all the answers

A senior colleague, Jon Ross, uses a solitary Azure Resource Manager (ARM) template to deploy a virtual machine and additional storage account, accessing the Virtual Machine blade to determine if the ARM template reviewed satisfies the requirements.

<p>False (B)</p> Signup and view all the answers

A senior colleague, Jon Ross, uses a solitary Azure Resource Manager (ARM) template to deploy a virtual machine and additional storage account, accessing the Container blade to determine if the ARM template reviewed satisfies the requirements.

<p>False (B)</p> Signup and view all the answers

A company has three virtual machines (VMs) in an availability set. You are trying to resize one of the VMs, but it returns an allocation failure message. What action should you take to ensure the VM is resized?

<p>Stop all three VMs. (A)</p> Signup and view all the answers

You have an Azure virtual machine (VM) with a single data disk. You need to attach this data disk to another Azure VM, minimizing downtime. Which action should you take FIRST?

<p>Detach the data disk. (D)</p> Signup and view all the answers

Match each Azure service/feature with its primary security function:

<p>An Azure Key Vault = Securely stores secrets and cryptographic keys An Azure Storage account = Provides secure data storage with access controls Azure Active Directory (AD) Identity Protection = Detects and automates remediation of identity-based risks An access policy = Defines permissions for accessing resources An Azure policy = Enforces organizational standards and assesses compliance A backup policy = Defines the schedule and retention for data backup</p> Signup and view all the answers

What value indicates that no limit is set in the resource manager?

<p>Max Value (D)</p> Signup and view all the answers

A company is deploying VMs using ARM templates that must be included in an availability set. Which value for the platformUpdateDomainCount property ensures maximum accessibility during maintenance?

<p>10 (B)</p> Signup and view all the answers

Flashcards

Tagging Azure VMs

Assign tags to virtual machines (VMs) to associate them with their respective departments within an Azure subscription.

Azure AD Conditional Access

Azure AD Conditional Access policies ensure users in the Global Administrators group use Multi-Factor Authentication when connecting from untrusted locations.

Altering Grant controls

Not meet the goal, because you need to alter the grant controls of Azure AD conditional access policy not the session control.

Reconfiguring MFA

Reconfiguring the existing usage model via the Azure portal satisfies the requirement to apply Multi-Factor Authentication

Signup and view all the flashcards

Azure CLI Solution

Azure CLI is the method to resolve the user setting when multi factor authentication is needed.

Signup and view all the flashcards

Start-ADSyncSyncCycle

Use the PowerShell cmdlet Start-ADSyncSyncCycle -PolicyType Initial to replicate info to Azure AD immediately

Signup and view all the flashcards

Geo-Redundant Storage

Use geo-redundant storage or read-access geo-redundant storage for data storage requirements

Signup and view all the flashcards

VM Access

Access the Virtual Machine blade in Azure Portal.

Signup and view all the flashcards

Accessing ARM

Access Resource Group blade to review ARM template used by Jon Ross.

Signup and view all the flashcards

Availability Set

Stop all VMs in the availability set before resizing.

Signup and view all the flashcards

platformUpdateDomainCount

Set the platformUpdateDomainCount property to 5

Signup and view all the flashcards

Study Notes

  • To associate each VM with its respective department, assign tags to the virtual machines.

Azure AD Conditional Access Policy

  • A company wants to implement an Azure AD Conditional Access policy.
  • The policy must configure members of the Global Administrators group to use Multi-Factor Authentication (MFA) when connecting to Azure AD from untrusted locations.
  • If you access the multi-factor authentication page to alter the user settings, the solution does not meet the goal.
  • If you access the Azure portal to alter the session control of the Azure AD conditional access policy, the solution does not meet the goal.
  • If you access the Azure portal to alter the grant control of the Azure AD conditional access policy, the solution meets the goal.

Multi-Factor Authentication (MFA)

  • A company uses Multi-Factor Authentication (MFA) for remote users. The Per Authentication option has been configured as the usage model.
  • After acquiring a smaller business and adding new staff to Azure Active Directory (Azure AD), you need to ensure that new employees use MFA.
  • If reconfiguring the existing usage model via the Azure portal the solution does not meet the goal.
  • If reconfiguring the existing usage model via the Azure CLI, the solution does not meet the goal.
  • If you create a new Multi-Factor Authentication provider with a backup from the existing Multi-Factor Authentication provider data, the solution does not meet the goal.

Replicating User Information to Azure AD

  • To replicate a new user account created in the on-premise Active Directory to Azure AD immediately, run the Start-ADSyncSyncCycle -PolicyType Initial PowerShell cmdlet.
  • Alternatively, restart the NetLogon service on a domain controller.
  • Forcing replication of the Global Catalog on a domain controller using Active Directory Sites and Services does not meet the goal.

Azure Storage Redundancy

  • A company with datacenters in Los Angeles and New York wants to configure them as geo-clustered sites for site resiliency.
  • Data storage requirements include storing data on multiple nodes in separate geographic locations, readable from both primary and secondary locations.
  • Read-only geo-redundant storage is the recommended Azure storage redundancy option.

Azure Resource Manager (ARM) Templates

  • To review the ARM template that was used, access the Resource Group blade.

Virtual Machine (VM) Resizing

  • If resizing a VM in an availability set causes an allocation failure, stop all three VMs in the availability set.

Attaching Data Disks to Azure VMs

  • For minimal downtime when attaching a data disk from one Azure VM to another, first detach the data disk.

platformUpdateDomainCount Property

  • When deploying VMs using ARM templates and ensuring accessibility during maintenance, configure the platformUpdateDomainCount property to 10.

Studying That Suits You

Use AI to generate personalized quizzes and flashcards to suit your learning preferences.

Quiz Team

Related Documents

Use Quizgecko on...
Browser
Browser