I have a .Net Core website and Xamarin app that talk to Documentdb and we are preparing to go to production.
All docs I have seen on DocumentDB / CosmosDB hard copy the Key and Endpoint in a C# class. Example: https://docs.microsoft.com/en-us/azure/cosmos-db/tutorial-develop-documentdb-dotnet , http://www.dotnetcurry.com/windows-azure/1395/cosmosdb-webapi-angular-client , to list a few (!), and Azure Security in DocumentDB does not seem to address or mention this issue.
Is there a way to securely store DocuementDB EndPoint and Key in client apps? Thank you.