
Ultimate access to all questions.
You are tasked with provisioning a Document Intelligence resource in Azure. Describe the steps you would take to ensure that the resource is correctly configured to handle high volumes of document extraction requests, including setting up appropriate scaling and monitoring mechanisms. Additionally, explain how you would integrate this resource with an existing Azure Logic App to automate document processing workflows.
A
Provision the resource using the Azure portal, set up autoscaling based on CPU usage, and integrate with Logic Apps via REST API.
B
Provision the resource using Azure CLI, manually scale instances based on peak usage times, and use Azure Functions for integration.
C
Provision the resource using Azure PowerShell, configure autoscaling rules based on document queue length, and integrate with Logic Apps using connectors.
D
Provision the resource using the Azure portal, set up manual scaling, and integrate with Logic Apps via direct database connections.