Share via

Azure Linux web app startup command being overriten on publish

Oussama Abdou 1 Reputation point
2021-06-16T10:26:32.527+00:00

Hello,

I'm using a startup file for my web app and setting the path in startup command.

However every time I publish my .net 5 application to the web app from visual studio the startup command goes back to dotnet {name}.dll.

Any idea how I can prevent this?

Thanks in advance.

Azure App Service
Azure App Service

Azure App Service is a service used to create and deploy scalable, mission-critical web apps.

0 comments No comments

1 answer

Sort by: Most helpful
  1. Ryan Hill 30,336 Reputation points Microsoft Employee Moderator
    2021-06-20T19:49:50.487+00:00

    @Oussama Abdou , I don't believe you can configure startup settings from Right+Click Publish. It's best to ask that question over on the developer community. However, I would advise implementing CI/CD deployment or GitHub actions.

    Was this answer helpful?


Your answer

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