Open MironAtHome opened 3 years ago
Hello @MironAtHome - Thank you for your feedback! We will review and update as appropriate.
@MironAtHome Thanks for the feedback! We have assigned this issue to the content author to review and update accordingly.
The requirements for running Azure Functions with a Timer Trigger and Custom Handler are all required configuration with the way they are designed. The defaults are indeed fully packed for use cases that can best leverage bindings and other functionality that allow developers to focus on business logic and less on other aspects.
As for the network connection for storage, it is required by the timer trigger to hold a blob lease that is used to ensure only one instance is every running the schedule, especially when a function app scales out.
And for logging, Application Insights is the default and hence the connection. You could just remove the APPINSIGHTS_INSTRUMENTATIONKEY
app setting. This would leave only file logging available which you can configure in host.json
.
[Enter feedback here]
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
Microsoft Alias: glenga
When following instructions on the page I have experienced the following issue. After deploying Azure Function for Rust, following documentation, I found the following warning message on one of the function app pages ( I didn't capture precise page and exact words ) Warning, change in azure, linux functions no longer supported on consumption plan.
Please, update documentation accordingly and please do provide guidance how to deploy rust function. I would imaging with rust extending support to Windows OS there must be an option to deploy to Windows. However, the documentation does direct to use Linux OS for deployment. I am not sure what to make out of it on one hand. There is a second issue related to running such functions using time based trigger, cron expression. This one I am currently investigating, and at the moment, at least local hosting CLI framework, seems to be hard to configure to support such a binding for a custom handler, without running into a host of error messages that hardly make sense. In my understanding all that it takes to run cron expression based function is to