| Option | INGEST_FEED_AZURE_USE_ENVIRONMENT_AUTH | |
| Description | Controls whether the system uses environment-based authentication methods when connecting to Azure services for data ingestion. When set to true, instructs LogScale to use environment-based authentication mechanisms for Azure. | |
| Introduced Version | 1.0.0 | |
| Default | false | |
If set to false, then LogScale uses
explicitly configured credentials. This requires that
INGEST_FEED_AZURE_CLIENT_ID,
INGEST_FEED_AZURE_CLIENT_SECRET, and
INGEST_FEED_AZURE_TENANT_ID are configured.
If set to true, then LogScale uses
authentication mechanisms available from the environment. This
is appropriate for Azure-hosted deployments using Managed
Identity, environments where Azure credentials are provided
through environment variables, or situations where credential
management is handled at the infrastructure level.