docs(mssql): add Azure AD Workload Identity authentication section#1753
Merged
Conversation
✅ Deploy Preview for keda ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
Thank you for your contribution! 🙏 We will review your PR as soon as possible.
Learn more about:
|
Document the new `azure-workload` pod identity authentication path added by kedacore/keda#7673. The new subsection follows the postgresql scaler's pattern: prerequisites, parameters, remarks, and a complete TriggerAuthentication + ScaledObject example. Signed-off-by: Martin Oehlert <[email protected]>
7e0e65b to
812067f
Compare
7 tasks
JorTurFer
approved these changes
May 3, 2026
Signed-off-by: Jorge Turrado Ferrero <[email protected]>
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.
Summary
azure-workloadpod identity authentication path for the MSSQL scaler added by feat(mssql): add Azure Workload Identity support keda#7673.content/docs/2.20/scalers/mssql.mdfollows the postgresql scaler's pattern: prerequisites, parameters, remarks, and a completeTriggerAuthentication+ScaledObjectexample.Available in v2.21+to align with the implementation PR's release target.Implementation PR: kedacore/keda#7673
Test Plan
npm run build— exits 0, no errors mentioning mssql.npm run check:links— exits 0 (1997 documents checked); the internal relative link toauthentication-providers/azure-ad-workload-identity.md#considerations-about-federations-and-overridesresolves./docs/2.20/scalers/mssql/— new subsection appears between Password authentication and### Example, with working internal/external links and syntax-highlighted YAML.