0
votes
0answers
8 views

Set node version for non node web role

i have written an SPA which uses Grunt tasks to build itself from the source code into a dist directory. I want to host this on azure to keep everything in one PaaS. If i send the prebuilt dist ...
0
votes
2answers
25 views

500 - Internal Server Error, Windows Azure Cloud Service

I have just switched from WCF Service to Windows Azure Cloud Service. I have copied over my codes from my WCF service into the Cloud service. When i run the website i get 500 - Internal Server ...
1
vote
1answer
25 views

Durandal SPA Deploy to Azure Web Site with Optimizer in Build Deployment Command

I ran the Azure Command Line tool to generate the script below, with the following command C:\GameDev\DevPortal>azure site deploymentscript --aspWAP "DeveloperPortal\Devel operPortal.csproj" -s ...
0
votes
0answers
21 views

Deploying website(asp.net mvc in to Azure) : 500 - Internal server error

I need to upload file(more than 4MB) into my AzureBlobStorage I added to webconfig this code: <system.webServer> <security> <requestFiltering> <requestLimits ...
0
votes
1answer
69 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
0answers
18 views

RDLC Reports on Azure

I am not able to render a RDLC report on azure premise. But, on local premise it just works fine! Inspite of adding the necessary dlls Microsoft.ReportViewer.Common.dll ...
0
votes
0answers
49 views

Windows Azure, ASP.net MVC 4 - Issues with pages

I am completely new to Windows Azure and we don't have many people around the office that knows the technology, and those that do are out of the office and unreachable. so I turn to the community. I ...
0
votes
1answer
82 views

New-AzureDeployment times out on package upload

I'm trying to automate our deployment to Azure process. I've gone through various pages from google with powershell scripts examples. I've narrowed down the problem to this part: # publish - here I ...
1
vote
1answer
81 views

Continuous deployment to Azure from TFS 2012 Update 2

I am not using TFS Service (Preview/Online). I am running TFS 2012 Update 2 on-site and trying to deploy an Azure Service that contains a web and worker role. I'm also using Azure SDK 2.0. I have ...
1
vote
1answer
42 views

Why does my Azure deploy say my empty MVC 4 app is too large for extra small?

I'm going through the tutorials on Azure with an empty MVC 4 Basic project. I set my VM size to extra small, and resized my Local Storage-> Diagnostics to 100mb, yet I still get the error: ...
0
votes
0answers
50 views

Drupal 7: Class SelectQueryExtender not found in pager.inc line 15

I have one problem: I've setup Drupal 7 and MS SQL 2012 on local machine. It's work fine. But now I need to deploy site to Windows Azure. I've created new web site on Azure and MS SQL DB. Have ...
0
votes
0answers
39 views

Azure deployment with Bitbucket

I have setup a website in Azure and I was able to successfully deploy it in Azure by connecting it directly with Bitbucket repository. Deployment was successful and I create my DB in Azure using ...
0
votes
2answers
48 views

Deploying first Windows Azure site

I'm just starting a Windows Azure trial, and my first deployment has been pretty rocky. I'm using VS2010 Ultimate to deploy (after downloading the Azure/SP1 pack for it). I started by setting up a ...
-1
votes
1answer
79 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
1answer
64 views

Deployment and Rollback Strategy with Windows Azure

I'm hoping that Microsoft Azure offers services in the areas of application deployments and rollbacks. Specifically, I'm interested in accomplishing the following using Azure: Deploy an application ...
0
votes
0answers
97 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 ...
1
vote
1answer
29 views

What to do with DLLs when deploying to Azure from Git Repository

I am trying to deploy a C# app to azure using a git repo but it fails saying: The type or namespace name 'Mvc' does not exist in the namespace 'System.Web' (are you missing an assembly reference?) ...
0
votes
1answer
26 views

Deploying Azure Solution from Dev to test server

I'm developing a windows azure solution on VS2012, where i have many projects under the solution and i have on starter project which is xxx.Local.Client I'm using Azure emulator to emulate the ...
0
votes
1answer
149 views

How to deploy only worker/web role in Azure

If you have a web AND a worker role in an Azure solution, all the waiting for the publishing an update package, uploading to the cloud storage, waiting for the package to be deployed could be ...
0
votes
0answers
68 views

Windows Azure Active Directory Access Control Sample Application Deployed Issue

I deployed my sample application on Windows Azure. My sample application is based on Windows Azure Active Directory Access Control, but page shows the error message The page cannot be displayed ...
0
votes
1answer
38 views

Error on Github deploy on windows azure

hej, since march we got some troubles with our deployments on our windows azure server. It seems that the deployments doesn't work and because sometimes it works sometimes not i don't get it. Some ...
0
votes
1answer
58 views

Get-AzureService does not list all cloud services (multiple subscriptions)

I got two azure subscriptions (sub1 and sub2). Requesting the cloud services in powershell with Get-AzureService does only list the services from sub1 and not sub2. I also tryed to set the azure ...
0
votes
2answers
120 views

Timeout Error when deploying Ruby on Rails app with Capistrano to Windows Azure VM

I'm new to Capistrano as well as Windows Azure and am having trouble deploying my Ruby on Rails app to my Azure Virtual Machine. I am able to log on and connect to the VM using SSH. Also, I ...
2
votes
2answers
411 views

Deploying Multiple Web Roles and Worker Roles on a Single Azure Cloud Service

This may not be new, but I hope some one can put me on right track as its bit confusing during azure deployment. I'm in the process of planning for deployment on Azure. This is what I have A Public ...
1
vote
2answers
279 views

Deploy a Web Role and Worker Role in a single instance

I'm developing a scalable app and I use the web role, queue, worker role design... But right now (in the alpha tests phase) i'm concerned a little about cost cutting because i'm suffering from the ...
0
votes
1answer
147 views

Sitecore Azure Deployment automation

I've a TFS CI configured where TDS deploys the Sitecore on to local dev and testing environment, all good. Eventually our Sitecore will be hosted on to Azure. I'm aware that Sitecore provides and ...
4
votes
1answer
116 views

Azure - deploying from Bitbucket

I have a website hosted on Windows Azure, and I set it up quite a few months ago to automatically deploy when I push to a specific branch on Bitbucket - as per these instructions: ...
3
votes
1answer
318 views

Azure deployment script keeps complaining “CurrentStorageAccount is not set”

I want to do automated deployment with Bamboo (a Continuous Integration solution). I found in here(http://www.windowsazure.com/en-us/develop/net/common-tasks/continuous-delivery/#script) a piece of ...
2
votes
1answer
91 views

Windows Azure multiple deployment

Here is the scenario: - Too many web sites with the same source code and own database (Each customer has its own system with his own database, but all customers utilizes the same source code) I have ...
0
votes
2answers
340 views

automated publish/deploy Azure package to cloud

I would like to have CI to build and deploy Azure package to cloud staging. I followed http://www.windowsazure.com/en-us/develop/net/common-tasks/continuous-delivery/#step4 The tutorial deploy from ...
0
votes
2answers
99 views

Azure VM automated deploy

I have a VM running in Azure and I have a Console Application that run in that VM. In parallel on that, I have Team Foundation Service with my source code and a CI running. I want the Build Server ...
0
votes
1answer
80 views

HelloWorld application does not work when deployed in Windows Azure

I am trying to deploy a HelloWorld Application using eclips. The program runs successfully in Windows Azure emulator but I cannot publish it in Windows Azure I get the following error message: Failed ...
2
votes
1answer
250 views

Deploying MVC 4 to Azure Web Site with SQL db

I just deployed my first Azure Web Site form a ASP.NET MVC 4 internet application template. The application worked well on my local computer. I followed the tutorial found here to deploy the web ...
1
vote
3answers
110 views

Updating Web Role applications (Azure) without deleting user data

I've got a Web Role on Azure with 2 Applications and 1 Virtual Directory. 1 Application is a backend, where admins can upload files, which are stored in the virtual directory (which is accessed by ...
1
vote
0answers
87 views

The web publishing extension is not installed which is required to publish

I was tring to deploy an ASP.NET Web Application to a Windows Azure Web Site by following the tutorial through this link: https://www.windowsazure.com/en-us/develop/net/tutorials/get-started/ After ...
7
votes
2answers
235 views

Avoid deleting folder on Web Publish

I'm deploying my application to an Azure Website. I've configured the Publishing Profile succesfuly and setup tfspreview.com to publish automatically using continuous integration on each code commit. ...
2
votes
2answers
96 views

How to manually update an Azure webrole when all you have is RDP access

I'm sure many might know of the Azure outage right now. I'm trying to update our Cloud services website (webrole) but almost every avenue seems to be dependent on azure storage (VS2012, TFS continuous ...
2
votes
1answer
248 views

Azure Deployment Error: cannot find ClientPerfCountersInstaller.exe

I recently tried setting up the Preview Cache for Azure on an existing site and deployment, which I had to abort due to errors. However since then I now get the following error when I try and deploy ...
-1
votes
1answer
72 views

Multiple deploys on single azure instance

I have a question regarding azure deploys. My specific scenario is that I would like to deploy N projects on the same WebRole / WebSite. The solution (don't think only as a visual studio way of ...
1
vote
1answer
408 views

asp.net MVC 4 deploy on azure Could not load file or assembly 'DotNetOpenAuth.Core'

Hello I am trying to deploy asp.net MVC 4 project on azure but I get this problem. I searched a lot about the solution but it looks like none suit my case, this is the Error message I get : ...
1
vote
2answers
217 views

Deployment of multi-project MVC4 solution to Azure fails

This is my second deployment to Azure. First was a simple MVC4 Website with a Database, which I deployed via git. Worked like a charm. Now I've got the following: A solution containing three ...
1
vote
0answers
56 views

Azure: How do I disable the deployment an just create a package file?

We have a couple of cloud services and do a Continuous Delivery to a test environment via Team Build. For the production environment, we have our own deployment powershell script. This script needs a ...
0
votes
1answer
157 views

Publish multiple websites with shared BLL and DAL

I have a solution with the following projects: Solution - Website1 project (Asp.Net MVC, azure website project with code first migration) - BLL project (Class library) - DAL project (Class ...
1
vote
1answer
167 views

Error “The stream data of file is not yet available.” publishing Web Role Azure Project

I have set up a Windows Azure project using the Windows Azure SDK plugin to Visual Studio. There is one Web Role in this project that points to a couple websites in the same solution. I have ...
3
votes
1answer
789 views

How do I set an ADO.NET Entity Framework connection string via the Windows Azure (Preview) Management Portal?

In the Windows Azure (Preview) Management Portal you can change the configuration options for web sites (see ...
0
votes
0answers
148 views

How to use REST API to Get VM role and Create Virtual Machine Deployment?

i need an help. I'm using the methods "Get Role" with Windows Azure Service Management REST API Reference following http://msdn.microsoft.com/en-us/library/jj157193.aspx and i can't do it work. ...
2
votes
2answers
323 views

Azure Autoscaling works locally but not when deployed

Problem I am trying to deploy a worker role which will autoscale a few target sites. I am able to run the autoscaler locally and it works (I installed the certificates on my machine). However, it ...
-2
votes
1answer
269 views

Deploy asp.net website with SQL server database [closed]

I have ASP.net website with SQL Server 2008 database. I am not sure how to deploy this on internet. I had few static aspx pages which I just transferred via FTP and they were working fine. But how do ...
1
vote
1answer
359 views

Failed to download RDP file for instance abc_webrole_IN_0 in cloud service testingservicecall

Failed to download RDP file for instance servicecall_webrole_IN_0 in cloud service testingservicecall. Details: The supplied cscfg file can not be parsed. Got exception ...
2
votes
1answer
62 views

Building Azure Deployment Package from Eclipse fails

I just created a simple java project using Eclipse following the steps on the Microsoft Website http://msdn.microsoft.com/en-us/library/windowsazure/hh690944.aspx. When I click finish on the ...

1 2 3 4