The process of making the raw code (Visual Studio Solution) to Azure Cloud runnable instance.
Questions tagged [azure-deployment]
579 questions
10
votes
3 answers
Azure key vault - add access policy for deployment slot
I have an app with 2 slots. I have stored connection strings in the key vault. I have enabled MSI on the app and 2 slots. Also, within the vault's access policy, I have added the app (production slot). However I am not able to add the slots to the…

Redzon
- 431
- 8
- 19
10
votes
1 answer
How to deploy an ASP.NET 5 Aurelia app to Azure from VS2015
I'm trying to deploy an Aurelia application based on the ASP.NET 5 ES2016 navigation skeleton to Microsoft Azure using Web Deploy ([right-click] -> publish) from within Visual Studio 2015.
But I can't get the depolyment to work.
I've changed the…

Sergi Papaseit
- 15,999
- 16
- 67
- 101
10
votes
2 answers
Azure: Web.config Connection String' argument cannot be null or empty
When I try to publish an azure app I get this error.
C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v14.0\Web\Microsoft.Web.Publishing.targets(4283,5): Error : The 'ibasis_Data_Transfer.mytestdbEntities-Web.config Connection String' argument…

user964787
- 1,127
- 2
- 11
- 20
10
votes
2 answers
Why Azure deployment from Visual Studio takes so long?
I created a brand new cloud service with a single worker role using Azure .NET SDK 2.6. The RoleEntryPoint is pretty much empty.
First time it took a while because of VM creation. My expectation is that following publish attempts would be much…

Igor Gatis
- 4,648
- 10
- 43
- 66
9
votes
3 answers
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)?

Joannes Vermorel
- 8,976
- 12
- 64
- 104
9
votes
5 answers
Use new Deployment Job in Azure DevOps. Can't find artifacts
I need to deploy an Asp.Net Core Application to Azure WebApp using Azure Devops.
I have the following working Azure-Pipelines YAML file:
trigger:
- master
variables:
buildConfiguration: 'Release'
buildPlatform: 'any cpu'
version:…

Miguel Moura
- 36,732
- 85
- 259
- 481
9
votes
1 answer
Deploy to Azure using Storage Account created in new portal
I want to deploy cloud service to Azure, but when deploying must select Storage Account(tried both in new portal and in Visual Studio 2015). My storage account was created using new portal "Storage accounts" and was assigned to some Resource group,…

saniokazzz
- 476
- 1
- 6
- 21
9
votes
3 answers
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 following exception:
Could not load file or assembly…

Jonas Stensved
- 14,378
- 5
- 51
- 80
8
votes
3 answers
Azure cloud service deployment issue with pay as you go subscription - cloud services are not available in this subscription
I am having an issue while deploying an Azure web role to a cloud service. It shows me the error
Cloud services are not available in this subscription.
I am using a pay as you go subscription on Azure. I don't know if there is any limitation with…

Krishna_K_Batham
- 310
- 1
- 4
- 10
7
votes
3 answers
Web deployment task failed. ERROR_USER_UNAUTHORIZED
I am trying to deploy my Bot to azure. I have created it in azure and i downloaded the source code. But now im trying to deploy it again i'm getting the error on the title. I got all the credentials correct because i wrote it down before. This is…

user10860402
- 912
- 1
- 10
- 34
7
votes
5 answers
Web App is not loading after deploying
I have a working app service named "matanwebserver" over a subscription in Azure. This is a website that I am working on. I work with Visual Studio.
Now I created another Web App on the same subscription that I will use as an integration site so I…

jrz
- 1,213
- 4
- 20
- 54
7
votes
3 answers
Running Multiple Application Instances and Configurations Side by Side on an Azure Service Fabric Cluster
I have a Service Fabric application with multiple services that can be configured for "Dev", "Test", "Stage" and "Production" on Azure.
My goal is to have 1 cluster for my "Test" & "Stage" environments and another for "Production". The obvious…

INNVTV
- 3,155
- 7
- 37
- 71
7
votes
3 answers
Error Creating Webjob schedule
I have the source code hosted in a TFS 2012 on premise installation. When I try to publish my Azure WebJob to Azure from Visual Studio 2015, I get the following error.
Error : An error occurred while creating the WebJob schedule: Response status…

Ryan Gates
- 4,501
- 6
- 50
- 90
7
votes
2 answers
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 exhausting, an waste a lot of time.
How to upload/deploy…

d.popov
- 4,175
- 1
- 36
- 47
7
votes
2 answers
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 Silverlight client for a Silverlight application.
I…

Asmaa Edress
- 153
- 5
- 14