Skip to content

Commit 8ec60c8

Browse files
authored
Merge pull request #46703 from jimdial/security-overview-rename
Security overview rename
2 parents f825798 + 1883c1d commit 8ec60c8

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

articles/virtual-network/security-overview.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Azure network security overview | Microsoft Docs
3-
description: Learn about security options for controlling the flow of network traffic between Azure resources.
2+
title: Azure security groups overview | Microsoft Docs
3+
description: Learn about network and application security groups. Security groups help you filter network traffic between Azure resources.
44
services: virtual-network
55
documentationcenter: na
66
author: jimdial
@@ -17,13 +17,13 @@ ms.date: 09/19/2017
1717
ms.author: jdial
1818

1919
---
20-
# Network security
20+
# Network and application security groups
2121

22-
You can limit network traffic to resources in a virtual network using a network security group. A network security group contains a list of security rules that allow or deny inbound or outbound network traffic based on source or destination IP address, port, and protocol.
22+
You can limit network traffic to resources in a virtual network using network and application security groups. A network security group contains a list of security rules that allow or deny inbound or outbound network traffic based on source or destination IP address, port, and protocol. An application security group allows you to group together virtual machines that have similar functions, such as web servers. You can specify an application security group as the source or destination in a network security group rule.
2323

2424
## Network security groups
2525

26-
Each network interface has zero, or one, associated network security group. Each network interface exists in a [virtual network](virtual-networks-overview.md) subnet. A subnet can also have zero, or one, associated network security group.
26+
Each network interface has zero, or one, associated network security group. Each network interface exists in a [virtual network](virtual-networks-overview.md) subnet. A subnet can also have zero, or one, associated network security group.
2727

2828
When applied to a subnet, security rules are applied to all resources in the subnet. In addition to network interfaces, you may have instances of other Azure services such as HDInsight, Virtual Machine Scale Sets, and Application Service Environments deployed in the subnet.
2929

articles/virtual-network/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
href: policy-samples.md
3636
- name: Concepts
3737
items:
38-
- name: Security
38+
- name: Security groups
3939
href: security-overview.md
4040
- name: Routing
4141
href: virtual-networks-udr-overview.md

0 commit comments

Comments
 (0)