-
Notifications
You must be signed in to change notification settings - Fork 519
[DOCS] Add new section on Azure Functions hosting plans #10984
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
|
||
| The Azure Functions integration allows you to monitor Azure Functions. Azure Functions is an event-driven, serverless compute platform that helps you develop more efficiently using the programming language of your choice. Triggers cause a function to run. A trigger defines how a function is invoked and a function must have exactly one trigger. | ||
|
|
||
| Use this integration to build web APIs, respond to database changes, process IoT streams, manage message queues, and more. Refer common [Azure Functions scenarios](https://learn.microsoft.com/en-us/azure/azure-functions/functions-scenarios?pivots=programming-language-csharp) for more information. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The statement on Use this integration here is not appropriate. Probably we could address this change as well in the PR.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you, @muthu-mps. What would be the suggested alternative?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We are discussing about the Azure Functions and not the integration. Use Azure Functions instead of Use this integration would be the right fit.
|
Thank you, @muthu-mps I've integrated your feedback. |
Thanks @alaudazzi, You have to build and commit the docs/README file to fix the CI failure. |
|
@zmoog |
🚀 Benchmarks reportTo see the full report comment with |
💚 Build Succeeded
History
|
|
…)" This reverts commit 40666e8.
|
Package azure - 1.15.0 containing this change is available at https://epr.elastic.co/search?package=azure |
…)" This reverts commit fd75701.
* Add new section on hosting plans * Integrate reviewer's feedback * Run elastic-package build * Integrate reviewer's feedback
…)" This reverts commit bef4e51.
* Add new section on hosting plans * Integrate reviewer's feedback * Run elastic-package build * Integrate reviewer's feedback





This PR adds a new section on the different hosting plans for Azure Functions metrics.
Closes #123