We have a deployment on Azure with a Web Role that uses https.Since this is the only way we would like our users to access the system, we want to forward users that visit the http version to the https
I keep getting a Invalid object name when tring to use entity framework code first against a Azure database. It is a MVC 3 project where I created a Model then the Controllers using EF and a new Conte
I have a windows service that I need to migrate to onto Azure as a Worker Role.Everything builds fine in my Azure solution.However, when I upload everything only the web role starts.The worker role in
We are planning to build sync application on Android using Microsoft Sync Framewrok and Azure Cloud Storage to sync files and folders with Blob and Containers. We have the same application on windows
I was working on encorperating threads into my azure code for putting things on a queue. to do this i used http://www.microsoft.com/download/en/details.aspx?id=19222 as a reference.
Is it possible to save a blob with a name of a GUID (or anything else) but when a user requests the files URI http://me.blob.core.windows.net/mycontainer/9BB34783-8F06-466D-AC20-37A03E504E开发者_开发知
I am trying to download the Windows Azure SDK 1.4. The Web Platform Installer pops up, and I choose \"add\" for \"Windows Azure Tools for Microsoft Visual Studio 2010 - August 2011\". I click \"accep
I am trying to populate a new MySQL empty database with a db dump created from MS SQL Azure database, and I get the following error
I am starting with Windows Azure. I have an Azure account wit开发者_如何学Ch Microsoft and would like to use it from my Visual Studio project
I\'ve a wcf service deployed to the cloud. Could开发者_高级运维 anyone guuide me through best practices on how I can secure the end point in azure please?