azure-http-trigger Questions
2
We have been successfully using http header X-Forwarded-For in a .net 7 isolated worker process for Azure Functions to retrieve the originator's Client IP address.
We just upgraded to .net 8 and th...
Bangkok asked 6/2 at 17:25
1
Solved
How do I go about troubleshooting this?
I have a couple of Azure functions that use the following trigger
signature [HttpTrigger(AuthorizationLevel.Anonymous, "get", "post").
...
Salomie asked 1/6, 2023 at 21:41
1
Solved
I could not find any resources to add health checks to a HTTPTrigger function app, running in .NET 5.0 Isolated.
static async Task Main()
{
var host = new HostBuilder()
.ConfigureAppConfiguration...
Prestissimo asked 1/2, 2022 at 20:5
1
© 2022 - 2024 — McMap. All rights reserved.