Which of the following statements are true:
Diagnostic logs, backups, and WebJobs don't use CPU cycles and memory from VM instances on an App Service plan
You can improve app's performance if you put it in a new, empty App Service plan
An app runs on all the VM instances configured in the App Service plan.
If multiple apps are in the same App Service plan, they all share the same VM instances.
All deployment slots also run on the same VM instances as the app in given App Service plan
You can independently scale apps placed in the same App Service plan
App Service is set of VMs that run one or group of applications and their services together in the same VM. Scaling out simply adds another VM with the same applications and services.