Skip to content
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

Health Probe Missing #30

Open
joschirm opened this issue Aug 23, 2018 · 0 comments
Open

Health Probe Missing #30

joschirm opened this issue Aug 23, 2018 · 0 comments

Comments

@joschirm
Copy link

When you use the "Rolling" setting for the UpgradePolicy, you need to specify a Health Probe for the Scale set. This is not configured in the example:

"error": {
"code": "BadRequest",
"message": "Rolling Upgrade mode is not supported for this Virtual Machine Scale Set because a health probe or health extension was not provided."

Looking at this article:
https://docs.microsoft.com/en-us/azure/virtual-machine-scale-sets/virtual-machine-scale-sets-automatic-upgrade#configuring-a-custom-load-balancer-probe-as-application-health-probe-on-a-scale-set

And adding the health probe with the same syntax as there, I still have an error:
"error": {
"details": [],
"code": "NetworkingInternalOperationError",
"message": "An error occurred."

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant