AZ-104 Exam Question 116

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 that contains 10 virtual networks. The virtual networks are hosted in separate resource groups.
Another administrator plans to create several network security groups (NSGs) in the subscription.
You need to ensure that when an NSG is created, it automatically blocks TCP port 8080 between the virtual networks.
Solution: From the Resource providers blade, you unregister the Microsoft.ClassicNetwork provider.
Does this meet the goal?
  • AZ-104 Exam Question 117

    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 that contains the following resources:
    A virtual network that has a subnet named Subnet1
    Two network security groups (NSGs) named NSG-VM1 and NSG-Subnet1
    A virtual machine named VM1 that has the required Windows Server configurations to allow Remote Desktop connections NSG-Subnet1 has the default inbound security rules only.
    NSG-VM1 has the default inbound security rules and the following custom inbound security rule:
    Priority: 100
    Source: Any
    Source port range: *
    Destination: *
    Destination port range: 3389
    Protocol: UDP
    Action: Allow
    VM1 connects to Subnet1. NSG1-VM1 is associated to the network interface of VM1. NSG-Subnet1 is associated to Subnet1.
    You need to be able to establish Remote Desktop connections from the internet to VM1.
    Solution: You add an inbound security rule to NSG-Subnet1 that allows connections from the Any source to the VirtualNetwork destination for port range 3389 and uses the TCP protocol. You remove NSG-VM1 from the network interface of VM1.
    Does this meet the goal?
  • AZ-104 Exam Question 118

    You have an Azure subscription named Subcription1 that contains the storage accounts shown in the following table.

    You plan 10 use the Azure Import/Export service to export data from Subscription1.
  • AZ-104 Exam Question 119

    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 Subscription named Subscription1. Adatum contains a group named Developers. Subscription1 contains a resource group named Dev.
    You need to provide the Developers group with the ability to create Azure logic apps in the Dev resource group.
    Solution: On Subscription1, you assign the DevTest Labs User role to the Developers group.
    Does this meet the goal?
  • AZ-104 Exam Question 120

    You have an Azure subscription that contains a user named User1.
    You need to ensure that User1 can deploy virtual machines and manage virtual networks. The solution must use the principle of least privilege.
    Which role-based access control (RBAC) role should you assign to User1?