I'm currently working on a windows azure project in C# ( https://github.com/ismaelbelghiti/Tigwi ) and to connect to the storage account I need a connection string with the storage account key, but then the key appears in the source code. How could I avoid the key from appearing in the code source ?
I thought about using a non-commited file in which I would store the confidential information, but i can't find how to use the information on the file from the .cscfg or .csproj files.