How should you complete the script?
Hotspot Question You are creating a CLI script that creates an Azure web app and related services in Azure App Service. The web app uses the following variables: You need to automatically deploy code from Git-Hub to the newly created web app. How should you complete the script? To answer,...
What is Durable Functions?
What is Durable Functions?A . Durable Functions is an extension of Azure Functions, that allow you to simplify complex stateful executions in a serverless-environmentB . Durable Functions is a logical container for a single workflow that you define using triggers and actions.C . Durable Functions is a serverless compute service...
How should you complete the CLI commands?
Case Study 2 - Coho Winery LabelMaker app Coho Winery produces bottles, and distributes a variety of wines globally. You are developer implementing highly scalable and resilient applications to support online order processing by using Azure solutions. Coho Winery has a LabelMaker application that prints labels for wine bottles. The...
Does the solution meet the goal?
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution. After you...
What are two possible ways to achieve the goal?
You are developing a solution that will use Azure messaging services. You need to ensure that the solution uses a publish-subscribe model and eliminates the need for constant polling. What are two possible ways to achieve the goal? Each correct answer presents a complete solution. NOTE: Each correct selection is...
Which command should you use?
Case Study 2 Requirements ContentAnalysisService The company’s data science group built ContentAnalysisService which accepts user generated content as a string and returns a probable value for inappropriate content. Any values over a specific threshold must be reviewed by an employee of Contoso, Ltd. You must create an Azure Function named...
Which of the following is an advantage of using bindings in your Azure Functions to access data sources and data sinks?
Which of the following is an advantage of using bindings in your Azure Functions to access data sources and data sinks?A . They provide access to more data sources than are available using code.B . They let you connect to Azure resources without authentication.C . They simplify the connection process;...
What value should be used for the ConnectionString field on line DB03 in the Database class?
Case study 1 - Litware Inc Background You are a developer for Litware Inc., a SaaS company that provides a solution for managing employee expenses. The solution consists of an ASP.NET Core Web API project that is deployed as an Azure Web App. Overall architecture Employees upload receipts for the...
Does the solution meet the goal?
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution. After you...
Which of the following blob trigger Path values should you use?
Suppose your Azure Function has a blob trigger associated with it and you want it to execute only when images are uploaded. Which of the following blob trigger Path values should you use?A . samples-workitems/{name}B . samples-workitems/{name}/pngC . samples-workitems/{name}?pngD . samples-workitems/{name}.pngView AnswerAnswer: D