Azure / Azure/azure-functions-core-tools
Less verbose logs on func azure functionapp publish
- Dominant language
- C#
- Stars
- 1.5k
- Forks
- 498
- Avg merge
- 4d 20h
- Merged PRs (30d)
- 14
Description
Part of #1131
This issue tracks following:
(copied from https://github.com/Azure/azure-functions-core-tools/issues/1131#issuecomment-643655379)
## func azure functionapp publish
In general, the deployment output needs to be cleaned up a bit. We might not want to hide them by default as we don't want folks to have to re-deploy with `--verbose` to see errors.
Display a summary after deployment that outlines important things such as:
* What function app it was deployed to
* How long the deployment took
* Deployment method and info relevant to the method: e.g., run from package with the location of the package
* List out functions (both HTTP and non-HTTP)
Contributor guide
Assessment
This issue has not been assessed yet.