# Azure configuration

A registered application must be created in Microsoft Entra ID, together with a client secret. The following values are required to configure the task:

- **Tenant ID**: Microsoft Entra ID tenant identifier.
- **Client ID**: identifier of the registered application.
- **Client secret**: value of the secret created for the application.

The plugin uses the OAuth 2.0 Client Credentials flow and requests a token for the following scope:

```text
https://management.azure.com/.default
```