Azure Packaging is the process of conversion of Raw Code (eg: Visual Studio Solution) to deployable package consisting of cspkg and cscfg which can be put in Azure Management Portal for deployment.
Questions tagged [azure-packaging]
15 questions
18
votes
1 answer
Deploy PDBs on an Azure Web Role
I have a project that is deployed via a VS 2012 Azure Project (from right in VS, not manually). The web role project is set to build "pdb-only" Debug Info in release mode, but when deploying the PDBs are not packaged and copied to the web role VM…

pbristow
- 1,997
- 4
- 26
- 46
16
votes
2 answers
Cannot find the physical directory for virtual path, in Windows Azure project SDK 1.8
I have upgraded windows Azure SDK from V1.7 to V1.8
Before Upgradation part of my config was
After Upgradation of…

sudhansu63
- 6,025
- 4
- 39
- 52
12
votes
3 answers
Preventing MSBuild from building a project in a .sln without using Solution Configurations
I want to inhibit the building of certain projects within a solution from building (within a TeamCity Build Configuration in order to optimize the speed of my Commit Build feedback if you must know).
I'm aware of the Solution Configurations…

Ruben Bartelink
- 59,778
- 26
- 187
- 249
8
votes
1 answer
2 Worker Roles in one Azure Package
I have two worker roles in one Azure package.
I am getting this error:
The port '3389' is used by both endpoint Microsoft.WindowsAzure.Plugins.RemoteForwarder.RdpInput in role WorkerRole1 and endpoint…

Srinivas
- 2,479
- 8
- 47
- 69
3
votes
1 answer
How do I exclude files from my Azure deployment package?
I have some xml documentation files in my bin directory corresponding to referenced dlls. I want to keep the benefits of having the good intellisense while developing, but I'd like to exclude the xml from my deployment package to reduce its file…

gilly3
- 87,962
- 25
- 144
- 176
3
votes
3 answers
Powershell - Create Azure Deployment Package
I've a web solution with 4 web projects. On successful build I need to create a azure deployment package via powershell.
Could someone help me whether we can create a azure deployment packages (cspkg, csdef and cscfg).
Thanks.

Nil Pun
- 17,035
- 39
- 172
- 294
1
vote
1 answer
Referencing runtime content from .ccproj (Azure SDK 2.9)
I have a worker role that contains a reference to a few nuget packages that drop a few needed runtime files as a post-build step to the project bin folder.
The problem I'm facing is that these files are not being copied over to the published worker…

Assaf Israel
- 478
- 3
- 11
1
vote
2 answers
Publish content files within an Azure Cloud Service project
I have Azure Cloud Service project that written in C#. This project is contain Azure Worker Role.
My Worker Role is reference another project (in same solution) that hold a directory in it. In this directory there are 10 HTML files. All those files…

No1Lives4Ever
- 6,430
- 19
- 77
- 140
1
vote
1 answer
Dynamically change azure configuration (.cscfg) values
I'm having azure worker role project. below is a code from my configuration (.cscfg).
c# (FLAG = 1;)
Through c# code i want to change this value.
Is there any way for dynamically changing value of an azure service configuration?
Please instruct me…

TATAS
- 67
- 7
0
votes
0 answers
My Azure artefacts Python package isn't updating when pip installing to a virtual environment, how can I fix this?
My Azure Python package isn't updating even though it says its using the code from the most recent PR and the most recent Pipelines job to push the code to artefacts.
Changes made recently:
Updating from python 3.6 to 3.7 for whole package
Adding a…

frankfrankfrank
- 13
- 2
0
votes
1 answer
How to get URL to download latest built artifact package in Azure DevOps
I used to have a simple URL like this (below) that automatically point to the latest build…

Vanchhay Pav
- 1
- 2
0
votes
1 answer
No package generated in VSTS build (for ASP.net project), so that release failed, why?
I'm using Microsoft team foundation server 2018's build task to build the Asp.net project and then deploy it to Microsoft Azure Website.
The following MsBuild command should publish the website to a publishing package in the build agent's artifact…

zhuang
- 49
- 5
0
votes
2 answers
azure subscription info
I am a newbie to web development
I would like to host my site in azure.
There are so many subscriptions plans.
So which subscription is reasonably good and give me price details of that?
Thanks in advance

Emad Alden
- 1
- 1
0
votes
0 answers
Azure Packaging in Visual Studio Online
I have an Azure cloud project stored in VSOnline. Is there a way to automatically package the cloud project and drop to a location in VSOnline itself? I have tried the AzureContinuousDeployment.11.xaml template which does not meet my requirement…

Bandara
- 780
- 8
- 29
0
votes
1 answer
Azure packaging failed - Missing assemblies - Root: Solution fails to build in release
I just ported my MVC application to Azure, added it as a web role, but cannot package the Azure project.
It complains about missing assemblies from a workflow project in my solution located in a Solution Folder:
Application (Solution)
|…

parliament
- 21,544
- 38
- 148
- 238