---
title: Application Security Group
description: Datadog, the leading service for cloud-scale monitoring.
breadcrumbs: Docs > DDSQL Reference > Data Directory > Application Security Group
---

# Application Security Group

An Azure Application Security Group (ASG) lets you group virtual machine network interfaces to simplify and centralize network security management. Instead of creating complex individual NSG rules for each VM, you can apply rules to ASGs, making it easier to control traffic between application tiers.

```
azure.network_application_security_group
```

## Fields

| Title              | ID   | Type       | Data Type                                                                                                                                                                                                    | Description |
| ------------------ | ---- | ---------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ----------- |
| _key               | core | string     |
| etag               | core | string     | A unique read-only string that changes whenever the resource is updated.                                                                                                                                     |
| id                 | core | string     | Resource ID.                                                                                                                                                                                                 |
| location           | core | string     | Resource location.                                                                                                                                                                                           |
| name               | core | string     | Resource name.                                                                                                                                                                                               |
| provisioning_state | core | string     | The current provisioning state.                                                                                                                                                                              |
| resource_group     | core | string     |
| resource_guid      | core | string     | The resource GUID property of the application security group resource. It uniquely identifies a resource, even if the user changes its name or migrate the resource across subscriptions or resource groups. |
| subscription_id    | core | string     |
| subscription_name  | core | string     |
| tags               | core | hstore_csv |
| type               | core | string     | Resource type.                                                                                                                                                                                               |
