how to install 3rd party tool in azure app service using?

Shaik Babu 0 Reputation points
2023-05-03T06:23:00.36+00:00

Hi Team.

May i know how to install 3rd party tool in azure app service using?

Regards,

Shaik Babu

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,930 questions
{count} votes

2 answers

Sort by: Most helpful
  1. VenkateshDodda-MSFT 24,951 Reputation points Microsoft Employee Moderator
    2023-05-03T12:56:53.5666667+00:00

    @Shaik Babu Thank you for reaching out to Microsoft Q&A, apologize for any inconvenience caused on this.

    You cannot run/install the machine level 3rd party software in Azure App service, since App service runs in a sandbox environment, and it is not recommended.

    App services are designed to build and host your web application using any of the programming languages like NET, .NET Core, Java, Ruby, Node.js, PHP, or Python.

    If you want to install 3rd party which requires machine level access, I suggest you to use Azure Virtual Machine service to host your application.

    For more information you refer to this documentation about why app service & its features and which compute service to host your application.

    Feel free to reach back to me if you have any further questions on this.

    0 comments No comments

  2. Limitless Technology 44,746 Reputation points
    2023-05-03T13:44:48.1266667+00:00

    Hello there,

    There is no way to install machine level software in Azure App Service. If you have a scenario where this is a requirement, you can look at using a Cloud Service or a VM instead.

    You can download files into the app and run code from there. But the limitation is that it cannot write to any machine level location (registry or files). So if you try to run a typical installer, it has very little chance of working, unless all it does is copy files to a location of your choice (which you would pick to be within your app files).

    Hope this resolves your Query !!

    --If the reply is helpful, please Upvote and Accept it as an answer--

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.