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

2
votes
1answer
21 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
14 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
13 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 ...
1
vote
0answers
30 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 ...
-1
votes
1answer
28 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
1answer
25 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
20 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
33 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 ...
0
votes
0answers
10 views
+50

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 ...
1
vote
1answer
41 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
21 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
45 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
25 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
33 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
37 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
43 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 ...
0
votes
1answer
33 views

Azure Cloud Service Losing Session if URL doesn't contain WWW

My Azure cloud service app has users logged in with session data. If they click on a link internally that doesn't have a preceding www, then the session data is not applied. If they go back and ...
0
votes
0answers
12 views

Why I must change Identity from NetworkService to ApplicationPoolIdentity,to have access to my SQL db?

I have MVC4 web application with web role deployed to azure cloud service. Although my connection strings are set properly and on my azure account the SQL server of my db is configured that way that ...
0
votes
0answers
24 views

Azure Web Role in Azure Virtual Network can't access SQL Azure in same region (West US)

I have a Web Role that needs access to a SQL Server on premise as well as a SQL Azure, hence we created an Azure Virtual Network for a Site-to-Site connection. I have a few outstanding issues: The ...
1
vote
3answers
59 views

How do I detect the case when my Azure role is moved to on a new VM?

Azure can sometimes restart the VM where my role instance is running and sometimes it can stop it on one VM and then deploy it onto another VM - for example if the hardware where the VM was running ...
0
votes
0answers
40 views

Get root application for a web site using Powershell WebAdministration module

I'm attempting to configure serviceAutoStartEnabled and serviceAutoStartProvider properties of a web application at the root of a web site deployed in Azure. If I understand the auto start process ...
1
vote
2answers
45 views

Is it possible to have the Windows Azure emulator open the browser to a URL other than 127.0.0.1

Simple question but lots of meaning/discussion behind!!! Is it possible to have the Windows Azure emulator open the browser to a URL other than 127.0.0.1 and port 81?
1
vote
1answer
40 views

PDF files generated in Azure VM downloaded as 0 byte files

I'm generating PDF files using Prince XML in an Azure VM (by a web role) using C#, MVC3 and .NET 3.5. Action methods that are tagged with a PdfFilter() attribute forward the HTML to Prince XML; once ...
0
votes
0answers
67 views

Enterprise Library Logging Block not logging events in Web-Api MVC 4 Azure Web role

I am having some issue with Logging events in Application log in Web Api Web role in Azure environment. When debugging in Local machine I am able to log all events in my event log but once hosting ...
0
votes
0answers
7 views

PDB Folder being created at root of drive when running in debug

I inherited an Azure ASP.NET web role project from another developer. When I run it in debug in Visual Studio 2012, it runs fine, but dozens of .pdb folders are created at the root of the drive the ...
0
votes
1answer
35 views

MVC Web Role Post Build Event

I'm trying to copy two files to the bin directory to a Windows Azure Cloud Services deployement, I added the below Post-Build event script to the MVCWebRoleCore project properties: copy /Y ...
0
votes
1answer
86 views

Can't authenticate with token

I've a ASP.NET MVC website which uses an ASP.NET WebAPI to authenticate. I've using ThinkTecture IdentityModel for basic authentication and session token, which works fine locally and in Azure ...
0
votes
1answer
62 views

How to enable performance counters in azure

We need to enable 25+ performance counters in windows azure web roles. I'm thinking of RDP'ing and enable them one by one. But this could take long time and also not guranteed for if we scale up. ...
0
votes
1answer
34 views

Image not found, but only sometimes

After I migrated my site from AzureWebsites to a Azure Cloud Service, i'm having some issues with the migration and I think are related to IIS (and my lack of expertise of it). The issue is some ...
1
vote
2answers
100 views

Windows Azure Cloud Service - Access to deployed xml file denied

I have an MVC app which runs fine on premise, it runs fine on azure web sites. But when deployed as a cloud service I have access denied problems accessing certain xml files. These xml files are just ...
0
votes
0answers
170 views

How to run Azure cmdlets from a powershell script in a published Web Role VS2012 project

I have a VS 2012 MVC 4 web role project and I successfully call a powershell script from the bin directory of the role, after I run Set-ExecutionPolicy Unrestricted from a startup cmd. The script ...
0
votes
2answers
187 views

How to obtain an SSL certificate for Azure Cloud Service

I have an azure cloud service (WebRole) and I want to purchase an SSL certificate. What is the technical requirements to purchase this certificate? An SSL provider like godaddy offers 256-bit ...
1
vote
2answers
47 views

Access rules for SMTP services from Azure to corporate network

I would like to use my internal exchange servers for email notifications from an azure Web Role. The role is set up on the west us region. I need to allow this role, with multiple instances, access ...
1
vote
1answer
118 views

Can an Azure Website have multiple bindings?

We currently host our site on IIS on our own virtual machine. Works great. Our main website has around 30 or so bindings, which we use to customize the html output. Each binding is a theme, to us. So ...
0
votes
2answers
75 views

Windows Azure Web Role Certificate Error

I need to create a Web Role in Azure with an https endpoint with a real SSL certificate (not self-signed). So I need my own domain, which I have, and have pointed it at my "me.cloudapp.net" URL via a ...
1
vote
2answers
45 views

How to Manage ACS Service Identities

I host a WCF 4.5 service in azure WebRole and I use Azure ACS Service Identities to manage my wcf users (active authentication). this model is accepted for me because we have a limited number of users ...
0
votes
2answers
100 views

Performance with MS SQL in Azure Virtual Machine

I installed SQL Server in Azure Virtual Machine. Open port 1433, create rule in the firewall. After that, I created Web-role and connect to SQL Server via Azure Connect. All works. But performance ...
1
vote
1answer
81 views

Looking for tuturial for inter-communication between roles in Windows Azure without service bus queue

I want web role to send commands to a worker role and when worker role done- send result back to web role. (e.g. online calculator that do the taks proccess in seperate worker role) I'm looking for ...
0
votes
0answers
88 views

AJAX calls not firing when published to Azure web site

I have an ASP.NET 4.5 web form application that has been running fine for many months now. It is developed in VS 2012 and published on my local PC IIS as well as to an Azure website shared mode. It ...
0
votes
2answers
99 views

How to do background work(like worker role) in web role(IIS)?

I am working on azure MVC4 application, i need to read messages from servicebus then update online users through IIS(by SignalR). I want to run some worker role type of process within the web role. ...
1
vote
1answer
32 views

Azure - secure communication between internal roles in Azure

In this link (Azure: security between web roles) the OP asks: "In Azure, if you choose to use internal endpoint (instead of input endpoint), https is not an option. http & tcp are the only ...
1
vote
1answer
26 views

aspnet_compiler in Azure starup task

Does anyone know if its possible to call aspnet_compiler from an azure role startup task to force a precompilation inplace. (And if so as a foregroudn/background or simple task?) Perhaps something ...
0
votes
2answers
41 views

Azure Cloud Role included storage = extra costs?

I'm currently working out the cost-analysis for my upcomming Azure project. I am tempted to use a Azure Cloud Role, because it has a certain amount of storage included in the offer. However, I have ...
1
vote
1answer
48 views

Deployed azure virtual application webrole not compiled

I have spent the last couple of days getting an application deployed to auze. All is looking good but I have gotten stuck on an issue with virtual applications. Within my servicedefinition file I ...
0
votes
1answer
162 views

Install IIS Media Services on Azure Web Role Virtual Machine

I want to install IIS Media Services on Azure Web Role Virtual Machine instance. For more detail see : http://azlivestreaming.codeplex.com/documentation?referringTitle=Home One way to do is ...
1
vote
1answer
136 views

Create subdomains in staging azure web role

I have a solution with two projects: - Project1 is an asp.net mvc 4 project - Project2 is an asp.net webapi project I want to have both of them on the same webrole, in production it seems that I can ...
1
vote
0answers
45 views

how to link css file to aspx in azure host?

I have asp.net app that I am trying to upload to azure host. first I have try to link in the traditional way with Css folder and link to it <link ...
0
votes
2answers
43 views

How to reference js and css files in page head in azure storage?

How to reference js and css files on page head in azure storage ? I have tried : CSS/AppConst.css // --> this working only locally ~/CSS/AppConst.css I am getting this error : GET ...
0
votes
1answer
72 views

app.config in Web Role not copied in Azure SDK 1.8 and Visual Studio 2010

As suggested by these answers on Stack Overflow, I've added an app.config file to my web role in order to have some binding redirects available during the call of Role.OnStart in process ...
1
vote
0answers
35 views

Trouble publishing a new azure web role from visual studio 10

I am trying to create a new instance of a web role via the "publish" setting in visual studio 10. However it seems to get stuck during publishing: 13:30:32 - Warning: There are package validation ...

1 2 3 4 5 9