I have the following Azure resources
2 subnets – Subnet A & subnet B
11 web apps with 3 workers each. Each web app is vnet integrated in subnet A with private endpoints in subnet B.
5 functions with 3 workers and also each function is vnet integrated in subnet A with private endpoints in subnet B (in the same service plan as webapps).
and 2 VMs vnet integrated in subnet A.
IPs in Subnet B = number of private endpoints = 5 + 11 IPs
IPs in Subnet A = number of web resources x workers + VMs = 33 + 15 + 2 IPs
Are my assumptions correct?