Designing and Implementing Microsoft DevOps Solutions (AZ-400)

Disable ads (and more) with a membership for a one time $4.99 payment

Question: 1 / 235

What does unregistering the Microsoft.ClassicNetwork provider achieve in an Azure subscription?

It allows the creation of more virtual networks

It removes all network security groups from the subscription

It prevents certain NSG configurations from being applied

It does not meet the goal of blocking TCP port 8080

Unregistering the Microsoft.ClassicNetwork provider in an Azure subscription primarily deals with the transition from classic deployment models to the newer Azure Resource Manager (ARM) model. When you unregister this provider, it helps to streamline and modernize the networking resources in your Azure environment, aligning with best practices for using the more advanced ARM capabilities. However, this action does not directly address aspects such as blocking or allowing specific network traffic, including TCP port 8080.

Blocking or allowing a specific TCP port, such as port 8080, is typically managed through network security groups (NSGs) and their rules, which control inbound and outbound traffic to network interfaces, VMs, and subnets. Simply unregistering the Microsoft.ClassicNetwork provider has no implications on the direct ability to block or facilitate access through specific ports. Thus, this action does not achieve the goal of controlling access to TCP port 8080, confirming that it does not meet that specific requirement.

Next

Report this question