Azure App Service scale out share same resource?

Viewed 38

In Azure App horizontal scaling, are multiple app instances using the same memory or does each instance have its memory space?

Ex: if the app creates an in-memory cache, so in horizontal scaling, all app instances share the same in-memory cache or each instance has its own in-memory.

0 Answers
Related