You need to configure a host name for WebApp2. What should you do first? A. In Azure AD, add contoso.com as a custom domain name B. In the public DNS zone of contoso.onmicrosoft.com, add an NS record C. In Azure…

Case study Overview ADatum Corporation is a financial company that has two main offices in New York and Los Angeles. ADatum has a subsidiary named Fabrikam, Inc. that shares the Los Angeles office. ADatum is conducting an initial deployment of…

You have an Azure App Service named WebApp1. You plan to add a WebJob named WebJob1 to WebApp1. You need to ensure that WebJob1 is triggered every 15 minutes. What should you do? A. Change the Web.config file to include…

You create the following Azure role definition. { "Name": "Role1", "Id": "80808080-8080-8080-8080-808080808080", IsCustom : false, "Description": "", "Actions" : [ "Microsoft.Storage/*/read", "Microsoft.Network/*/read", "Microsoft.Compute/*/read", "Microsoft.Compute/virtualMachines/start/action", "Microsoft.Compute/virtualMachines/restart/action", "Microsoft.Authorization/*/read"], "NotActions": [], "DataActions": [], "NotDataActions": [], "AssignableScopes": [] } You need to create Role1…