AZ-204 Exam Question 91

You are configuring a new development environment for a Java application.
The environment requires a Virtual Machine Scale Set (VMSS), several storage accounts, and networking components.
The VMSS must not be created until the storage accounts have been successfully created and an associated load balancer and virtual network is configured.
How should you complete the Azure Resource Manager template? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

AZ-204 Exam Question 92

You are developing an Azure Durable Function to manage an online ordering process.
The process must call an external API to gather product discount information.
You need to implement Azure Durable Function.
Which Azure Durable Function types should you use? Each correct answer presents part of the solution NOTE: Each correct selection is worth ore point
  • AZ-204 Exam Question 93

    You are developing a solution by using the Azure Event Hubs SDK. You create a standard Azure Event Hub with 16 partitions. You implement eight event processor clients.
    You must balance the load dynamically when an event processor client fails. When an event processor client fails, another event processor must continue processing from the exact point at which the failure occurred. All events must be aggregate and upload to an Azure Blob storage account You need to implement event processing recovery for the solution.
    Which SDK features should you use? To answer, select the appropriate options in the answer area.
    Each correct selection is worth one point.

    AZ-204 Exam Question 94

    You have an Azure Batch project that processes and converts files and stores the files in Azure storage. You are developing a function to start the batch job.
    You add the following parameters to the function.

    You must ensure that converted files are placed in the container referenced by the outputContainerSasUrl parameter. Files which fail to convert are places in the container referenced by the failedContainerSasUrl parameter.
    You need to ensure the files are correctly processed.
    How should you complete the code segment? To answer, select the appropriate options in the answer area.
    NOTE: Each correct selection is worth one point.

    AZ-204 Exam Question 95

    You plan to deploy a new application to a Linux virtual machine (VM) that is hosted in Azure.
    The entire VM must be secured at rest by using industry-standard encryption technology to address organizational security and compliance requirements.
    You need to configure Azure Disk Encryption for the VM.
    How should you complete the Azure Cli commands? To answer, select the appropriate options in the answer area.
    NOTE: Each correct selection is worth one point.