---
title: Custom Providers Resource Provider
description: Datadog, the leading service for cloud-scale monitoring.
breadcrumbs: Docs > DDSQL Reference > Data Directory > Custom Providers Resource Provider
---

# Custom Providers Resource Provider

This table represents the custom_providers_resource_provider resource from Microsoft Azure.

```
azure.custom_providers_resource_provider
```

## Fields

| Title              | ID   | Type       | Data Type                                                                | Description |
| ------------------ | ---- | ---------- | ------------------------------------------------------------------------ | ----------- |
| _key               | core | string     |
| actions            | core | json       | A list of actions that the custom resource provider implements.          |
| id                 | core | string     | Resource Id                                                              |
| location           | core | string     | Resource location                                                        |
| name               | core | string     | Resource name                                                            |
| provisioning_state | core | string     | The provisioning state of the resource provider.                         |
| resource_group     | core | string     |
| resource_types     | core | json       | A list of resource types that the custom resource provider implements.   |
| subscription_id    | core | string     |
| subscription_name  | core | string     |
| tags               | core | hstore_csv |
| type               | core | string     | Resource type                                                            |
| validations        | core | json       | A list of validations to run on the custom resource provider's requests. |
