azure function app - Can't find app with name "xxxxx"
One of the confusing thing working with Function app is trying to figure out "function app name" after you have setup publish profile.
func azure functionapp list-functions pricingfunction
It turns out that the function app require here is the actual function app name in azure.
After fixing this then my command was able to function correctly.
Comments