The process of making the raw code (Visual Studio Solution) to Azure Cloud runnable instance.

learn more… | top users | synonyms

2
votes
1answer
38 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 ...
2
votes
0answers
11 views

The deployment is transitioning since 2 hours

After a deploy started from VS2012, my deployment stuck in status "transitioning". Actually, my services are working properly, and all instances are running. I cant update, delete, or stop my ...
0
votes
0answers
15 views

Azure Publish giving “The Type or Namespace {x} cannot be resolved” error

I have a MVC 4 web project that I have been working on for about a year. It is currently published and running on azure in production, and has been working there for about a year. My dev machine ...
0
votes
0answers
30 views

Unable to publish a project into windows azure staging environment

Initially,i publish a project into windows Azure staging environment using visual studio 2010(windows Azure SDK v1.6), i got warning exceptions like, Warning: There was no endpoint listening at ...
0
votes
0answers
50 views

Socket exception 10048 when trying to start Azure emulator

When i try to start up the windows azure web solution it keeps giving me a socket exception with the code 10048, and then stops deployment to local emulator. It seems like there are some problems ...
1
vote
1answer
60 views

Possible bug with New-AzureDeployment

The New-AzureDeployment cmdlet is not updating the Deployment Name with the value from the -Name parameter. As per MSFT's documentation here, the -Name parameter maps to the Deployment Name but when I ...
1
vote
1answer
44 views

The path $/FullStackSampleApplication is not a file. (type InvalidOperationException)

I have created a new build definition with a custom activity. I modified the AzureContinuous deployment xaml as explained here: ...
0
votes
1answer
77 views

Azure deploy issues

When I would like to deplopy my cloud service to azure, I get this error anytime: Warning: Unable to connect to the remote serve http://snag.gy/KdzQT.jpg I've double checked everything. The cloud ...
0
votes
1answer
78 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 ...
1
vote
0answers
73 views

Github -> Azure deploy dll used by another process

Unfortunately, due to issues with Azure's lack of EF 5 spatial support, I need to include the relevant DLL myself: related link Once I included the SqlServerSpatial.dll I was able to complete ...
3
votes
1answer
233 views

Azure Package Not including linked project dll even with copy local set

I have an Azure solution with 4 projects in it. (VS2012 on Windows 8, Azure Tools 1.8) Core project with common code Web Role Front End Service Role for servicing data (from SQL Azure DB) Worker ...
6
votes
1answer
395 views

Where to deploy a WebApi at Windows Azure: as Website or as Cloud Service?

I'm developing a Web API and will host it at Windows Azure. What should I take into consideration to decide where to deploy it? As far as I know it can be deployed as a Website or as a Cloud Service. ...
0
votes
1answer
129 views

Configure TFS-Azure deployment to use “Release” for build

I'm checking in projects to TFS, to be deployed to the Azure host. I want the project(s) to be built and deployed as "Release", not "Debug". I put this code in my Application_Start: #if DEBUG ...
2
votes
1answer
105 views

Getting error on azure deployment for staging environment

I am trying to deploy my hosted service on staging with RDC configuration, But it giving following error: Error Creating New Deployment Error creating deployment for hosted service 'XXXXXXXX' An ...
5
votes
2answers
820 views

Azure Deployment to new OS Family

I have recently updated my web application to target ASP.NET 4.5 which requires a deployment to a Windows Server 2012. achieved by setting the osFamily value to 3 in the ServiceConfiguration ...
0
votes
2answers
484 views

Customize app.config when deploying on windows azure

I have some issues when I'm trying to deploy my application in windows azure. I have several services in windows Azure. One of them is called Automaton. It needs to connect to the SQL Azure database. ...
2
votes
1answer
179 views

Deployments to Azure Websites can take hours to go live

I've just started to use Azure Websites to host one of the websites I'm working on. Everything has been very smooth so far, but what I've realized is that when we update our website, sometimes that ...
2
votes
1answer
545 views

Not able to publish website on Windows Azure using publish through VS2010

I am facing this problem when I try to publish my web application on Windows Azure via Visual Studio 2010. I am trying by right click on project and select publish and importing publish profile ...
1
vote
0answers
110 views

Web.config Vandalized Mystically During Azure Deployment

I know this is super weird, so to make you believe me and help me, I provide lots of evidence here. Problem: the web.config file under site/1/views has been changed during Azure Deployment. Facts: ...
1
vote
2answers
606 views

TFSPreview.com and Azure continuous deployment for multiple solutions in TFS

I recently tried out Microsoft's TFS-in-the-cloud service (TFSPreview.com) and felt the TFS team finally 'gets it'. TFSPreview.com might switch us from GIT+bug tracker+powershell as the integrated ...
0
votes
1answer
151 views

worker role fails in csrun.exe but works fine when run directly from VS(F5 in VS)

I was just upgrading my project from sdk 1.3 to 1.7. I have create a post build event using cspack(copyOnly) that creates a cspkg directory. I am getting the below error from the worker role when I ...
0
votes
1answer
148 views

create azure package with build

I was just upgrading my project from sdk 1.3 to 1.7 and I noticed that now when I build the application the package(cspkg) is not created with the build. I have go click on publish to create a ...
7
votes
3answers
1k views

Azure Website missing msshrtmi when built on and deployed from TFS

I'm trying to deploy to Azure Websites (Preview) from TFS (Preview). The build works and the website is deployed but when my code tries to access the Azure RoleEnvironment the website throws the ...
4
votes
2answers
170 views

Web.config altered (drastically) during Azure deployment

After deploying to Azure, I kept getting server errors -- the application would not run. So I did a remote desktop into the instance and found that the web.config was completely overhauled...what's ...
3
votes
1answer
282 views

Are azure sites deployed transitionally?

when deploying azure websites to a farm of lets say 10 instances, how is the deployment of the new version propagated? is there a time where different users could hit diffident version of the site ...
1
vote
1answer
71 views

Hosting Mutitenant Application on Windows Azure Management Portal

I have gone through the Lab AdvancedWebAndWorkerRoles which you have provided in the latest training kit WAPTK. I followed the steps in Exercise 1:registering sites,Applications and Virtual ...
1
vote
2answers
145 views

Deploy App on Azure portal

Now i want to deploy my java aplication into azure cloud use Azure portal. 1.firstily i create new hosting service 2.then i fill some information into form and try upload Windows Azure Package and ...
6
votes
2answers
852 views

Deploying my Azure application to my Company local Windows Server

I am new to Windows Azure and need help with deploying my Azure application, which is correctly deployed to Azure, to a local server. My application consists of one Web Role, which contains a ...
1
vote
1answer
658 views

How do I publish ASP.NET MVC3 application to azure using “Publish -> ”Web Deploy"? (getting error: Web Deployment task failed)

I'm getting this error when trying to deploy to azure using "Publish" from my MVC project. I checked Web Management Service and Web Deployment Agent Service and there are both running. Credentials I'm ...
1
vote
2answers
224 views

Deploy to Azure from command prompt

I'm currently having problems with deploying from inside Visual Studio (basically Visual Studio crashes when creating the package). I know how to build a package myself with cspack, so I made a batch ...
0
votes
1answer
210 views

Custom subdomain with a SSL not redirecting to Azure cloudapp

I have an Azure app deployed and I want to use SSL for the entire application. To do secure my app: -I made a subdomain in my site to point to the Azure application. -I got a SSL in the name of my ...
1
vote
1answer
121 views

Problems trying to deploy on azure a sample web application

I am trying to deploy an Hello World sample web application on Windows Azure, but I'm running into problems for which I can't find the answer. First, I can't create a new Hosted Service to deploy it ...
1
vote
1answer
2k views

Windows Azure: Authentication error when trying to create credentials

UPDATE at bottom: I am trying to upload a test app to Windows Azure for the first time and having problems when creating credentials. These are the steps I'm following: I create the credentials and ...
3
votes
1answer
701 views

Getting the name and location of the deployment the webrole belongs to

I want to be able to get the name (named when the hosted service was created) and the location (North Europe, Asia Anywere, etc) of the deployment from within a running web role. I don't want to rely ...
2
votes
1answer
69 views

Windows Azure - Deploying to subset of instances within a role

I'm looking to implement continuous deployment, pretty much as a proof of concept using Windows Azure, deploying the packages and switching staging <-> production is all fine, however, I would like ...
4
votes
1answer
357 views

Azure set hostHeader according to project configuration

hostHeader can be set in ServiceDefinition.csdef file as <Site name="Web"> <Bindings> <Binding name="Endpoint1" endpointName="Endpoint1" hostHeader="www.mysite.com"/> ...
5
votes
2answers
2k views

Static IP address for Role in Windows Azure?

Does anyone knows if obtaining a static IP address for a Web or Worker Role on Windows Azure is possible (possibly only in private beta)?
1
vote
1answer
251 views

How to change Azure local deploy directory?

I would like to know how to change default Azure SDK local deploy directory? Default Azure SDK local deploy directory is C:\Users\username\AppData\Local\dftmp*, but I would like to change it. I have ...
5
votes
1answer
790 views

Windows Azure Powershell Deployment Error - “The remote server returned an unexpected response”

I'm following the latest February 2011 Azure Training Kit example. I've successfully deployed using New-Deployment -serviceName xxxxmytodo99 -subscriptionId ...