You develop a serverless application using several Azure Functions. These functions connect to data from within the code.
You want to configure tracing for an Azure Function App project.
You need to change configuration settings in the hostjson file.
Which tool should you use?
The function editor built into the Azure portal lets you update the function.json file and the code file for a function. The host.json file, which contains some runtime-specific configurations, is in the root folder of the function app.
https://docs.microsoft.com/en-us/azure/azure-functions/functions-reference#fileupdate
Currently there are no comments in this discussion, be the first to comment!