[AVM Module Issue]: VMSS Module extensionHealthConfig settings gets reverted to default on deployment #4492
Labels
Class: Resource Module 📦
This is a resource module
Needs: Triage 🔍
Maintainers need to triage still
Type: AVM 🅰️ ✌️ Ⓜ️
This is an AVM related issue
Type: Bug 🐛
Something isn't working
Check for previous/existing GitHub issues
Issue Type?
Bug
Module Name
avm/res/compute/virtual-machine-scale-set
(Optional) Module Version
0.6.0
Description
For the settings in extensionHealthConfig, no matter what I values I put in for the port, protocol and request path, it always get reverted to the default one showing in the example. For example I have
extensionHealthConfig: {
enabled: true
settings: {
port: 443
protocol: 'https'
requestPath: '/path'
}
}
in my bicep, once I deploy it out, it reverts back to
{
"protocol": "http",
"port": 80,
"requestPath": "/"
}
I am trying to deploy the health extension that checks a different request path other than /, is there a way around this?
(Optional) Correlation Id
No response
The text was updated successfully, but these errors were encountered: