I understand that ACI's (Azure Container Instances) share resources in a Container Group. A fair amount is documented here.
However, does anyone know if Container Instances share a HTTP connection pool in their respective Container Group?
I ask, because I am running many concurrent HTTP requests for a process (multiple copies of the same process running) and I am wondering if it is more beneficial to split out the work into separate Container Groups or Instances.