Skip to main content
Module

x/azure_functions/types.ts>ExecutionContext

Run Deno 🦕 on Azure Functions ⚡️
Latest
interface ExecutionContext
import { type ExecutionContext } from "https://deno.land/x/azure_functions@v0.9.0/types.ts";

Properties

invocationId: string

A unique GUID per function invocation.

functionName: string

The name of the function that is being invoked. The name of your function is always the same as the name of the corresponding function.json's parent directory.

functionDirectory: string

The directory your function is in (this is the parent directory of this function's function.json).