I am using Windows Azure web sites (no web role or worker role) for a while now. Access to SQL Azure and Blob Storage even Shared Cache is working fine.
To secure my ConnectionString it was possible to encrypt my local web.config, insert a dummy ConnectionString via XDT-Transform for my release web.config and replace the dummy with the Windows Azure Portal configuartion for ConnectionStrings.
But how do I secure my security tokens in the web.config section dataCacheClients.
At the moment they are visible and every time i push my git repository I have a bad feeling about it.
Any idea how to solve this problem?