Creating an Azure Virtual Machine from an Android Tablet | Azure Fundamentals

Create a New Azure Virtual Machine from Your Android Tablet

Prev Question Next Question

Question

What is a feature of an Azure virtual network?

Answers

Explanations

Click on the arrows to vote for the correct answer

A. B. C. D.

D

Implement network segmentation patterns on Azure.

A unified enterprise segmentation strategy guides technical teams to consistently segment access using networking, applications, identity, and any other access controls. Create segmentation in your network footprint by defining perimeters.

The main reasons for segmentation are:

The ability to group related assets that are a part of (or support) workload operations.

Isolation of resources.

Governance policies set by the organization.

https://docs.microsoft.com/en-us/azure/architecture/framework/security/design-network-segmentation

Option D: Isolation and Segmentation is a feature of an Azure virtual network.

An Azure virtual network (VNet) is a foundational building block for building a private and isolated network infrastructure in the Azure cloud. It provides a way to securely connect Azure resources, such as virtual machines (VMs), to each other and to on-premises networks.

One of the key features of a virtual network is isolation and segmentation. With isolation, a VNet allows you to create private and secure network environments for your resources. You can control traffic flow by defining network security groups (NSGs) and access control lists (ACLs) that block or allow traffic to and from your resources.

With segmentation, a VNet allows you to create multiple subnets within a network. Each subnet can be assigned its own IP address range and can be configured with its own NSGs and ACLs. This allows you to group resources based on their function, such as web servers, application servers, and databases, and apply different security policies to each group.

Option A: Resource cost analysis is not a feature of a virtual network. It is a feature of Azure Cost Management and Billing, which allows you to monitor, analyze, and optimize your Azure spending.

Option B: Packet inspection is not a feature of a virtual network. It is a technique used by firewalls and network security devices to inspect network traffic and block or allow specific types of traffic based on predefined rules.

Option C: Geo-redundancy is not a feature of a virtual network. It is a feature of Azure Storage, which allows you to replicate your data to multiple Azure data centers for high availability and disaster recovery purposes.