https://docs.microsoft.com/en-us/azure/azure-functions/functions-run-lo…
Create new project:
- 
func init RJMTestFunction --python
 - 
func new
 
Test
- 
func start
 
Publish
Run from the function app directory (Same place as loacl.settings.json)
- 
az login
 - 
func azure functionapp publish <FunctionAppName>
 
Use storage explorer to check data:
https://snapcraft.io/storage-explorer
Devops auto create func keys
https://markheath.net/post/managing-azure-function-keys
https://markheath.net/post/managing-azure-functions-keys-2
Powershell on ubuntu
- 
pwsh
 - 
pwsh -File main.ps1
 
RJM Article Type
              Quick Reference