AZ-204 Exam Question 91

You develop an ASP.NET Core app that uses Azure App Configuration. You also create an App Configuration containing 100 settings. The app must meet the following requirements:
* Ensure the consistency of all configuration data when changes to individual settings occur.
* Handle configuration data changes dynamically without causing the application to restart.
* Reduce the overall number of requests made to App Configuration APIs.
You must implement dynamic configuration updates in the app.
What are two ways to achieve this goal? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.
  • AZ-204 Exam Question 92

    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 answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
    You develop Azure solutions.
    You must grant a virtual machine (VM) access to specific resource groups in Azure Resource Manager.
    You need to obtain an Azure Resource Manager access token.
    Solution: Use an X.509 certificate to authenticate the VM with Azure Resource Manager.
    Does the solution meet the goal?
  • AZ-204 Exam Question 93

    You are updating an application that stores data on Azure and uses Azure Cosmos DB for storage. The application stores data in multiple documents associated with a single username.
    The application requires the ability to update multiple documents for a username in a single ACID operation.
    You need to configure Azure Cosmos DB.
    Which two actions should you perform? Each correct answer presents part of the solution.
    NOTE: Each correct selection is worth one point.
  • AZ-204 Exam Question 94

    You provide an Azure API Management managed web service lo clients. The back end web service implements HTTP Strict Transport Security (HSTS).
    Every request to the backend service must include a valid HTTP authorization header.
    You need to configure the Azure API Management instance with an authentication policy.
    Which two policies can you uses? Each correct answer presents a complete solution NOTE: Each correct selection is worth one point.
  • AZ-204 Exam Question 95

    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 answer a question in this question, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
    You are developing a website that will run as an Azure Web App. Users will authenticate by using their Azure Active Directory (Azure AD) credentials.
    You plan to assign users one of the following permission levels for the website: admin, normal, and reader. A user's Azure AD group membership must be used to determine the permission level. You need to configure authorization.
    Solution:
    *Create a new Azure AD application's manifest, set value of the groupMembershipClaims option to All.
    *In the website, use the value of the groups claim from the JWI for the user to determine permissions.
    Does the solution meet the goal?