Add Azure Kusto sovereign/private cloud configuration properties#3
Merged
tanmaya-panda1 merged 5 commits intomasterfrom Feb 24, 2026
Merged
Conversation
…urce properties to Azure Kusto docs Co-authored-by: tanmaya-panda1 <108695755+tanmaya-panda1@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add new properties for Azure cloud configuration
Add cloud environment properties to Azure Kusto output plugin docs
Feb 24, 2026
…ronym in azure_kusto.md Co-authored-by: tanmaya-panda1 <108695755+tanmaya-panda1@users.noreply.github.com>
Copilot
AI
changed the title
Add cloud environment properties to Azure Kusto output plugin docs
Add Azure Kusto cloud environment config properties
Feb 24, 2026
Co-authored-by: tanmaya-panda1 <108695755+tanmaya-panda1@users.noreply.github.com>
Copilot
AI
changed the title
Add Azure Kusto cloud environment config properties
Add Azure Kusto sovereign/private cloud configuration properties
Feb 24, 2026
Co-authored-by: tanmaya-panda1 <108695755+tanmaya-panda1@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Documents new Azure Kusto output plugin properties from fluent/fluent-bit#11447 for sovereign and private cloud support.
New configuration parameters
cloud_name— Predefined Azure cloud selector (AzureCloud,AzureChinaCloud,AzureUSGovernmentCloud). Default:AzureCloud.cloud_login_host— Custom OAuth login host for private/sovereign clouds.cloud_kusto_scope— Custom Kusto OAuth scope for private/sovereign clouds.cloud_kusto_resource— Custom Kusto IMDS resource URL for private/sovereign clouds.The three custom
cloud_*properties must be set together as a group, and serve as an alternative tocloud_namefor environments not covered by the predefined options.All descriptions follow FluentBit Vale style rules (no Latin abbreviations).
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.