I'm trying to move some tables from SQL to Azure Table Storage. I created an MVC Website with the default authentication. I successfully connected it to my Azure SQL database. Now I want to use the table storage for authentication too, instead of the SQL database. The problem is, I cannot find my storage account's unique namespace. What, where is that namespace?
Thanks!