It is more faster and easier to pass the AZ-101 Study Guides by using AZ-101 Study Guides. Immediate access to the AZ-101 Braindumps and find the same core area AZ-101 Study Guides with professionally verified answers, then PASS your exam with a high score now.

Online AZ-101 free questions and answers of New Version:

NEW QUESTION 1
You have an Azure Service Bus.
You need to implement a Service Bus queue that guarantees first in first-out (FIFO) delivery of messages.
What should you do?

  • A. Set the Lock Duration setting to 10 seconds.
  • B. Enable duplicate detection.
  • C. Set the Max Size setting of the queue to 5 GB.
  • D. Enable partitioning.
  • E. Enable sessions.

Answer: E

Explanation: Through the use of messaging sessions you can guarantee ordering of messages, that is first-in-first- out (FIFO) delivery of messages.
References:
https://docs.microsoft.com/en-us/azure/service-bus-messaging/service-bus-azure-and-service-bus- queues-compared-contrasted

NEW QUESTION 2
You have an Azure App Service plan that hosts an Azure App Service named App1. You configure one production slot and four staging slots for App1.
You need to allocate 10 percent of the traffic to each staging slot and 60 percent of the traffic to the production slot.
What should you add to Appl1?

  • A. slots to the Testing in production blade
  • B. a performance test
  • C. a WebJob
  • D. templates to the Automation script blade

Answer: A

Explanation: Besides swapping, deployment slots offer another killer feature: testing in production. Just like the name suggests, using this, you can actually test in production. This means that you can route a specific percentage of user traffic to one or more of your deployment slots.
Example:
AZ-101 dumps exhibit
References:
https://stackify.com/azure-deployment-slots/

NEW QUESTION 3
HOTSPOT
You have an Azure web app named WebApp1 that runs in an Azure App Service plan named ASP1. ASP1 is based on the D1 pricing tier.
You need to ensure that WebApp1 can be accessed only from computers on your on-premises network. The solution must minimize costs.
What should you configure? To answer, select the appropriate options in the answer are a.
NOTE: Each correct selection is worth one point.
AZ-101 dumps exhibit

    Answer:

    Explanation: Box 1: B1
    B1 (Basic) would minimize cost compared P1v2 (premium) and S1 (standard). Box 2: Cross Origin Resource Sharing (CORS)
    Once you set the CORS rules for the service, then a properly authenticated request made against the service from a different domain will be evaluated to determine whether it is allowed according to the
    rules you have specified.
    Note: CORS (Cross Origin Resource Sharing) is an HTTP feature that enables a web application running under one domain to access resources in another domain. In order to reduce the possibility of cross-site scripting attacks, all modern web browsers implement a security restriction known as same-origin policy. This prevents a web page from calling APIs in a different domain. CORS provides a secure way to allow one origin (the origin domain) to call APIs in another origin.
    References:
    https://azure.microsoft.com/en-us/pricing/details/app-service/windows/ https://docs.microsoft.com/en-us/azure/cdn/cdn-cors

    NEW QUESTION 4
    You need to deploy an application gateway named appgwl015 to meet the following requirements: Load balance internal IP traffic to the Azure virtual machines connected to subnet0.
    Provide a Service Level Agreement (SLA) of 99.99 percent availability for the Azure virtual machines.
    What should you do from the Azure portal?

      Answer:

      Explanation: Step 1:
      Click New found on the upper left-hand corner of the Azure portal.
      Step 2:
      Select Networking and then select Application Gateway in the Featured list.
      Step 3:
      Enter these values for the application gateway: appgw1015 - for the name of the application gateway. SKU Size: Standard_V2
      The new SKU [Standard_V2] offers autoscaling and other critical performance enhancements.
      AZ-101 dumps exhibit
      Step 4:
      Accept the default values for the other settings and then click OK.
      Step 5:
      Click Choose a virtual network, and select subnet0. References:
      https://docs.microsoft.com/en-us/azure/application-gateway/application-gateway-create-gateway- portal

      NEW QUESTION 5
      DRAG DROP
      You are developing an Azure web app named WebApp1. WebApp1 uses an Azure App Service plan named Plan1 that uses the B1 pricing tier.
      You need to configure WebApp1 to add additional instances of the app when CPU usage exceeds 70 percent for 10 minutes.
      Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.
      AZ-101 dumps exhibit

        Answer:

        Explanation: Box 1: From the Scale out (App Service Plan) settings blade, change the pricing tier The B1 pricing tier only allows for 1 core. We must choose another pricing tier.
        Box 2: From the Scale out (App Service Plan) settings blade, enable autoscale
        Log in to the Azure portal at http://portal.azure.com
        Navigate to the App Service you would like to autoscale.
        Select Scale out (App Service plan) from the menu
        Click on Enable autoscale. This activates the editor for scaling rules.
        AZ-101 dumps exhibit
        Box 3: From the Scale mode to Scale based on metric, add a rule, and set the instance limits.
        Click on Add a rule. This shows a form where you can create a rule and specify details of the scaling. References:
        https://azure.microsoft.com/en-us/pricing/details/app-service/windows/ https://blogs.msdn.microsoft.com/hsirtl/2021/07/03/autoscaling-azure-web-apps/

        NEW QUESTION 6
        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 have an Azure Active Directory (Azure AD) tenant named Adatum and an Azure Subscript contains a resource group named Dev.
        d Subscription1. Adatum contains a group named Developers. Subscription!
        You need to provide the Developers group with the ability to create Azure logic apps in the; Dev, resource group.
        Solution: On Dev, you assign the Logic App Contributor role to the Developers group.
        Does this meet the goal?

        • A. Yes
        • B. No

        Answer: A

        Explanation: The Logic App Contributor role lets you manage logic app, but not access to them. It provides access to view, edit, and update a logic app.
        References:
        https://docs.microsoft.com/en-us/azure/role-based-access-control/built-in-roles https://docs.microsoft.com/en-us/azure/logic-apps/logic-apps-securing-a-logic-app

        NEW QUESTION 7
        HOTSPOT
        You plan to create a new Azure Active Directory (Azure AD) role.
        You need to ensure that the new role can view all the resources in the Azure subscription and issue support requests to Microsoft. The solution must use the principle of least privilege.
        How should you complete the JSON definition? To answer, select the appropriate options in the answer are
        a.
        NOTE: Each correct selection is worth one point.
        AZ-101 dumps exhibit

          Answer:

          Explanation: Box 1: "*/read",
          */read lets you view everything, but not make any changes. Box 2: " Microsoft.Support/*"
          The action Microsoft.Support/* enables creating and management of support tickets. References:
          https://docs.microsoft.com/en-us/azure/role-based-access-control/tutorial-custom-role-powershell https://docs.microsoft.com/en-us/azure/role-based-access-control/built-in-roles

          NEW QUESTION 8
          You have an Azure subscription named Subscription1 and two Azure Active Directory (Azure AD) tenants named Tenant1 and Tenant2.
          Subscnption1 is associated to Tenant1 Multi-factor authentication (MFA) is enabled for all the users in Tenant1.
          You need to enable MFA for the users in Tenant2. The solution must maintain MFA forTenant1. What should you do first?

          • A. Transfer the administration of Subscription1 to a global administrator of Tenants.
          • B. Configure the MFA Server setting in Tenant1.
          • C. Create and link a subscription to Tenant2.
          • D. Change the directory for Subscription1.

          Answer: C

          NEW QUESTION 9
          HOTSPOT
          You need to prepare the environment to implement the planned changes for Server2.
          What should you do? To answer, select the appropriate options in the answer area.
          NOTE: Each correct selection is worth one point.
          AZ-101 dumps exhibit

            Answer:

            Explanation: Box 1: Create a Recovery Services vault
            Create a Recovery Services vault on the Azure Portal. Box 2: Install the Azure Site Recovery Provider
            Azure Site Recovery can be used to manage migration of on-premises machines to Azure. Scenario: Migrate the virtual machines hosted on Server1 and Server2 to Azure.
            Server2 has the Hyper-V host role. References:
            https://docs.microsoft.com/en-us/azure/site-recovery/migrate-tutorial-on-premises-azure

            Case Study: 5
            Mix Questions Set C (Evaluate and perform server migration to Azure)

            NEW QUESTION 10
            You create an Azure subscription that is associated to a basic Azure Active Directory (Azure AD) tenant. You need to receive an email notification when any user activates an administrative role.
            What should you do?

            • A. Purchase Azure AD Premium 92 and configure Azure AD Privileged Identity Management,
            • B. Purchase Enterprise Mobility + Security E3 and configure conditional access policies.
            • C. Purchase Enterprise Mobility + Security E5 and create a custom alert rule in Azure Security Center.
            • D. Purchase Azure AD Premium PI and enable Azure AD Identity Protection.

            Answer: A

            Explanation: When key events occur in Azure AD Privileged Identity Management (PIM), email notifications are sent. For example, PIM sends emails for the following events:
            When a privileged role activation is pending approval
            When a privileged role activation request is completed
            When a privileged role is activated
            When a privileged role is assigned
            When Azure AD PIM is enabled References:
            https://docs.microsoft.com/en-us/azure/active-directory/privileged-identity-management/pim- email-notifications

            NEW QUESTION 11
            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 manage a virtual network named VNet1 that is hosted in the West US Azure region. VNet1 hosts two virtual machines named VM1 and VM2 that run Windows Server.
            You need to inspect all the network traffic from VM1 to VM2 for a period of three hours. Solution: From Azure Monitor, you create a metric on Network In and Network Out. Does this meet the goal?

            • A. Yes
            • B. No

            Answer: B

            Explanation: You should use Azure Network Watcher. References:
            https://docs.microsoft.com/en-us/azure/network-watcher/network-watcher-monitoring-overview

            Case Study: 2
            Mix Questions Set B (Implement advanced networking)

            NEW QUESTION 12
            You plan to connect a virtual network named VNET1017 to your on-premises network by using both an Azure ExpressRoute and a site-to-site VPN connection.
            You need to prepare the Azure environment for the planned deployment. The solution must maximize the IP address space available to Azure virtual machines.
            What should you do from the Azure portal before you create the ExpressRoute are the VPN gateway?

              Answer:

              Explanation: We need to create a Gateway subnet Step 1:
              Go to More Services > Virtual Networks Step 2:
              Then click on the VNET1017, and click on subnets. Then click on gateway subnet.
              Step 3:
              In the next window define the subnet for the gateway and click OK
              AZ-101 dumps exhibit
              It is recommended to use /28 or /27 for gateway subnet.
              As we want to maximize the IP address space we should use /27. References:
              https://blogs.technet.microsoft.com/canitpro/2021/06/28/step-by-step-configuring-a-site-to-site-vpn- gateway-between-azure-and-on-premise/

              NEW QUESTION 13
              You need to create a web app named corp7509086n2 that can be scaled horizontally. The solution must use the lowest possible pricing tier for the App Service plan.
              What should you do from the Azure portal?

                Answer:

                Explanation: Step 1:
                In the Azure Portal, click Create a resource > Web + Mobile > Web App. Step 2:
                Use the Webb app settings as listed below. Web App name: corp7509086n2
                Hosting plan: Azure App Service plan Pricing tier of the Pricing Tier: Standard
                Change your hosting plan to Standard, you can't setup auto-scaling below standard tier.
                Step 3:
                Select Create to provision and deploy the Web app.
                References:
                https://docs.microsoft.com/en-us/azure/app-service/environment/app-service-web-how-to-create-a- web-app-in-an-ase
                https://azure.microsoft.com/en-us/pricing/details/app-service/plans/

                NEW QUESTION 14
                You have an Azure Active Directory (Azure AD) tenant named Tenant1 and an Azure subscription named You enable Azure AD Privileged Identity Management.
                You need to secure the members of the Lab Creator role. The solution must ensure that the lab creators request access when they create labs.
                What should you do first?

                • A. From Azure AD Privileged Identity Management, edit the role settings for Lab Creator.
                • B. From Subscription1 edit the members of the Lab Creator role.
                • C. From Azure AD Identity Protection, creates a user risk policy.
                • D. From Azure AD Privileged Identity Management, discover the Azure resources of Conscription.

                Answer: A

                Explanation: As a Privileged Role Administrator you can:
                Enable approval for specific roles
                Specify approver users and/or groups to approve requests
                View request and approval history for all privileged roles References:
                https://docs.microsoft.com/en-us/azure/active-directory/privileged-identity-management/pim-configure

                NEW QUESTION 15
                You need to add a deployment slot named staging to an Azure web app named
                corplod@lab.LabInstance.Idn4. The solution must meet the following requirements:
                When new code is deployed to staging, the code must be swapped automatically to the production slot. Azure-related costs must be minimized.
                What should you do from the Azure portal?

                  Answer:

                  Explanation: Step 1:
                  Locate and open the corplod@lab.LabInstance.Idn4 web app.
                  1. In the Azure portal, on the left navigation panel, click Azure Active Directory.
                  2. In the Azure Active Directory blade, click Enterprise applications.
                  Step 2:
                  Open your app's resource blade and Choose the Deployment slots option, then click Add Slot.
                  AZ-101 dumps exhibit
                  Step 3:
                  In the Add a slot blade, give the slot a name, and select whether to clone app configuration from another existing deployment slot. Click the check mark to continue.
                  The first time you add a slot, you only have two choices: clone configuration from the default slot in production or not at all.
                  References:
                  https://docs.microsoft.com/en-us/azure/app-service/web-sites-staged-publishing

                  NEW QUESTION 16
                  You have an Azure subscription that contains a virtual network named VNet1. VNet 1 has two subnets named Subnet1 and Subnet2. VNet1 is in the West Europe Azure region.
                  The subscription contains the virtual machines in the following table.
                  AZ-101 dumps exhibit
                  You need to deploy an application gateway named AppGW1 to VNet1. What should you do first?

                  • A. Add a service endpoint.
                  • B. Add a virtual network.
                  • C. Move VM3 to Subnet1.
                  • D. Stop VM1 and VM2.

                  Answer: D

                  Explanation: If you have an existing virtual network, either select an existing empty subnet or create a new subnet in your existing virtual network solely for use by the application gateway.
                  Verify that you have a working virtual network with a valid subnet. Make sure that no virtual machines or cloud deployments are using the subnet. The application gateway must be by itself in a virtual network subnet.
                  References:
                  https://social.msdn.microsoft.com/Forums/azure/en-US/b09367f9-5d01-4cda-9127- b7a506a0a151/cant-create-application-gateway?forum=WAVirtualMachinesVirtualNetwork https://docs.microsoft.com/en-us/azure/application-gateway/application-gateway-create-gateway

                  Recommend!! Get the Full AZ-101 dumps in VCE and PDF From 2passeasy, Welcome to Download: https://www.2passeasy.com/dumps/AZ-101/ (New 67 Q&As Version)