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

learn more… | top users | synonyms

0
votes
0answers
3 views

Azure ccproj msbuild change _WebRoleConfiguration in build script

I have a build server that build a ccproj (azure project) <MSBuild Projects="Cloud.App\Cloud.AppNameHere.ccproj" Targets="CorePublish" Properties="Configuration=Release; ...
0
votes
1answer
36 views

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 data centre, I am getting error message below: Server response = 40652 Cannot move or ...
0
votes
1answer
16 views

Nodejs Web Role Doesn't Run on Azure Local Compute Emulator

I have an azure web role that i created by following the steps laid out verbatim at http://www.windowsazure.com/en-us/develop/nodejs/tutorials/getting-started/. However, when i do the ...
0
votes
0answers
20 views

Difference of standard publish and adding cloud services with vs2012

I wonder if someone can help? I'm trying to deploy a mvc app to azure and have followed the what appeared to be simple instructions of selecting publish from my mvc app and using the imported azure ...
0
votes
0answers
15 views

'Expiration time buffer' of SessionSecurityTokenHandler of WIF 4.5 in Azure web role

everyone. What does 'Expiration time buffer' mean? Let me explain this to you. In my Azure Cloud service project, there is only one Web Role. And I integrated the ACS namespace enabled with some ...
0
votes
0answers
12 views

Azure Emulator Error, After Adding HTTPS Endpoint

I am using Visual Studio 2012 and running on the local Azure Emulator. After creating an EndPoint for HTTPS, I receive the the following message when I start the application. 'Role Instances Are ...
0
votes
1answer
13 views

How to publish generic file using web publish in Visual Studio?

I am using Visual Web Developer 2010 Express (I am using VS for 10 years) and I publish a web site using web publish to Azure. I want to publish a generic file lets say a .dat file that users will ...
1
vote
1answer
30 views

Hiding http file extension without using MVC controller

I am using basic asp.net web application project template, because I want to move away from MVC into SPA. Most of my pages will just be basic html files that will interact with the server through ...
0
votes
0answers
32 views

Swapping Azure Staging/Production environments with a SignalR Hub

I have a SignalR service running on an Azure Web Role. I'm interested in deploying a new version of the service, first to Staging and then to the Production deployment slot. My question is if I swap ...
-1
votes
1answer
34 views

How to meter Azure Web Application developed under SaaS model for billing the onboarded tenants? [closed]

I have developed Azure cloud web application that uses web roles & worker roles and stores the data in common table storage tables, tenant wise blobs and schema wise separated azure sql database. ...
0
votes
1answer
45 views

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 are large so i can't use the query to send files. That's why i'm trying to upload them into the ...
0
votes
1answer
35 views

Azure Web Role can't see VM's internal IP (but VM can see web role)

I have a web role (WR) and a virtual machine (VM) hosted on Azure, both are within the same Virtual Network (VNet), and on the same subnet. If I look at the azure portal and go to the VNet page, the ...
0
votes
2answers
53 views

Azure - Prod/Test/Dev environments

I have an Azure Cloud Service that hits an Azure SQL Server. When I first set this up, I really didn't know much about what I was doing and just wanted to get familiar with Azure. So now I'm at the ...
0
votes
1answer
21 views

How do I access the location of a file in RoleEnvironment.GetLocalResource on the client side

I'm trying to present a file in a client side javascript viewer. The file is originally stored in Azure storage. I can't display the file in the viewer using the remote Azure URL due to CORS. So ...
2
votes
1answer
31 views

How to generate certificate signing request for Azure WebRole

I have a WebRole running in Windows Azure, using a *.cloudapp.net domain that I have CNAMEd my real domain to. I don't have a Virtual Machine. Is it possible for me to issue a certificate signing ...
3
votes
1answer
25 views

Windows Azure Autoscaling - Roles defined in hosted service not found in deployment

I have created a console application that has to auto-scale an application hosted in the cloud. The application has been created using information from here and here. I have no visible errors at ...
0
votes
2answers
35 views

How do I cause Azure move my instance if I decide the VM is faulty?

Suppose I have the following situation. One of my Azure role instances happens to be started on a VM that runs inside a faulty server but Azure wiring processes don't see any problems. I somehow ...
-1
votes
1answer
39 views

Azure Cloud Service and appharbor worker [closed]

What is the difference between “appharbor worker” and “Azure cloud service”. My understanding is below; I feel “Cloud service” is better. Please help what I am missing from “appharbor worker” Worker ...
0
votes
2answers
41 views

Azure Cloud Emulator remaps ports

I have a solution that contains a website and a Windows Azure Cloud Service Project. Here is the ServiceDefinition.csdef: ... <WebRole name="FrontEndWeb" vmsize="Small"> <Sites> ...
0
votes
0answers
46 views

IIS Hosted WCF Service with TCP endpoint stops after Application Pool Recycle

I have an IIS application which hosts a TCP WCF service in Global.asax. I use that service to make interrole communications between my roles in Windows Azure. The problem is WCF services stops working ...
2
votes
4answers
52 views

Azure web and worker role - 2x small instances or 1x medium?

Which is better in terms of performance, 2 medium role instances or 4 small role instances? What are the pro's and cons of each configuration?
2
votes
3answers
32 views

Strategy for intercommunication across multiple deployed environments in Azure

I am looking for best practice of intercommunication across multiple roles in Azure in multiple deployment environments. We have the following deployment environments Developers local deployment ...
0
votes
1answer
26 views

RoleEnvironment.IsAvailable throwing External component has thrown an exception

I have an Azure web role linked to a MVC web application (InitRole). I have also configured another website (MainSite) to be deployed to the same web role by referencing the project using Site tags ...
0
votes
5answers
53 views

Is there a way to update a cloud app instead of redeployed?

I was starting Windows Azure using WebSites, now I'm facing with the situation where I need Crystal Reports in my site, so I'm looking for a way to install the Redistribute Files to use it in my web ...
2
votes
0answers
39 views

Avoid storing connection string in session for different sql schema

I am planning to have a multi tenant application in Azure where data isolation is achieved via schema separation. I am planning to use subdomain to identify the tenant. Idea is to get the tenant name ...
0
votes
2answers
53 views

Multi Tenant Data Architecture in Azure

I want to implement multi tenant architecture for database. Plan is to have same database but have schema in it which will have same tables, sprocs, triggers, etc. repeated for each tenant. Tenant ...
0
votes
1answer
66 views

Deployment to Azure failing, need help debugging it

I have an asp.net mvc 4 application, and I'm deploying it to Azure, It's deploying successfully but when I add a package from NuGet (Postal 0.8.2) it's breaking my deployment. I need help figuring out ...
0
votes
1answer
43 views

How do you assign a custom DNS name to a Windows Azure Web Role?

I am hosting a website using a web role in windows azure, but I am not able to figure out how to configure the domain name. I set up a Azure Website (different than Web Role) earlier this week, and I ...
0
votes
1answer
45 views

How to provide provisioning for multi-tenant scenario in Azure [closed]

Before asking the actual question, would like to paint background. Plan is to build web application that is hosted in multiple instance of a web role and worker role is used for few of background ...
0
votes
0answers
38 views

Grab HTML Content of Postal Email inside Azure Web Role

I'm using Postal in my ASP.Net MVC4 Azure Cloud Service application. Using a Web Role to invoke and intercept the Send method and grab the html email content (generated by Postal using a View). Need ...
1
vote
2answers
20 views

MS Azure : How to bind https to specific page(s) only

I'm working on large scale enterprise application hosted in azure. Security is top priority and have been asked to secure only handful of pages. I'm aware that there's a biding element in ...
0
votes
1answer
29 views

Azure Dashboard - You have not configured a web endpoint for monitoring.

I've a asp.net website deployed to azure. On management portal dashboard I noticed below: web endpoint status PREVIEW You have not configured a web endpoint for monitoring. I also noticed a ...
-1
votes
1answer
50 views

Publishing multiple instance of web role to different size VM

I want to understand that while publishing a web role (having multiple instance) how can i publish web roles to different size of VM? Say, there are 3 instances of my web role. And using VS 2010 / ...
-1
votes
1answer
43 views

Adding Azure webrole instances does not affect MVC4 webservice throughput

I have a very simple MVC4 post action as part of Azure webrole: [HttpPost] public ActionResult Index(Request request) { return new JsonResult() { Data = "OK", ...
2
votes
1answer
49 views

Cloud Services, package upload speed

Why does the package upload speed differ so much between the various upload methods. The methods I've used to deploy are Within VS2013: Very slow uploads Powershell Commandlets: Again very slow ...
2
votes
1answer
21 views

Is there an Azure Websites functionality equivalent to Azure Web Roles RoleEntryPoint

I want to run some code from a library before Application_Start and i was wondering if that is possible using just Azure websites or if I have to purchase an Azure Web Role instance and use ...
1
vote
2answers
34 views

MS Azure Webrole - How to specify web root drive storage size

I'm working on very large and complex enterprise web application to be hosted in azure. In noticed that the web root is located on E drive. I also noticed that C: drive is 490GB size. But ...
0
votes
3answers
94 views

MVC3/Azure - What's the most scalable way to handle 50k+/second quick API calls?

I have a farm of Web Roles running on Azure based on MVC3 that potentially need to handle ~50k API calls per second. The calls will be quick, all they do is adding some data to Azure Storage Queues (I ...
-2
votes
1answer
43 views

How do you deploy an EXE file into my Azure account?

I have an exe file which ,when called ,opens a pdf viewer... i used it in my web application and and tried to deploy it on my azure cloud as a service. every thing worked fine but when i clicked the ...
1
vote
2answers
43 views

Azure Cloud Services - Publish incremental changes only

I have a C# ASP.Net MVC4 Web Role deployed on Windows Azure Cloud Services using Package and Publish. First time it uploaded entire package and site has been running fine. When I wanted to publish the ...
0
votes
0answers
44 views

SignalR IHubContext in WebRole Task

I am testing a SignalR application that will run in an Azure Web Role. I have a background processing thread, created in the OnStart of the WebRole. When I try to use IHubContext to send a group ...
0
votes
3answers
49 views

URL to specific Instance of WebRole in Windows Azure

i have a WebRole in my Windows Azure Deployment with a few instances. In this Roles i do a lot of caching. So my client asks everytime another instance for a specific information, which is maybe not ...
5
votes
1answer
88 views

Unable to allocate the required address spaces

While deploying a new Web Role on Windows Azure i am getting this error: Unable to allocate the required address spaces for the deployment in a new or predefined subnet that is contained within the ...
1
vote
1answer
70 views

Azure Cloud Service with SSL is not working

We want to configure SSL for our application in Windows Azure Cloud. As per the instructions in windows azure (ref: http://msdn.microsoft.com/en-us/library/windowsazure/ff795779.aspx), 1) we have ...
0
votes
0answers
27 views

Azure - when to use Exchange Webservice (EWS) vs. System.Net.Mail

I'm working on mvc3.0 asp.net project hosted in azure. One of the requirement is to be able to send the emails of work flow. While researching I came across EWS (Exchange Web Service) below: ...
0
votes
1answer
79 views

How to setup secure web sockets in azure

How do you go about setting up secure web sockets in Azure? I currently have a web role using web sockets (using the Microsoft.Web.WebSockets package). I was unable to find any guides on how to do ...
0
votes
0answers
28 views

My Azure role instance propagates an exception but is only restarted 35 minutes later

Quite often I encounter the following situation: my Azure role instance fails to initialize and throws an exception that is propagated outside OnStart(). I see ...
0
votes
0answers
34 views

How long a link was generated by window azure?

I generate a link by window azure with time 5 minutes, but when I use this link to download, it doesn't limit time and I paste link on my browser again it doesn't work. I want to know how it working?
0
votes
1answer
74 views

Download vhd of Windows Azure Cloud Service

Is it possible to download a vhd (or vhdx) image of Windows Azure Cloud Service and run it locally on my computer in Hyper-V? How to do that? Thanks
0
votes
1answer
70 views

Windows Azure Traffic Manager Basics

I'm working on azure project and came across Azure Traffic Manager. Could someone please help me few question below: Is Traffic Manager same as load balancer? Do we need to create Traffic Manager ...

1 2 3 4 5 10