I would like to move the Storage and SQL connection string from configuration files stored in the various projects of my solution to only be accessible in the Azure Portal.
Keeping connection strings in source control means that if anyone got a look at our code base they would have unlimited access to our Azure accounts.
In Azure Web Sites the connection strings can be set in the portal and will be kept when the next deployment occurs. Is it possible to do the same with Cloud Services?