Module resty.azure.config
Configuration module for the Azure SDK.
Functions
get_credentials () | returns the credentials from config file, credential file, or environment variables. |
Functions
- get_credentials ()
-
returns the credentials from config file, credential file, or environment variables.
Reads the configuration files (config + credentials) and overrides them with
any environment variables specified.
Returns:
-
table with credentials (
azure_client_id
,azure_client_secret
, andazure_tenant_id
)