The process of making the raw code (Visual Studio Solution) to Azure Cloud runnable instance.
Questions tagged [azure-deployment]
579 questions
-1
votes
1 answer
Unable to replicate MSFT example for Azure Functions
I tried to replicate the example from the Microsoft webpage here. Under the SETUP section, the web directs to a GitHub link but the link is broken and guess the correct link is here.
I was able to perform all the instructions from the GitHub page…

Ash
- 41
- 1
- 1
- 10
-1
votes
1 answer
Azure ARM template deployment failure with error Invalid Template
Status: Failed
Error:
Code: InvalidTemplate
Message: Unable to process template language expressions for resource '/subscriptions//resourceGroups//providers/Microsoft.KeyVault/vaults/keyvaultName/secrets/' at line '788' and column '5'. 'The language…

Rohit Raj
- 1
- 2
-1
votes
1 answer
Incrementally add function to Azure Function Host without overwriting already deployed functions
I'm working with multiple teams that develop & test Azure Functions independently from each other but want to deploy all functions to a centralized Azure Function host, like so:
The publishing methods I know overwrite the existing content on the…

Christian Vorhemus
- 2,396
- 1
- 17
- 29
-1
votes
1 answer
Deployment script for apim call to function app
Im having problems with an apim arm deplyment script. Im looking at the export template to try and figure how to construct the script. Problem is i need to do it dynamically and the export template is full of hard coded values. So im trying to…

Daarwin
- 2,896
- 7
- 39
- 69
-1
votes
1 answer
The VM size (or combination of VM sizes) required by this deployment cannot be provisioned due to deployment request constraints
I am unable to deploy to Azure after I added one more role
The VM size (or combination of VM sizes) required by this deployment
cannot be provisioned due to deployment request constraints. If
possible, try relaxing constraints such as virtual…

profimedica
- 2,716
- 31
- 41
-1
votes
1 answer
Azure GitHub deployment failing with error "Remote 'external' already exists."
I have a repository in GitHub that I've been using as source control for local development.
I just created a new Azure website and tried setting it up for continuous deployment from my GitHub repository. But each time I try and sync, I get an error…

Steven
- 18,761
- 70
- 194
- 296
-2
votes
2 answers
Create VM and deploy application on to Azure VM via Ansible
I am new to Ansible Azure modules. What I need is the ability to create VM's(n) and deploy an application on all of them. From what I read online azure_rm_virtual machine can be used to create VM(Assuming vnet, subnet and other networking jazz is…

akd
- 1,427
- 3
- 16
- 21
-2
votes
1 answer
After deployment Web job, execution of blob trigger stopped working
I have deployed my web job on production environment and suddenly blob trigger stops working(Looking into App Insight I know that blob trigger is not called).
If I debug the same code from the local machine then it triggers blob trigger.But stopped…

Ashutosh B Bodake
- 1,304
- 1
- 19
- 31
-4
votes
2 answers
What should I provide to my customers to deploy an Asp.Net Core everywhere?
We are making a product. Up until now, it has been only a set of desktop apps. For the first time, we will soon start to build an Asp.Net core web app(asp.net core on the backend, blazor or angular for the front-end).
The web app should be…

J4N
- 19,480
- 39
- 187
- 340