I'm looking for a way to test if the Azure Functions host.json and Application Settings settings are correct.

fool1241 81 Reputation points
2021-01-04T01:03:51.453+00:00

I'm looking for a way to test if the Azure Functions host.json and Application Settings settings are correct.

https://learn.microsoft.com/en-us/azure/azure-functions/functions-app-settings

https://learn.microsoft.com/en-us/azure/azure-functions/functions-host-json

For VMs, I think you can use tools like ServerSpec and Testinfra, but is there a good way to test a serverless infrastructure like Functions?

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,605 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Jaliya Udagedara 2,821 Reputation points MVP
    2021-01-04T02:09:33.277+00:00

    Right, you can use the Azure Portal itself.

    53006-image.png