AZ-204 Developing Solutions for Microsoft Azure

Loading demo links...

Showing 16–18 of 20 questions

Question 16 (New Update)

You are developing a web application hosted on Azure that occasionally goes offline for offline data processing tasks. During these offline periods, multiple Azure Monitor alerts are triggered, resulting in the on-call developer being unnecessarily paged.

To address this issue, it is crucial that the application always records logs indicating when it is offline. However, the on-call developer should not receive pages during these offline processing times.

Which solution should you implement to prevent paging the on-call developer during these offline periods?

Select an option, then click Submit answer.

  • Add Azure Monitor alert processing rules to suppress notifications.
  • Create an Azure Monitor Metric Alert.
  • Build an Azure Monitor action group that suppresses the alerts.
  • Disable Azure Monitor Service Health Alerts during offline processing.
Question 17 (New Update)

You have developed and deployed a web application using Azure App Service. This application accesses data stored in an Azure Storage account, which consists of several containers housing large volumes of data. All your Azure resources are currently deployed in a single region.

Your goal is to move the Azure Storage account to a new region, making sure that all existing data is copied to this new location.

What initial step should you take to accomplish this task?

Select an option, then click Submit answer.

  • Export the Azure Storage account Azure Resource Manager template
  • Initiate a storage account failover
  • Configure object replication for all blobs
  • Use the AzCopy command line tool
  • Create a new Azure Storage account in the current region
  • Create a new subscription in the current region

Question 18 (New Update)

This question is part of a series of questions that share the same scenario. Each question in the series is independent and offers a unique solution which could potentially meet the stated objectives. Some question sets might include multiple correct solutions, while others may not have any correct solutions.

Once you answer a question in this section, you will not be able to revisit it. Consequently, these questions will not appear on the review screen.

You are tasked with developing a website to be hosted as an Azure Web App. User authentication will be facilitated via Azure Active Directory (Azure AD) credentials.

The goal is to assign users to one of the following permission levels on the website: admin, normal, and reader. The user's Azure AD group membership should be instrumental in determining their permission level.

Your task is to implement the appropriate authorization configuration.

Does the proposed solution achieve the goal?

Select an option, then click Submit answer.

  • Yes
  • No