You might have a function in and Azure Functions App, where you need to know the local path for the function, for example to compose a path to a local file that resides there. There’s a way to get the path, by adding a parameter of type Microsoft.Azure.WebJobs.ExecutionContext to your function. The Functions runtime will