Azure-Functions
Azure-Functions copied to clipboard
What is the correct way to hide the published Azure function app from search result ? For an eventual consistent systems the Azure Function app is mostly the backend that...
I'm using a Azure Function .Net 6 Isolated. When I run the function on localhost from VS2022, it is up to 5 times faster then when I deploy it to...
Here's the method: [FunctionName(nameof(DoActivity))] public static async Task DoActivity([ActivityTrigger]string data, ILogger log) { log.LogInformation($"hashing {data}"); return data.GetHashCode().ToString(); } Here's the error that appears in the console window: [7/20/2019 6:01:27 PM]...
###### Function App name: N/A. Local testing. ###### Tools used: VS 2022 Preview 6.0 ###### New V4 app or existing V3 app migrated to V4: New V4 In-proc app. ######...
# Issue Transfer This issue has been transferred from the Azure SDK for .NET repository, [#26736](https://github.com/Azure/azure-sdk-for-net/issues/26736). ### Please be aware that @Prinsn is the author of the original issue and...
- For documentation issues, please provide exactly what is wrong/missing and why it's important. I had a chat with @paulbatum about Azure Functions PowerShell vs. Azure Automation (which has PowerShell...
I am using Azure Functions 3.0.13 and referring to the [documentation provided](https://docs.microsoft.com/en-us/azure/azure-functions/functions-host-json) I have one TimerTrigger that runs daily that puts 0...N messages on the service bus that is then...
I have an issue that seems to suggest that TimerTriggers with time ranges running locally (with `func start`) are ignoring the expected timezone. This is my code: ``` public static...
Hi, I see this was reported a while back and resolved, but i cannot find the resolution. I need to be able to pass slashes in the final segment of...
Hi All, I am referring to the issue reported in July 2021 : https://github.com/dotnet/efcore/issues/25339 ( @bricelam from Entity Framework team had some suggestion but not sure if lowering the version...