AZ-104 · Question #597
You have a subnet named Subnet1 that contains Azure virtual machines. A network security group (NSG) named NSG1 is associated to Subnet1. NSG1 only contains the default rules. You need to create a…
The correct answer is C. Service Tag. You can use service tags to achieve network isolation and protect your Azure resources from the general Internet while accessing Azure services that have public endpoints. Create inbound/outbound network security group rules to deny traffic to/from Internet and allow traffic…
Question
Options
- AApplication security group
- BIP Addresses
- CService Tag
- DAny
How the community answered
(32 responses)- A19% (6)
- B3% (1)
- C72% (23)
- D6% (2)
Explanation
You can use service tags to achieve network isolation and protect your Azure resources from the general Internet while accessing Azure services that have public endpoints. Create inbound/outbound network security group rules to deny traffic to/from Internet and allow traffic to/from AzureCloud or other available service tags of specific Azure services. https://docs.microsoft.com/en-us/azure/virtual-network/service-tags-overview
Community Discussion
No community discussion yet for this question.