AEM cloud: farms vs vhosts
We have several sites hosted in our AEM cloud instance.
When we want to add a new site, we add the domain and SSL cert in the cloud manager, then we addnew vhosts file in dispatcher/src/conf.d/available_vhosts and a symbolic link in enabled_vhosts. Thats it. We don't do anything with farms config.
Looking for documentation, there only seems to be one way to add new sites, using farms: https://experienceleague.adobe.com/docs/experience-manager-dispatcher/using/configuring/dispatcher-domains.html?lang=en
The question is,
1. what are farms?
2. what are the pros/cons of using farms vs just vhosts?
3. why is the easy route to adding domains via a vhost file not documented? I.e. is there a problem with using this method?
