@Ernest But IT , Abdul kalam azad S ,
Welcome to the Microsoft Q&A Platform. Thank you for reaching out & I hope you are doing well.
I understand that you would like to know about the impact on deprecation of parameter "numberOfProbes" in Azure Load Balancer.
May I ask how was this communicated?
- Is this done via email?
- If so, can you share the complete email - Mitigation steps should have been shared here
- Or did you notice this from an Azure Update Blog post?
- If so, please share the document link.
In either case,
- The value of "numberOfProbes" was not configurable using Portal and would stick to the default value of "1"
- I can see the support for this in Azure CLI and Azure Powershell
- It is defined as "The number of probes where if no response, will result in stopping further traffic from being delivered to the endpoint. This values allows endpoints to be taken out of rotation faster or slower than the typical times used in Azure."
- While "probeThreshold" is defined as "The number of consecutive successful or failed probes in order to allow or deny traffic from being delivered to this endpoint. After failing the number of consecutive probes equal to this value, the endpoint will be taken out of rotation and require the same number of successful consecutive probes to be placed back in rotation."
You can refer to Microsoft.Network loadBalancers.
NOTE : From CLI docs, I could see that the "probeThreshold" is in preview and it is recommended to leave this value to the default "1"
Cheers,
Kapil