You are developing an ASP.NET Core MVC web application. You write a GULP task to automatically minify and upload JavaScript, CSS, and image files to Microsoft Azure CDN. You need to ensure that the minification and upload tasks run automatically…

You have a class that includes the following code. (Line numbers are included for reference only.) You must enforce the following requirements for the actions: You need to configure the class. Which three actions should you perform? Each correct answer…

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 questions sets might have more than one correct solution, while others…

You are developing an application that uses ASP.NET Core Identity for authorization. The application must use an existing Microsoft Azure Table Storage instance to store user information. You create a custom UserStore class. You need to register the class as…

You are designing an ASP.NET Core MVC application that handles multiple customers. A user may log on to the site to perform activities such as checking balances, performing transactions, and other activities that must be done securely. The application must…

You are developing an ASP.NET Core MVC web application that provides assets to external websites including images, JavaScript scripts and text files. The external websites must be able to make full use of assets provided to them by the web…

You are developing an ASP.NET Core MVC web application that will be deployed to Microsoft Azure App Services Web App. Scheduled downtime during deployment of new features is not permitted. You need to ensure that deployments do not result in…

You define a startup task in the ServiceDefinition.csdef file. The task consists of a batch file that runs a Windows PowerShell script. The script places configuration files in local storage for use in a worker role. The worker role needs…

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 questions sets might have more than one correct solution, while others…