Azure Functions Support
See original GitHub issueRight now i’m using Azure Application Insight and need another alternative for monitoring. Is there any information regarding future developments on azure functions support?
TODO:
- Update/Add specification:
- Support tracing
dotnet-isolated
(out-of-process) functions with a custom middleware. -
Supportdotnet
(in-process) runtime (or decide not to).- This will be addressed in a dedicated issue: #1952.
- Prepare CI to support tests using the “Azure Functions Core Tools” (aka
func
tool). - Create sample application
- Create unit tests based on the sample applications and
func
tool. - Make a decision whether we need to support “flushing” or we rely on “continuous export”.
- Update spec accordingly
- Find out what “continuous export” could mean in terms of billing or added cost.
- Make sure that
Elastim.Apm.Azure.Functions
gets published to NuGet. - Documentation.
Issue Analytics
- State:
- Created 2 years ago
- Reactions:8
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Azure Functions runtime versions overview
Azure Functions currently supports several versions of the runtime host. The following table details the available versions, their support ...
Read more >Azure Functions documentation
Azure Functions is a cloud service available on-demand that provides all the continually updated infrastructure and resources needed to run your applications.
Read more >Azure Functions language runtime support policy
To maintain full-support coverages for function apps, Functions support aligns with end-of-life support for a given language. To achieve this, ...
Read more >Supported languages in Azure Functions
Azure Functions provides a guarantee of support for the major versions of supported programming languages. For most languages, there are minor ...
Read more >Azure Functions Overview
Azure Functions is a serverless solution that allows you to write less code, maintain less infrastructure, and save on costs.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
would love to have the feature and use apm agent in dotnet azure functions
We are excited to use this! Is there an estimate for when it will be released?