Top "Azure-web-roles" questions

A Microsoft Azure Web Role is a Windows Server Compatible Virtual Machine (VM) with IIS enabled, along with scaffolding code that provides a launch point for your own code to run within the VM.

In Windows Azure: What are web role, worker role and VM role?

The application I work on contains a web role: it's a simple web application. I needed to host the application …

azure azure-web-roles azure-worker-roles azure-virtual-machine azure-vm-role
What is the difference between an Azure Web Site and an Azure Web Role

What are the material differences between the new Azure Web Sites and the traditional Azure Web Roles for an ASP.…

azure azure-web-roles azure-web-app-service
how to get blob-URL after file upload in azure

I'm trying to connect web and worker role. So i have a page where user can upload video files. Files …

azure azure-storage-blobs azure-web-roles
Could not load file or assembly 'Microsoft.WindowsAzure.ServiceRuntime, Version=1.8.0.0 when deployed to the cloud

I have an MVC 4 app that runs fine locally but fails with this message when deployed to Azure: [FileNotFoundException: Could …

azure azure-web-roles
Does Azure offer https for "cloudapp.net"?

One great advantage of using Azure Websites is that I can get secure HTTP (HTTPS) without doing nothing: I simply …

azure https azure-web-roles azure-web-app-service azure-vm-role
The correct way to delete and recreate a Windows Azure Storage Table = Error 409 Conflict - Code : TableBeingDeleted

Im really new to Windows Azure development and have a requirement to store some data in a windows azure storage …

c# azure azure-storage azure-table-storage azure-web-roles
How to find Azure Subscription Quota

I did google and could not find any accurate answer. When I try to deploy the web application to different …

azure azure-sql-database azure-web-roles
Using and Creating helper in Asp.net MVC4 Web Application

I am using the Asp.net mvc4 WebRole, and I found this is a Web Application , Not a Web Site. …

razor asp.net-mvc-4 azure-web-roles razor-declarative-helpers
Your role instances have recycled a number of times during an update or upgrade operation

I am trying to deploy a Cloud Service with 1 Web Role to Azure. When I do so, I get this …

azure azure-web-roles