azure app service plan memory abstraction -
does azure app service(specifically app service plan) offering provide memory abstraction?
https://azure.microsoft.com/en-us/pricing/details/app-service/
if create app service 2 standard skew instances(1 cpu 1.75 giga bytes memory), mean have 2 * 1.75 giga bytes memory @ app's disposal? can create jvm has heap size of 2 gig in plan instance?
if specify 2 instances within app service plan, that's get: 2 instances, each having spec of size chose app service plan. not bridgeable single virtual double-size instance.
so, no - cannot combine resources of 2 instances. if need more memory, you'd need choose larger instance size.
Comments
Post a Comment