-
Notifications
You must be signed in to change notification settings - Fork 529
feat: WebApp - Added ApplicationInsightsAgent_EXTENSION_VERSION config
#6343
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Conversation
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
pankajagrawal16
approved these changes
Jan 2, 2026
yffok
pushed a commit
to yffok/bicep-registry-modules
that referenced
this pull request
Jan 15, 2026
…fig (Azure#6343) ## Description ### Changes - Updated several API versions - Updated version of referenced private endpoint AVM res module to latest `0.11.1` ### Breaking Changes - Added additional setting `ApplicationInsightsAgent_EXTENSION_VERSION` for configs of type `appsettings` that is automatically set if the parameter `applicationInsightResourceId` is provided and no custom `ApplicationInsightsAgent_EXTENSION_VERSION` is configured via the config's `properties` parameter. It automatically selects `~3` for Linux sites & `~2` for Windows. The same logic applies to slots. Fixes Azure#6259 <img width="1297" height="1205" alt="image" src="https://github.com/user-attachments/assets/146f87f4-527f-4faf-b7dc-f61a9c874a3c" /> ## Pipeline Reference <!-- Insert your Pipeline Status Badge below --> | Pipeline | | -------- | [](https://github.com/Azure/bicep-registry-modules/actions/workflows/avm.res.web.site.yml) ## Type of Change <!-- Use the checkboxes [x] on the options that are relevant. --> - Azure Verified Module updates: - [x] Bugfix containing backwards-compatible bug fixes, and I have NOT bumped the MAJOR or MINOR version in `version.json`: - [ ] Feature update backwards compatible feature updates, and I have bumped the MINOR version in `version.json`. - [ ] Breaking changes and I have bumped the MAJOR version in `version.json`. - [ ] Update to documentation - [ ] Update to CI Environment or utilities (Non-module affecting changes)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Needs: Module Owner 📣
This module needs an owner to develop or maintain it
Type: AVM 🅰️ ✌️ Ⓜ️
This is an AVM related issue
Type: Bug 🐛
Something isn't working
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
Changes
0.11.1Breaking Changes
ApplicationInsightsAgent_EXTENSION_VERSIONfor configs of typeappsettingsthat is automatically set if the parameterapplicationInsightResourceIdis provided and no customApplicationInsightsAgent_EXTENSION_VERSIONis configured via the config'spropertiesparameter. It automatically selects~3for Linux sites &~2for Windows. The same logic applies to slots.Fixes #6259
Pipeline Reference
Type of Change
version.json:version.json.version.json.