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.