Web application hosting on the Windows Azure cloud computing platform. Azure Web Sites allow users to concentrate on just Application and Data; leaving the rest of the layers like platform, run-time, firewall etc. to Azure. Azure Web Sites also have a portal to manually scale instance count, deploy ...

learn more… | top users | synonyms

0
votes
1answer
7 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 ...
3
votes
1answer
37 views

Failure writing to log file with RavenDB Embedded on Windows Azure

I am running an MVC web site on Windows Azure and using RavenDB embedded. If the web site is "cold" (unloaded from the Azure instance), I get the following error message on the first hit to the web ...
-1
votes
2answers
21 views

Run a Python server in Azure websites enviroment [closed]

You can run a node server in Azure Websites based on the documentation of Azure. Is it possible to run stand alone Python server script ie. cherryPy and have IIS to redirect request to the server?
0
votes
0answers
26 views

Import existing MySQL db into MySQL db in Azure

I have created and publish a new Website on MS Azure, I have also created a MySQL db along with the site (using the same wizard). However I'm not sure how to access or query this db, I would like to ...
0
votes
0answers
71 views

How do I fix Azure Websites to stop confusing .Net Framework 4.5 with 4?

I am using Visual Studio 2012 to publish a simple Asp.Net MVC 4 project using Continuous Publishing in TFS online and I am getting the error: 1 error(s), 0 warning(s) Exception Message: The ...
2
votes
1answer
44 views

Include TypeScript files in azure git deploy

I'm trying to include TypeScript files in my automatic git deploy so I can showcase code for a framework I'm building. However, whenever I deploy to azurewebsites the deployments do not include the ...
1
vote
1answer
20 views

Azure Website to use Classic Application Pipeline

I'm moving 10 sites to Azure Website(s), they need to use Classic Application Pipeline, not integrated. How can I set that?
0
votes
1answer
50 views

For an Azure website running on the shared model what does “Up to 240 minutes of CPU/day”?

I have searched around as many places as I can find and I cant find anything that explains this clearly. So far what I think: On the shared tier you may only have your website consume 240 minutes ...
0
votes
1answer
45 views

Build MSI on Azure

I have a web project with I host on windows azure. Now I am trying to add client exe to monitor something on server (something like Windows Tray Notifier for TeamCity) Link to this installer will be ...
0
votes
0answers
30 views

Implement workflow on Azure Websites

I am new to Windows Workflow and Azure, and I have recently deployed a new MVC3 site as a free Azure Website (i.e. not shared or reserved mode). I need workflow-type behaviour on the site, and from ...
-3
votes
0answers
57 views

Can I install an SSL certificate on a custom azurewebsites.net? and how? [closed]

I need to install ssl certificate on a azurewebsites.net but can seem to find direction on how to do that. Some information online suggests that azure does not support this at the present time. Is ...
0
votes
2answers
42 views

?Can I host a MVC3 website on an Azure Web Site or I need to create a Cloud Service?

Can I host a MVC3 website on an Azure Web Site ? I try to deploy an MVC3 website to Azure Web Sites (in preview). If I leave the web.config file I got an error. If I remove the web.config file, like ...
3
votes
1answer
67 views

what are the Azure thresholds for the 10 free sites account, is this for life

I'm looking for some answers, on Azure from people who are hosting there on the mini account, i.e. 10 free sites. Specifically: After the 90 days is it free for life, as far as you dont exceed the ...
0
votes
0answers
38 views

Azure Web sites error: “Specified hostname is already reserved for another site ”

I have a problem adding my domain to azure web site. Every time I try, it tells me "Specified hostname www.moblin.co.il is already reserved for another site" I have a different site where I had that ...
0
votes
1answer
54 views

Azure Web Sites custom domain

I configured a custom domain for my Azure Web Site using CNAME records. Everything works fine, except for the fact that I can access my site using both *.azurewebsites.net and *.com. Isn't this a ...
-1
votes
1answer
64 views

Automated builds are broken in Azure Websites

We had configured out Azure Websites to automatically checkout from TFS and make deployments. Suddenly the deploys stopped working. Most messages say "unable to connect to the remote server" I opened ...
0
votes
0answers
74 views

Azure Continuous Integration Overwriting App_Data even with WebDeploy file specified to “exclude app data”

I have a Windows Azure Website and I've setup Azure Continuous Integration with hosted Team Foundation Server. I make a change on my local copy, commit to TFS, and it gets published to Azure. This is ...
2
votes
1answer
78 views

VS2012 - How to GET all files on an existing site?

Alright, I am obviously missing something here. I have moved several websites over to Azure to take advantage of all that it has to offer. Traditionally our team has always used DreamWeaver to ftp ...
0
votes
0answers
34 views

Can I use EF with MySql within Azure websites? If so, can this all be developed and run locally as well? [closed]

I want to quickly develop a website that will have persistent storage in the cloud. I normally use NH, but thought that I would look at EF for this very small project. Its only really a toy and a way ...
0
votes
0answers
14 views

Azure Websites returns 400 when request url is too long

We are having an issue where we need to pass a very long URL as a request to an azure website we are running. The server just kicks back a 400 Invalid Request without any further info. This is what ...
1
vote
1answer
53 views

How to configuration cache for azure websites?

I tried to set up caching in a role, but the documentation I have says it needs to be within the same CloudServices publishing project in order for it to be accessible... Here's the documentation I ...
0
votes
1answer
70 views

How many instances do I need for high availability with Azure “Web Sites”

How many instances do I need to configure to ensure that my site stays available during planned maintenance performed on the underlying OS/VM. I understand the availability model for web roles, but I ...
0
votes
0answers
47 views

Azure Web Site gets “HttpException: Failed to start monitoring changes”

I have a website written using ASP.MVC 4 and hosted on Azure Web Sites. Errors happening in my app are logged via ELMAH library to XML files and sent to me via email. Not a long time ago I started to ...
0
votes
1answer
35 views

Re-enabling a cancelled account

I cancelled my "Pay-as-you-go" account that used to host my windows azure website. today I looked on google however, and it decided to index the azure site (builtagroup.azurewebsites.net). I want to ...
0
votes
2answers
73 views

Managing connection strings in source controlled application that is continuously deployed to Azure websites

Here's the scenario: I have multiple developers on an asp.net mvc 4 project. Each developer has a local database. The source control system is TFS at http://tfs.visualstudio.com. We're using Azure ...
0
votes
1answer
188 views

Increase session timeout for Classic ASP pages on Shared Azure websites (single instance)

We have migrated a classic asp web site to Azure websites (shared mode single instance). We noticed that user sessions are timing out in 20 min and setting session.timeout = 120 programmatically not ...
0
votes
0answers
30 views

Script Minification issue with JQuery-UI

I have published Asp.net 4.5 (MVC4) website to azurewebsites.net . I published it with customized theme for JQuery-UI, But the published website was having some css issues. For example, the slideshow ...
1
vote
1answer
64 views

Machine keys in Azure WEBSITES (not webroles)

How can I set the machine keys in Azure Websites? I have a solution with hundreds of thousands of sub domains using the same web app. I want to move parts of the app to Azure on the busy subdomains ...
1
vote
1answer
45 views

Is there any management APIs for Azure website life cycle management?

There are PowerShell cmdlets for Azure website lifecycle management. But is there any management API for that? By any chance, Microsoft is planning to release management APIs for this in the near ...
1
vote
2answers
111 views

Azure Websites PHP API - 405 Method Not Allowed on PUT and DELETE

I'm building a simple PHP web service using Azure Web Sites and I'm having trouble getting it to support PUT and DELETE http methods. Assuming it's something that'll have to go into the web.config ...
2
votes
1answer
41 views

Issue with scale option in windows azure websites (WAWS)

I have multiple websites in my windows azure account, all are required to run in FREE mode. for one website i need to change scale option from Free to Reserved however all my websites will get ...
-1
votes
1answer
30 views

I have a product that runs on Zend Optimizer, what are my options if i want to run it on Windows Azure Web Sites?

I bought a product called Kayoko and it runs on Zend Optimizer, my infrastructure in on Windows Azure Web Sites! Azure web sites says it runs on PHP 5.3 and 5.4! Is there is way around this?
0
votes
1answer
43 views

Windows Azure turned £ (GB Pound symbol) to $ (US Dollar symbol)

In my code I have this: @String.Format("{0:c}", item.Amount) It shows for example £4.50 when I run it in debugging mode. When I deployed my app to Windows Azure however it outputs $4.50. I have ...
0
votes
0answers
32 views

Using Method Level Performance Counters in Windows Azure Web Site

I have an ASP.NET MVC 4 app hosted in Windows Azure as a Web Site. Based on the "MONITOR" tab in the Windows Azure Portal, this Web Site is using the entire CPU all the time. I'm trying to get a grasp ...
-1
votes
2answers
177 views

Local Storage in Azure Websites? [closed]

I have searched everywhere and am lost. I have azure websites and i want to write to the disk. But when i use "Local Storage" it errors.. is this only for cloud services? how do you write to the local ...
0
votes
1answer
72 views

How does memory usage, cpu time, data out, and file system storage apply to my website?

Pardon my ignorance but I have a few questions that I can not seem to get the answers by searching here or google. These questions will seem completely dumb but I honestly need help with them. On my ...
-1
votes
1answer
97 views

Determining Cause of Suspended Website on Windows Azure

I have a Website hosted on Windows Azure. This website is a custom ASP.NET MVC 4 site hosted as a shared web site instance. Within the past couple of days, I've started to get large spikes in CPU ...
0
votes
1answer
44 views

Access videos posted in Windows Azure via Asp.Net

I need to recover videos that are published in Azure Web Site. (The site was created just for hosting videos in a folder (Media)). I cannot access these videos. My idea was to host a banal site and ...
1
vote
0answers
86 views

Azure Web Sites - share login state across subdomains

I have two websites on Azure Web Sites, and I'm using a CNAME to use them with my own domain name. Let's call the two sites site1.example.com and site2.example.com. I'm using ASP.NET MVC 4 and ...
0
votes
1answer
51 views

Fix Wordpress 301 redirect to post with slash

I have a blog post up at https://www.mysite.com/blog/mypost/ which loads fine. However, https://www.mysite.com/blog/mypost redirects to a post on a different domain ...
0
votes
0answers
68 views

Access denied error when my Azure Website is shutting down (removing cache items)

My app is working well on Azure Websites (not Web role, please exclude web role specific answers !), but sometimes I got the following error in my logs : System.UnauthorizedAccessException: Access ...
2
votes
1answer
85 views

wildcard DNS A record for Azure Reserved Website

I have setup a wildcard A record so *.mydomain.com resolves to the fixed IP address of my reserved WAWS. I have also set up a few test a and cname records for various subdomains. The guide here ...
2
votes
1answer
128 views

Azure Websites - monitoring data

We're trying to understand the intricacies of monitoring data that Windows Azure Management API returns for Azure Websites (not Webroles) For example, the image below describes a data point retrieved ...
-1
votes
2answers
69 views

Migrating PHP web server to windows azure [closed]

Couldn't find something useful about this. Does anybody knows if a PHP based web server can be migrated to Windows Azure, and if so, what are the dependencies, limitations, and what are the steps.. ...
0
votes
1answer
60 views

Azure Websites and Downtime during deployments [closed]

I have a Web Site setup on Azure Web Sites, it's using Reserved mode and has 2 instances. But when I do an update to my site the site has downtime. Is there anyway I can get the deployment to update ...
1
vote
1answer
84 views

Azure Websites Orchard Memory Consumption

I have had my blog running on Orchard in Azure for, I dunno, a few months probably. All has been well. I have about 10 content items. It is a small site. I'm running it in Shared mode. Browsing the ...
0
votes
2answers
197 views

SignalR CryptographicException on AzureWebsites

I got this exception with SignalR, deployed in Azure WebSites. It works fine in debug environment. It's SignalR 1.0.1 and I use .NET MVC and WebApi The data protection operation was unsuccessful. ...
0
votes
1answer
105 views

SignalR with Service bus in Azure WebSites

I would like to use Azure Website to deploy a website with signalR, using Azure ServiceBus. Is it possible ? Or i have to use azure roles ? FYI, got this error : Unable to resolve the instance ...
0
votes
2answers
176 views

Azure Websites Git Deploy error

I have an Orchard CMS website deployed to Windows Azure using Git Deploy from BitBucket. Just with my latest changes I'm getting an error when I try to deploy: The process cannot access the file ...
1
vote
1answer
83 views

Force Azure to recycle the application pool instead of just the AppDomain

I'm running software that interacts with unmanaged libraries. These libraries can't be used from a different AppDomain than they were loaded. Thus, a new deployment causes failure. Is there any ...

1 2 3 4 5