Questions tagged [azure-linux]
72 questions
6
votes
3 answers
Running Angular in Azure on a Linux Web App
I've been trying to get my Angular app to run natively on an Azure Linux Web App. The only way I've been able to do it is with Docker, and while that is great, Azure seems to use Docker so I'm running a Docker container inside a Docker container. …

Matt M
- 1,093
- 2
- 11
- 26
5
votes
1 answer
Azure web app on Linux stoped working suddenly
I have a web application on .NET Core 5 deployed on the Azure web app (Linux). Deployment to the web app goes via Azure DevOps and the last deployment took place at the end of April and no one touched the web app in any shape or form.
However,…

ino_fleg
- 87
- 1
- 7
5
votes
1 answer
Puppeteer on Linux Azure Web Apps
I am trying to run the Puppeteer on Linux Azure Web Apps. But log shows
/node_modules/puppeteer/.local-chromium/linux-782078/chrome-linux/chrome:
error while loading shared libraries: libgobject-2.0.so.0: cannot open
shared object file: No such…

Marek
- 372
- 5
- 15
5
votes
0 answers
How to fix SSL auth issue in HttpClient: Azure Linux App Service
I'm having a difficult time finding out how to fix this issue as it only happens in a Azure Linux app service. Locally (win10) and in Azure Windows app service, no problems.
The app is ASP.NET Core 3.1 and I've created a custom service as an…

Jason
- 91
- 1
- 7
5
votes
2 answers
Azure Linux Zip Deploy not working : Azure Functions App
I am trying to deploy Funtions app on Linux server on Azure.
I tried POC two days ago and I deployed it on Linux server and It was working fine. Zip file size was around 3.5 MB.
Then I added more code and packages and now the Zip file is sized at…

Max
- 1,528
- 21
- 33
4
votes
0 answers
Deploy NextJS on Azure Devops App Service with Linux OS
I have the past three days really been struggling with getting my NextJS application deployed on Azure Devops. I have tried the PM2 solution here and the post posted by Ravikumar B.
Localy:
When i run the command pm2 --no-daemon start…

Webbie
- 537
- 2
- 10
- 25
4
votes
1 answer
React router direct links not working on Azure Web App Linux
I've developed an PoC about PWA (Progressive Web Apps) using ReactJs to show how to use camera, geolocation, microphone, light sensors and etc from Browser API.
I've created a route for each feature in this web app and everything works fine in…

Lutti Coelho
- 2,134
- 15
- 31
3
votes
0 answers
Port is closed on Azure Linux VM even though allowed by network security group (NSG)
here's my scenario:
I have IP camera behind the company firewall that I want to stream publicly, and for that, I've created two Azure VMs (Ubuntu 19.04) - let's call them vm1 and vm2
In case it's important, my VM SKU is Standard B1s (1 vcpus, 1 GiB…

Farzad
- 1,770
- 4
- 26
- 48
2
votes
1 answer
Azure functions v4 .Net 6 on Linux issue
I have created a new Function App with an App Service Plan. It is based on Linux with .NET6 see here.
After the creation, the Function runtime version is 4 and on the General settings page the Stack and the .NET version is correct (.NET 6). Function…

Balazs Terza
- 21
- 3
2
votes
2 answers
Azure App Service Plan is Of Linux kind but showing Operating System as Windows
I am preparing an infrastructure for one of my angular application on Azure through ARM template, i want to host application on Linux based operating system, thus configured "App service plan" - Kind : "Linux",
When i executed ps script, App Service…

Pravin Ambekar.
- 102
- 15
2
votes
1 answer
Encountered the "Error calling sync triggers (TooManyRequests)" error when running "func azure functionapp publish" for a Python Function App in Azure
I encountered the Error calling sync triggers (TooManyRequests) error when running func azure functionapp publish... for a Python Function App in Azure. Encountered this error consistently after trying to publish.

James Shapiro
- 4,805
- 3
- 31
- 46
2
votes
1 answer
Azure Linux web app: change OpenSSL default security level?
In my Azure Linux web app, I'm trying to perform an API call to an external provider, with a certificate. That call fails, while it's working fine when deploying the same code on a Windows app service plan. The equivalent cURL command line is:
curl…

Métoule
- 13,062
- 2
- 56
- 84
2
votes
4 answers
Unable to create Linux Function Apps (Consumption plan) and Linux App Service Plans and in the same Resource Group
I am unable to create an Azure Function App (hosted on Linux on a Consumption plan) in a Resource Group which already contains 2 App Services hosted on Linux. I am getting an Error (from the Azure portal) saying that the “Requested Feature is not…

Pratik Bhattacharya
- 3,596
- 2
- 32
- 60
2
votes
1 answer
Visual Studio 2017 - deploy to Azure Function v2 (.NetCore v2.1) error: required process (“Web Management Service”) is started
I tried to deploy Functions Project in VS2017 to Azure Function (Linux). However, I faced below error:
error : Could not connect to the remote computer (“XXX.scm.azurewebsites.net”). On the remote computer, make sure that Web Deploy is installed…

DaiKeung
- 1,077
- 1
- 19
- 38
2
votes
2 answers
Can not install "npm install -g botdispatch" on Azure app service on linux
I was trying to install botdispatch npm module as a part of bot framework 4 on Azure app service on Linux and I get stuck with this error.
Here's the error that I get:
root@1c46f16cd26b:/home/site/wwwroot# **npm install -g botdispatch**
…

Sunil Sahu
- 21
- 3