Does the Azure app service(specifically App service plan) offering provide memory abstraction?
https://azure.microsoft.com/en-us/pricing/details/app-service/
If i create an app service with say 2 standard skew instances(1 CPU 1.75 giga bytes memory), Does that mean i have 2 * 1.75 giga bytes memory at my app's disposal? Can i create a jvm that has heap size of 2 gig in that plan for instance?