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.