다음을 통해 공유


EventGridHandler type

type EventGridHandler = (
  event: EventGridEvent,
  context: InvocationContext
) => FunctionResult