Skip to content

Instantly share code, notes, and snippets.

@robert-skarzycki
Created February 26, 2019 08:16
Show Gist options
  • Save robert-skarzycki/5b1e10961fec805549ce6d54e508fb79 to your computer and use it in GitHub Desktop.
Save robert-skarzycki/5b1e10961fec805549ce6d54e508fb79 to your computer and use it in GitHub Desktop.
Azure snippets & tips

To run Linux-hosted dotnet web app in Azure App Service

Set command in "Startup File" input on "Application settings" pane of app service:

dotnet /home/site/wwwroot/{yourDLLName}.dll

https://stackoverflow.com/a/48145960/2017882

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment