Sudo permissons to install packages in Azure App Service

LuisR
6
Reputation points
Hello, my team is building a feature that requires a package called "pdftotext". It doesn't exist in out App Service so we wanted to install it ourselves. We learned that there is a limitation and that App Services does not grant "Sudo" permission to users for obvious reasons. Is there a way for Microsoft to execute the installation or can we be given temporary access?
Thank you.
1 vote
Hello,
No worries. I understand you and your team are busy. It’s a web app.
Hi I am facing the same issue. This link is the solution https://github.com/marcbachmann/node-html-pdf/issues/437#issuecomment-582843009
But I dont have the permissions to do the same in Azure App services
While running the command in azure through ssh I got the following error
Is there a solution to this ?
I have the same issues. I have a webapp and need to install some packages. Please advise how to do that using ssh
Sign in to comment