D084 - general study Guide (most frequently
tested questions) with 100% correct detailed
answers
Question : ||||||
The Azure Virtual Machines are deployed on a virtual network. The hostname is defined for all
|||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| ||||||
the virtual machines. It is required to perform a DNS query to find the virtual machine as it
|||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| ||||||
resolves the hostname to IP. DNS queries should be internal to the virtual network. Which
|||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| ||||||
component should be used? - Correct answer ✔Azure Provided DNS |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| ||||||
What is the correct CLI command to view DNS records?
|||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| ||||||
A
az dns record-set list --zone-name sampleref.com network
|||||| |||||| |||||| |||||| |||||| ||||||
B
az dns network record-set list --zone-name sampleref.com
|||||| |||||| |||||| |||||| |||||| ||||||
C
az record- dns network set list --zone-name sampleref.com
|||||| |||||| |||||| |||||| |||||| |||||| ||||||
D
az network dns record-set list --zone-name sampleref.com - Correct answer ✔D
|||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| ||||||
az network dns record-set list --zone-name sampleref.com
|||||| |||||| |||||| |||||| |||||| ||||||
,Custom DNS settings can be configured at the VNet level, and the network interface level, but
|||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| ||||||
not at the ________ level. - Correct answer ✔subnet level.
|||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| ||||||
To use specific settings for an individual subnet, you must configure those settings on each
|||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| ||||||
network interface in the subnet. |||||| |||||| |||||| ||||||
NSG Rule priority ranges - Correct answer ✔Priority values start from 100 and go to 4096 (and
|||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| ||||||
from 65001 to 65003 for default rules).
|||||| |||||| |||||| |||||| |||||| ||||||
IRT NSGs what are service tags? - Correct answer ✔Service tags are used in NSG rules as a
|||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| ||||||
quick and reliable way of creating rules that control traffic to each service. Typically, they are
|||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| ||||||
used in outbound rules to control which other Azure services the VMs in a VNet can or cannot
|||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| ||||||
access.
what are the default NSG rules and their priorities? - Correct answer ✔Virtual network: Traffic
|||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| ||||||
originating and ending in a virtual network is allowed both in inbound and outbound |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| ||||||
directions.
Internet : Outbound traffic is allowed, but inbound traffic is blocked. |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| ||||||
Load balancer: Allows Azure load balancer to probe the health of your VMs and role instances.
|||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| ||||||
If you are not using a load balanced set, you can override this rule.
|||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| ||||||
Inbound: ||||||
AllowVNetInBound 65000 ||||||
AllowAzureLoad BalancerInBound 65001 |||||| ||||||
DenyAllInBound 65500 ||||||
Outbound:
,AllowVNet OutBound 65000 |||||| ||||||
AllowInternet OutBound 65001 |||||| ||||||
DenyAllOutBound 65500 ||||||
caveat regarding the NSG Load Balancer security rule - Correct answer ✔The Load Balancer
|||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| ||||||
default rule uses the AzureLoadBalancer service tag. This applies only to Azure load balancer
|||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| ||||||
health probes, which originate at the load balancer. It does not apply to traffic received
|||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| ||||||
through the load balancer, which retain their original source IP address and port. |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| ||||||
What is an application security group (ASG) - Correct answer ✔Application security groups
|||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| ||||||
enable you to configure network security as a natural extension of an application's structure,
|||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| ||||||
allowing you to group virtual machines and define network security policies based on those |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| ||||||
groups. You can reuse your security policy at scale without the manual maintenance of explicit
|||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| ||||||
IP addresses. The platform handles the complexity of explicit IP addresses and multiple rule
|||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| ||||||
sets, allowing you to focus on your business logic. |||||| |||||| |||||| |||||| |||||| |||||| |||||| ||||||
NSGs can be applied at the ASG level |||||| |||||| |||||| |||||| |||||| |||||| ||||||
When applying NSGs to Vritual Networks what does the destination IP range refer to? - Correct
|||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| ||||||
answer ✔The destination IP ranges refers to the VirtualNetwork. This allows the NSG to be
|||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| ||||||
applied to any subnet in any VNet, and avoids coupling the NSG to a specific IP range. Traffic
|||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| ||||||
will only be permitted to those subnets where the NSG is applied.
|||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| ||||||
current rules regarding NSG associations, subnets, and VM NICs - Correct answer ✔NSGs can |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| ||||||
be associated with network interfaces (NICs) which are associated to the VMs, or they can be
|||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| ||||||
associated with a subnet. Each NIC or subnet can only be associated with a single NSG. |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| ||||||
However, a single NSG can be associated with multiple NICs and/or subnets. |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| ||||||
if separate NSGs are applied at the subnet and VM NIC level what is the order of precedence?
|||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| ||||||
- Correct answer ✔For inbound traffic, first the NSG at the subnet is applied, followed by the
|||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| ||||||
NSG at the NIC. Traffic only flows if both NSGs allow the traffic to pass.
|||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| ||||||
, For outbound traffic, the sequence is reverse. First the NSG at the NIC is applied, followed by
|||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| ||||||
the NSG at the subnet. Again, traffic only flows if both NSGs allow the traffic to pass.
|||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| ||||||
In all cases, rules within each NSG are applied in priority order, with the first matching rule
|||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| ||||||
being effective. ||||||
What is the Service Map IRT MS Azure - Correct answer ✔The Service Map is a Log Analytics
|||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| ||||||
solution. It helps you document the network flows from a running application. It works by
|||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| ||||||
installing two agents on each server: the Microsoft Monitoring Agent (MMA) and the |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| ||||||
Dependency Agent. Both agents are available for Windows and Linux. There is no requirement |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| ||||||
that the application be running in Azure—it can also be used for onpremises applications.
|||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| ||||||
what are NSG flow logs - Correct answer ✔NSG flow logs are a form of Azure diagnostic logs.
|||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| ||||||
They record both allowed and denied network flows in and out of an NSG. By analyzing NSG
|||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| ||||||
flow logs, you can understand which traffic flows your application is using, and which flows are
|||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| ||||||
being requested by an application, but blocked by your NSG. You can then review if the NSG
|||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| ||||||
rules should be updated to allow or deny these flows.
|||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| ||||||
describe The Effective Security Rules view - Correct answer ✔It allows you to drill into each
|||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| ||||||
NSG rule and see the exact list of source and destination IP prefixes that have been applied,
|||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| ||||||
regardless of how the NSG rule was defined. |||||| |||||| |||||| |||||| |||||| |||||| ||||||
To access the Effective Security Rules view, your virtual machine must be running. This is
|||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| ||||||
because the data is taken directly from the configuration of the running VM.
|||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| ||||||
One security requirement is to document a network flow from the applications that are
|||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| ||||||
running on the Azure cloud. Which service on the Azure cloud provides reporting and network
|||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| ||||||
flow, and also includes traffic volumes? - Correct answer ✔Azure Service Map documents a
|||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| ||||||
network and provides reporting. It displays the network and also includes traffic volumes.
|||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| ||||||
tested questions) with 100% correct detailed
answers
Question : ||||||
The Azure Virtual Machines are deployed on a virtual network. The hostname is defined for all
|||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| ||||||
the virtual machines. It is required to perform a DNS query to find the virtual machine as it
|||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| ||||||
resolves the hostname to IP. DNS queries should be internal to the virtual network. Which
|||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| ||||||
component should be used? - Correct answer ✔Azure Provided DNS |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| ||||||
What is the correct CLI command to view DNS records?
|||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| ||||||
A
az dns record-set list --zone-name sampleref.com network
|||||| |||||| |||||| |||||| |||||| ||||||
B
az dns network record-set list --zone-name sampleref.com
|||||| |||||| |||||| |||||| |||||| ||||||
C
az record- dns network set list --zone-name sampleref.com
|||||| |||||| |||||| |||||| |||||| |||||| ||||||
D
az network dns record-set list --zone-name sampleref.com - Correct answer ✔D
|||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| ||||||
az network dns record-set list --zone-name sampleref.com
|||||| |||||| |||||| |||||| |||||| ||||||
,Custom DNS settings can be configured at the VNet level, and the network interface level, but
|||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| ||||||
not at the ________ level. - Correct answer ✔subnet level.
|||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| ||||||
To use specific settings for an individual subnet, you must configure those settings on each
|||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| ||||||
network interface in the subnet. |||||| |||||| |||||| ||||||
NSG Rule priority ranges - Correct answer ✔Priority values start from 100 and go to 4096 (and
|||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| ||||||
from 65001 to 65003 for default rules).
|||||| |||||| |||||| |||||| |||||| ||||||
IRT NSGs what are service tags? - Correct answer ✔Service tags are used in NSG rules as a
|||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| ||||||
quick and reliable way of creating rules that control traffic to each service. Typically, they are
|||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| ||||||
used in outbound rules to control which other Azure services the VMs in a VNet can or cannot
|||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| ||||||
access.
what are the default NSG rules and their priorities? - Correct answer ✔Virtual network: Traffic
|||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| ||||||
originating and ending in a virtual network is allowed both in inbound and outbound |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| ||||||
directions.
Internet : Outbound traffic is allowed, but inbound traffic is blocked. |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| ||||||
Load balancer: Allows Azure load balancer to probe the health of your VMs and role instances.
|||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| ||||||
If you are not using a load balanced set, you can override this rule.
|||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| ||||||
Inbound: ||||||
AllowVNetInBound 65000 ||||||
AllowAzureLoad BalancerInBound 65001 |||||| ||||||
DenyAllInBound 65500 ||||||
Outbound:
,AllowVNet OutBound 65000 |||||| ||||||
AllowInternet OutBound 65001 |||||| ||||||
DenyAllOutBound 65500 ||||||
caveat regarding the NSG Load Balancer security rule - Correct answer ✔The Load Balancer
|||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| ||||||
default rule uses the AzureLoadBalancer service tag. This applies only to Azure load balancer
|||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| ||||||
health probes, which originate at the load balancer. It does not apply to traffic received
|||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| ||||||
through the load balancer, which retain their original source IP address and port. |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| ||||||
What is an application security group (ASG) - Correct answer ✔Application security groups
|||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| ||||||
enable you to configure network security as a natural extension of an application's structure,
|||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| ||||||
allowing you to group virtual machines and define network security policies based on those |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| ||||||
groups. You can reuse your security policy at scale without the manual maintenance of explicit
|||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| ||||||
IP addresses. The platform handles the complexity of explicit IP addresses and multiple rule
|||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| ||||||
sets, allowing you to focus on your business logic. |||||| |||||| |||||| |||||| |||||| |||||| |||||| ||||||
NSGs can be applied at the ASG level |||||| |||||| |||||| |||||| |||||| |||||| ||||||
When applying NSGs to Vritual Networks what does the destination IP range refer to? - Correct
|||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| ||||||
answer ✔The destination IP ranges refers to the VirtualNetwork. This allows the NSG to be
|||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| ||||||
applied to any subnet in any VNet, and avoids coupling the NSG to a specific IP range. Traffic
|||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| ||||||
will only be permitted to those subnets where the NSG is applied.
|||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| ||||||
current rules regarding NSG associations, subnets, and VM NICs - Correct answer ✔NSGs can |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| ||||||
be associated with network interfaces (NICs) which are associated to the VMs, or they can be
|||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| ||||||
associated with a subnet. Each NIC or subnet can only be associated with a single NSG. |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| ||||||
However, a single NSG can be associated with multiple NICs and/or subnets. |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| ||||||
if separate NSGs are applied at the subnet and VM NIC level what is the order of precedence?
|||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| ||||||
- Correct answer ✔For inbound traffic, first the NSG at the subnet is applied, followed by the
|||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| ||||||
NSG at the NIC. Traffic only flows if both NSGs allow the traffic to pass.
|||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| ||||||
, For outbound traffic, the sequence is reverse. First the NSG at the NIC is applied, followed by
|||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| ||||||
the NSG at the subnet. Again, traffic only flows if both NSGs allow the traffic to pass.
|||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| ||||||
In all cases, rules within each NSG are applied in priority order, with the first matching rule
|||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| ||||||
being effective. ||||||
What is the Service Map IRT MS Azure - Correct answer ✔The Service Map is a Log Analytics
|||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| ||||||
solution. It helps you document the network flows from a running application. It works by
|||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| ||||||
installing two agents on each server: the Microsoft Monitoring Agent (MMA) and the |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| ||||||
Dependency Agent. Both agents are available for Windows and Linux. There is no requirement |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| ||||||
that the application be running in Azure—it can also be used for onpremises applications.
|||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| ||||||
what are NSG flow logs - Correct answer ✔NSG flow logs are a form of Azure diagnostic logs.
|||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| ||||||
They record both allowed and denied network flows in and out of an NSG. By analyzing NSG
|||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| ||||||
flow logs, you can understand which traffic flows your application is using, and which flows are
|||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| ||||||
being requested by an application, but blocked by your NSG. You can then review if the NSG
|||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| ||||||
rules should be updated to allow or deny these flows.
|||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| ||||||
describe The Effective Security Rules view - Correct answer ✔It allows you to drill into each
|||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| ||||||
NSG rule and see the exact list of source and destination IP prefixes that have been applied,
|||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| ||||||
regardless of how the NSG rule was defined. |||||| |||||| |||||| |||||| |||||| |||||| ||||||
To access the Effective Security Rules view, your virtual machine must be running. This is
|||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| ||||||
because the data is taken directly from the configuration of the running VM.
|||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| ||||||
One security requirement is to document a network flow from the applications that are
|||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| ||||||
running on the Azure cloud. Which service on the Azure cloud provides reporting and network
|||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| ||||||
flow, and also includes traffic volumes? - Correct answer ✔Azure Service Map documents a
|||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| ||||||
network and provides reporting. It displays the network and also includes traffic volumes.
|||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| |||||| ||||||