I was successfully able to create an "HTTP triggered function in Azure" using the instructions here:
https://docs.microsoft.com/en-us/azure/azure-functions/functions-create-first-function-python
I verified running the app using both local environment and the Azure portal. (Deploy the function app project to Azure)
I could not find any instructions on how to deploy the app when I make an update so I again tried:
func azure functionapp publish
I got the message the app was successfully deployed but when I go to Azure portal HttpTrigger is disappeared in the portal. Functions is empty.
Is this a known issue?