Hi @JMN-2253
The "excludeFromScaling" tag should work as described in the documentation. When you apply this tag to a VM in your host pool, Autoscale should not start, stop, or change the drain mode of that particular VM.
It's possible that there is an issue with the way that the tag has been applied to the VM, or with the way that Autoscale is configured. Here are some things to check:
Make sure that the tag has been applied correctly to the VM. You can check this by going to the VM in the Azure portal and looking at the tags that are applied to it.
Make sure that Autoscale is configured correctly. Check the scaling plan and make sure that the "excludeFromScaling" tag is specified in the Exclusion tags field.
Check the Autoscale logs to see if there are any errors or warnings related to the "excludeFromScaling" tag.
If you have other hosts in the plan without this tag, and they are scaling based on demand, then it's possible that there is an issue with the way that Autoscale is configured for this host. You may need to adjust the scaling plan or the tag settings to ensure that the host is excluded from scaling operations as expected.
In general, the "excludeFromScaling" tag should work as described in the documentation. If you continue to experience issues, you may want to contact Microsoft support for further assistance.
Please Accept Answer and hit Yes for "was this answer helpful" if this helps