Break out bicep modules for hubs extensibility - #1800
Merged
Conversation
Michael Flanakin (flanakin)
requested review from
Brett Wilson (MSBrett) and
Arthur Clares (arthurclares)
as code owners
August 11, 2025 09:48
Michael Flanakin (flanakin)
marked this pull request as draft
August 12, 2025 07:21
Michael Flanakin (flanakin)
marked this pull request as ready for review
August 12, 2025 10:45
Collaborator
Collaborator
Author
|
Roland Krummenacher (@RolandKrummenacher) Sorry for the delay. I fixed this. |
Collaborator
Works now. Thanks. |
Contributor
- Add @maxlength(22) to clusterName parameter in Analytics app.bicep - Implement automatic truncation in deployment script - Ensure hub names up to 18 chars work (18 + 4 for '-adx' = 22 max) - Prevent deployment failures for longer hub names
Brett Wilson (MSBrett)
approved these changes
Oct 1, 2025
Brett Wilson (MSBrett)
left a comment
Contributor
There was a problem hiding this comment.
✅ LGTM - Tested and validated
Deployments tested successfully:
- ✅ Public networking (eastus2)
- ✅ Private networking (eastus2)
- ✅ Long hub names with ADX truncation
- ✅ Multiple subscriptions
Changes validated:
- ✅ Modular bicep organization works
- ✅ ADX cluster name validation fixed (Max Furlong (@maxlength)(22))
- ✅ Private endpoints correctly configured
- ✅ Resource creation and networking successful
Note for future optimization:
Multiple StopTriggers deployment scripts (one per module) run sequentially with private endpoints, adding ~1 min overhead per script. Consider consolidating into a single script in a future PR for efficiency.
Commits added:
- b4b1b13: Fix ADX cluster name length validation
Collaborator
Author
|
@microsoft-github-policy-service agree [company="Xerilium"] |
Collaborator
Author
|
@microsoft-github-policy-service agree company="Xerilium" |
Michael Flanakin (flanakin)
added a commit
that referenced
this pull request
Jan 31, 2026
Co-authored-by: msbrett <msbrett@users.no-reply.github.com>
Closed
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.


🛠️ Description
This PR reorganizes FinOps hubs bicep into a cleaner, more extensible structure while fixing build issues and improving maintainability.
fxfolderX.Y/Zfolders for each publisher/app:#disable-next-line BCP318with explanations for null safety📋 Checklist
🔬 How did you test this change?
🙋♀️ Do any of the following that apply?
📑 Did you update
docs/changelog.md?📖 Did you update documentation?