If I scale out my azure app service, are all the instances sharing the same machine key? I want to use app service for my website with Web API 2.0 + Katana middleware and tokens are issued and validated using the machine key. Azure documentation does not provide any answer.
I made some tests and it seems that the key is shared.