Hi Filip- thanks for your response.
I can guarantee that the number of instances is correct in the Azure portal.
I wonder, does this behavior happen because I am missing this entry in the web.config?
<Role name="CMSApp">
<Instances count="2" />
<ConfigurationSettings>
...
</ConfigurationSettings>
</Role>
Meaning... without that limit specifically set in the web.config, will the web farm module in Kentico continue to add new instances every time there is a deployment?