We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd65de3 commit f7608efCopy full SHA for f7608ef
code/function/wrapper/__init__.py
@@ -20,7 +20,7 @@ async def main(req: func.HttpRequest, context: func.Context) -> func.HttpRespons
20
# Function logic
21
with tracer.start_as_current_span("wrapper", context=parent_context) as span:
22
response = await func.AsgiMiddleware(app).handle_async(
23
- req=req, # context=parent_context
+ req=req, context=parent_context
24
)
25
26
return response
0 commit comments