This is a question from an interview, and I'm trying to reiterate it. I'm not even sure if it's up to date as Azure is changing quite fast lately. I'll paraphrase, please tell me if question makes no sense.
What is the best way to store insecure global information for all users.
- a) Azure session storage
- b) Azure application storage
- c) Azure application profile info
- d) other
I don't know that there is something called "Azure session storage". People seem to use TableStorage for session management. Same thing goes for application storage and profile info. Does this question make sense?