You are modifying a web application so that it uses Azure Active Directory to manage users. You create a security group named Users and a security group named Administrators. The Administrators security group is a member of the Users security group.You create the following code segment. Line numbers are included for reference only.You need to implement the canAccessUserResources function.Which code segment should you insert at line 02?
You are developing a messaging solution to integrate two applications named WeatherSummary and WeatherDetails. The WeatherSummary application displays a summary of weather information for major cities. The WeatherDetails application displays weather details for a specific city.You need to ensure that the WeatherDetails application displays the weather details for the city that the user selects in the WeatherSummary application.What should you do?
You store data by using table storage in Azure.The storage analytics logs do not contain any data.You must configure the Azure storage account to retain logs for the maximum length of time that Azure permits.In the Azure management portal, what should you do?
You host an application on an Azure virtual machine (VM) that uses a data disk. The application performs several input and output operations per second.You need to disable disk caching for the data disk.Which two actions will achieve the goal? Each answer presents a complete solution.
You are developing a REST API service that provides data about products. The service will be hosted in an Azure virtual machine (VM).The product data must be stored in Azure tables and replicated to multiple geographic locations.API calls that use the HTTP GET operation must continue to function when the data tables at the primary Azure datacenter are not accessible.You need to configure storage for the service.Which type of replication should you choose?
You develop a service that runs on a worker role in Azure. The service caches a large amount of data from a database at startup. The service has a configuration file that includes two settings named ConnectionString and SleepInterval.The service must restart when the value of the ConnectionString setting changes. The service must NOT restart when the value of the SleepInterval setting changes.You have the following code. Line numbers are for reference only.You need to configure the service.Which code segment should you insert at line 21?