Azure Function App Missing Function in Console UI After Publishing
I'm programming automation to my CI/CD Gitlab to deploy my Azure Functions projects programmatically. But I'm having an issue when I publish a new function to a function app created previously using az cli like the example below: $ func…