I'm putting together some .net Core CLI applications that I'd like to invoke from PowerShell-based Azure Functions.
Unfortunately, I'm a bit fuzzy on what the correct/best approach would be to get my executables deployed in such a way that they can be invoked.
Note: I only use git for source control, not deployment. So no git-based options please.
Two answers here:
EDIT: .NET Core Standard 1.3 is supported as of the time of this writing. Not 1.6. Also AppSettings configuration isn't yet supported using appsettings.json.
To deploy a .NET Framework 4.6 App, use these instructions (it's a live documentation site that's updated often). You can Web Deploy, or use VSTS Source Control, FTP, or use Kudu to upload a .zip file: