question

OussamaAbdou-5523 avatar image
0 Votes"
OussamaAbdou-5523 asked OussamaAbdou-5523 commented

Azure Linux web app startup command being overriten on publish

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-webappsazure-webapps-content-deployment
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

ryanchill avatar image
0 Votes"
ryanchill answered OussamaAbdou-5523 commented

@OussamaAbdou-5523, 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.

· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Thank you, i will post a question on the developer community.

0 Votes 0 ·