AZ-104

Ace your homework & exams now with Quizwiz!

You have an Azure subscription named Subscription1 that contains an Azure Log Analytics workspace named Workspace1. You need to view the error events from a table named Event. Which query should you run in Workspace1?

1. Event | search "error" 2. Event | where EventType == "error" 3. search in (Event) "error"

You are required to make sure that the ARM template you configure allows for as many VMs as possible to remain accessible in the event of fabric failure or maintenance.Which of the following is the value that you should configure for the platformUpdateDomainCount property?

20

You plan to deploy several Azure virtual machines that will run Windows Server 2019 in a virtual machine scale set by using an Azure Resource Manager template.You need to ensure that NGINX is available on all the virtual machines after they are deployed.What should you use?

A Desired State Configuration (DSC) extension

You sign up for Azure Active Directory (Azure AD) Premium.You need to add a user named [email protected] as an administrator on all the computers that will be joined to the Azure AD domain.What should you configure in Azure AD?

A. Device settings from the Devices blade

You have an Azure Active Directory (Azure AD) tenant named contoso.onmicrosoft.com that contains 100 user accounts.You purchase 10 Azure AD Premium P2 licenses for the tenant.You need to ensure that 10 users can use all the Azure AD Premium features.What should you do?

A. From the Licenses blade of Azure AD, assign a license

You have an Azure Active Directory (Azure AD) tenant named contoso.onmicrosoft.com. The User administrator role is assigned to a user named Admin1. An external partner has a Microsoft account that uses the [email protected] sign in. Admin1 attempts to invite the external partner to sign in to the Azure AD tenant and receives the following error message: "Unable to invite user [email protected]" Generic authorization exception. You need to ensure that Admin1 can invite the external partner to sign in to the Azure AD tenant. What should you do?

A. From the Users blade, modify the External collaboration settings.

Users access the resources in the subscription from either home or from customer sites. From home, users must establish a point-to-site VPN to access the Azure resources. The users on the customer sites access the Azure resources by using site-to-site VPNs.You have a line-of-business-app named App1 that runs on several Azure virtual machine. The virtual machines run Windows Server 2016.You need to ensure that the connections to App1 are spread across all the virtual machines. What are two possible Azure services that you can use?

A. an internal load balancer E. an Azure Application Gateway

You need to upload the image to Azure to ensure that it is available for selection when you create the new Azure VMs. Which PowerShell cmdlets should you use?

Add-AzVhd -ResourceGroupName $resourceGroup -Destination $urlOfUploadedImageVhd ` -LocalFilePath $localPath

You have an Azure subscription that is used by four departments in your company. The subscription contains 10 resource groups. Each department uses resources in several resource groups. You need to send a report to the finance department. The report must detail the costs for each department. Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order. Select and Place:

Assign a tag to each resource From the cost analysis blade, filter view by tag Download usage report

You have an Azure subscription.You have 100 Azure virtual machines.You need to quickly identify underutilized virtual machines that can have their service tier changed to a less expensive offering.Which blade should you use?

B. Advisor

You have an Azure subscription named Subscription1 that contains a virtual network named VNet1. VNet1 is in a resource group named RG1.Subscription1 has a user named User1. User1 has the following roles:✑ Reader✑ Security Admin✑ Security ReaderYou need to ensure that User1 can assign the Reader role for VNet1 to other users.What should you do?

B. Assign User1 the User Access Administrator role for VNet1.

You have an Azure Active Directory (Azure AD) tenant that contains 5,000 user accounts.You create a new user account named AdminUser1.You need to assign the User administrator administrative role to AdminUser1.What should you do from the user account properties?

B. From the Directory role blade, modify the directory role

You have an Azure subscription named Subscription1 that contains an Azure Log Analytics workspace named Workspace1. You need to view the error events from a table named Event. Which query should you run in Workspace1?

B. search in (Event) "error"

You have an Azure subscription linked to an Azure Active Directory tenant. The tenant includes a user account named User1.You need to ensure that User1 can assign a policy to the tenant root management group.What should you do?

C. Assign the Global administrator role to User1, and then instruct User1 to configure access management for Azure resources.

You have an Azure subscription named Subscription1 and an on-premises deployment of Microsoft System Center Service Manager. Subscription1 contains a virtual machine named VM1. You need to ensure that an alert is set in Service Manager when the amount of available memory on VM1 is below 10 percent. What should you do first?

C. Deploy the IT Service Management Connector (ITSM)

You have an Azure subscription named Subscription1 and an on-premises deployment of Microsoft System Center Service Manager.Subscription1 contains a virtual machine named VM1.You need to ensure that an alert is set in Service Manager when the amount of available memory on VM1 is below 10 percent.What should you do first?

C. Deploy the IT Service Management Connector (ITSM)

You recently created a new Azure subscription that contains a user named Admin1.Admin1 attempts to deploy an Azure Marketplace resource by using an Azure Resource Manager template. Admin1 deploys the template by using AzurePowerShell and receives the following error message: ג€User failed validation to purchase resources. Error message: ג€Legal terms have not been accepted for this item on this subscription. To accept legal terms, please go to the Azure portal (http://go.microsoft.com/fwlink/?LinkId=534873) and configure programmatic deployment for the Marketplace item or create it there for the first time.ג€You need to ensure that Admin1 can deploy the Marketplace resource successfully. What should you do?

C. From Azure PowerShell, run the Set-AzMarketplaceTerms cmdlet

You have an Azure virtual machine (VM) that has a single data disk. You have been tasked with attaching this data disk to another Azure VM.You need to make sure that your strategy allows for the virtual machines to be offline for the least amount of time possible.Which of the following is the action you should take FIRST?

Detach the data disk.

You sign up for Azure Active Directory (Azure AD) Premium. You need to add a user named [email protected] as an administrator on all the computers that will be joined to the Azure AD domain. What should you configure in Azure AD?

Device settings from the Devices blade

User Requirements -Contoso identifies the following requirements for users: Ensure that only users who are part of a group named Pilot can join devices to Azure AD. Designate a new user named Admin1 as the service admin for the Azure subscription.Admin1 must receive email alerts regarding service outages. Ensure that a new user named User3 can create network objects for the Azure subscription.

From the Subscriptions blade, select the subscription, and then modify the Properties

Your company also has an on-premises Hyper-V server that hosts a VM, named VM1, which must be replicated to Azure. Which of the following objects that must be created to achieve this goal?

Hyper-V site Azure Recovery Services Vault Replication policy

Store1 contains a file share named data. Data contains 5,000 files. You need to synchronize the files in the file share named data to an on-premises server named Server1.Which three actions should you perform? Each correct answer presents part of the solution.

Install the Azure File Sync agent on Server1 Register Server1 Create a sync group and a cloud endpoint.

You have an Azure subscription named Subscription1.You deploy a Linux virtual machine named VM1 to Subscription1.You need to monitor the metrics and the logs of VM1.

Linux Diagnostic Extension (LAD) 3.0

You are required to make sure that the ARM template you configure allows for as many VMs as possible to remain accessible in the event of fabric failure or maintenance. Which of the following is the value that you should configure for the platformFaultDomainCount property

Max Value

You have an Azure Directory (Azure AD) tenant named Adatum and an Azure Subscription named Subscription1. Adatum contains a group named Developers.Subscription1 contains a resource group named Dev.You need to provide the Developers group with the ability to create Azure logic apps in the Dev resource group.

On Dev, you assign the Contributor role to the Developers group.

You need to implement a backup solution for App1 after the application is moved.What should you create first?

Recovery Services vault

You need to configure the two VMs with static internal IP addresses.

Run the Set-AzureStaticVnetIP powershell cmdlet

You deploy an Azure Kubernetes Service (AKS) cluster named AKS1.You need to deploy a YAML file to AKS1.

Solution: From Azure CLI, you run the kubectl client.

Your company has a Microsoft SQL Server Always On availability group configured on their Azure virtual machines (VMs). You need to configure an Azure internal load balancer as a listener for the availability group.

Solution: You enable Floating IP

You have an Azure subscription that contains a storage account. You have an on-premises server named Server1 that runs Windows Server 2016. Server1 has 2 TB of data. You need to transfer the data to the storage account by using the Azure Import/Export service. In which order should you perform the actions? To answer, move all actions from the list of actions to the answer area and arrange them in the correct order.

Step 1: Attach an external disk to Server1 and then run waimportexport.exe Step 2: From the Azure portal, create an import job. Step 3: Detach the external disks from Server1 and ship the disks to an Azure data center. Step 4: From the Azure portal, update the import job

You have an on-premises file server named Server1 that runs Windows Server 2016. You have an Azure subscription that contains an Azure file share. You deploy an Azure File Sync Storage Sync Service, and you create a sync group. You need to synchronize files from Server1 to Azure. Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.

Step 1: Install the Azure File Sync agent on Server1. Step 2: Register Server1. Step 3: Add a server endpoint

You onboard 10 Azure virtual machines to Azure Automation State Configuration.You need to use Azure Automation State Configuration to manage the ongoing consistency of the virtual machine configurations.Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.

Step 1: Upload a configuration to Azure Automation State Configuration. Step 2: Compile a configuration into a node configuration. Step 3: Assign the node configuration

You need to move the blueprint files to Azure.What should you do?

Use Azure Storage Explorer to copy the files.

C. From Azure PowerShell, run the Set-AzMarketplaceTerms cmdlet

You recently created a new Azure subscription that contains a user named Admin1.Admin1 attempts to deploy an Azure Marketplace resource by using an Azure Resource Manager template. Admin1 deploys the template by using AzurePowerShell and receives the following error message: ג€User failed validation to purchase resources. Error message: ג€Legal terms have not been accepted for this item on this subscription. To accept legal terms, please go to the Azure portal (http://go.microsoft.com/fwlink/?LinkId=534873) and configure programmatic deployment for the Marketplace item or create it there for the first time.ג€You need to ensure that Admin1 can deploy the Marketplace resource successfully. What should you do?

Which of the following should you use to create the virtual machine

az vm create command

You have an Azure Kubernetes Service (AKS) cluster named AKS1.You need to configure cluster autoscaler for AKS1.Which two tools should you use? Each correct answer presents a complete solution.

the Azure portal the az aks command

✑ Location: East US You need to record all the successful and failed connection attempts to VM1.Which three actions should you perform? Each correct answer presents part of the solution.

✑ In the Azure portal, enable Network Watcher in the Azure region. ✑ Register Insights provider. NSG flow logging requires the Microsoft.Insights provider. ✑ Enable NSG flow log. NSG flow log data is written to an Azure Storage account, Subscription1 has storage.


Related study sets

Ch. 7 Sales Comparison Approach - Principles and Data Sources

View Set

CURRENT PSYCHOTHERAPIES all chs excluding 12,13

View Set

Chapter 18: regulation of gene expression

View Set

BIOL 171 Chapter 5 Mastering Biology

View Set