AZ-900 Exam Question 71

For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.

AZ-900 Exam Question 72

Which two types of customers are eligible to use Azure Government to develop a cloud solution? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.
  • AZ-900 Exam Question 73

    You have an Azure environment that contains 10 virtual networks and 100 virtual machines.
    You need to limit the amount of inbound traffic to all the Azure virtual networks.
    What should you create?
  • AZ-900 Exam Question 74

    HOTSPOT
    For each of the following statements, select Yes if the statement is true. Otherwise, select No.
    NOTE: Each correct selection is worth one point.
    Hot Area:

    AZ-900 Exam Question 75

    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 subscription named Subscription1. You sign in to the Azure portal and create a resource group named RG1.
    From Azure documentation, you have the following command that creates a virtual machine named VM1.
    az vm create --resource-group RG1 --name VM1 -- image
    UbuntuLTS --generate-ssh-keys
    You need to create VM1 in Subscription1 by using the command.
    Solution: From a computer that runs Windows 10, install Azure CLI. From PowerShell, sign in to Azure and then run the command.
    Does this meet the goal?