account_get_access_token
Retrieve an Azure access token to authenticate utilities with Azure resources. Specify a resource scope to obtain a token for accessing Azure services.
Instructions
Get an Azure access token for utilities to access Azure (similar to 'az account get-access-token').
Args: resource: The resource/scope to obtain a token for (default: Azure Resource Manager)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| resource | No | https://management.azure.com/.default |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |