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

Add Application Health Extension to linux/vmss after enabling Azure Virtual Machine Scale Set automatic OS image upgrades #46

Open
asw101 opened this issue Dec 13, 2023 · 0 comments

Comments

@asw101
Copy link
Collaborator

asw101 commented Dec 13, 2023

We have enabled Azure Virtual Machine Scale Set automatic OS image upgrades on the vmss-image-upgrade branch for linux/vmss lab.

However, we'll need to add Using Application Health extension with Virtual Machine Scale Sets to the Bicep, as we currently receive the following error on deployment.

{"status":"Failed","error":{"code":"DeploymentFailed","target":"/subscriptions/.../resourceGroups/231000-azr/providers/Microsoft.Resources/deployments/vmss","message":"At least one resource deployment operation failed. Please list deployment operations for details. Please see https://aka.ms/arm-deployment-operations for usage details.","details":[{"code":"BadRequest","message":"Automatic OS Upgrade is not supported for this Virtual Machine Scale Set because a health probe or health extension was not specified."}]}}

I plan to add a probe for TCP on port 22 (SSH).

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