Questions tagged [azure-deployment]

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

579 questions
61
votes
2 answers

Azure SDK 2.5.1 fails to Publish cloudService

After successfully upgrading my cloud service to the new "Azure SDK for .NET 2.5.1" I got the following error when trying packaging/publishing. Could not load file or assembly 'Microsoft.WindowsAzure.Packaging, Version=1.0.0.0, Culture=neutral,…
38
votes
12 answers

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 downloaded from Windows Azure platform. I am getting…
user1679318
  • 383
  • 1
  • 3
  • 5
33
votes
2 answers

What is the difference between Publish methods provided in the Visual Studio?

When I click on the Publish method following options show up: What is the significance of each method?
tRuEsAtM
  • 3,517
  • 6
  • 43
  • 83
30
votes
2 answers

Azure devops deployment failure : TypeError: Cannot read property 'scmUri' of undefined

I have been facing this issue particularly today while deploying my application to the azure environment using Azure Devops. One of the deployment task fails with the following eror message: ##[debug]Deployment Failed with Error: TypeError: Cannot…
29
votes
8 answers

Azure Web App Deployment error via msdeploy - ERROR_INSUFFICIENT_A CCESS_TO_SITE_FOLDER

I have been deploying to my Azure Web App for about 4 months now, using msdeploy, and everything has been smooth sailing to upload the website. Until recently, there has been no errors with deployment. I now receive a…
19
votes
1 answer

Azure Service Fabric activation error

The deployment of one of my apps to a Service Fabric Cluster failed and triggered an Unhealthy Evaluation with an error event saying: There was an error during CodePackage activation.The service host terminated with exit code:3762504530 However, on…
Horia Toma
  • 1,099
  • 2
  • 17
  • 29
17
votes
2 answers

Azure package not including linked project DLL even with copy local set

I've an Azure solution with 4 projects in it. (VS 2012 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 Role for scheduled tasks All role projects have a…
16
votes
1 answer

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. Would love to know the pros and cons you guys…
15
votes
4 answers

Cancelling azure resource manager deployment

Recently I've started creating a new resource group but it seems to be stuck at provisioning server farm resource. Restarting deployment outputs the following error: New-AzureResourceGroup : DeploymentActive: Unable to edit or replace deployment…
14
votes
1 answer

Deploy a self-contained .NET Core application with Azure DevOps App Service Deploy task

From a local machine I can publish a .NET Core application to Azure Web Service as a self-hosted application by defining true in publish profile. App Service Deploy task in Azure DevOps pipeline publishes it to IIS by…
14
votes
6 answers

Deploy Angular 2 with Azure Webapp

How can can I deploy an angular 2 webapp to azure? I guess I need some type of final compilation script. Thanks in advance.
12
votes
4 answers

Deploying a plain ASP.NET Core 2.2 Web App in Azure using Web Deploy is throwing an error

I went to publish an ASP.NET Core web application using Azure through the Publish screen in Visual Studio 2017. I used all of the defaults, though my app uses migrations so I had to tell it to run them in the publish profile. When I try to access…
Blake Rivell
  • 13,105
  • 31
  • 115
  • 231
12
votes
1 answer

How to deploy a solution with two projects to Azure App Service?

I am trying to minimize the cost of running my web app in Azure App Service. I have a Visual Studio 2017 solution with two Web Projects: Web and API (both .NET Core). The entire solution is part of a single GitHub Repo. Before adding the API…
Martin
  • 39,309
  • 62
  • 192
  • 278
11
votes
5 answers

error NU1102: Unable to find package NuGet.Frameworks with version (>= 4.9.3)

I'm getting this error when I try to build a .NET Core solution with Azure DevOps: error NU1102: Unable to find package NuGet Frameworks with version (>= 4.9.3) error NU1102: - Found 33 version(s) in http://nuget.bentley.com/nuget/Default […
TheDude
  • 1,421
  • 4
  • 29
  • 54
11
votes
3 answers

How to remove all deployed resources based on deployment name in Azure

I'm working on provisioning new Azure environment using ARM templates. In order to deploy I use the Azure PowerShell New-AzureRmResourceGroupDeployment command, where I specify DeploymentName , ResourceGroupName etc. However, when I want to…
1
2 3
38 39