Skip to content

Commit 0a6fcc6

Browse files
Merge pull request #265594 from TimShererWithAquent/02072024OPBR
Address build warning.
2 parents 49a3214 + de15cf8 commit 0a6fcc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/functions-reference-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -775,7 +775,7 @@ async def get_name(name: str):
775775
def main(req: func.HttpRequest, context: func.Context) -> func.HttpResponse:
776776
return func.AsgiMiddleware(app).handle(req, context)
777777
```
778-
For a full example, see [Using FastAPI Framework with Azure Functions](/samples/azure-samples/fastapi-on-azure-functions/azure-functions-python-create-fastapi-app/).
778+
<!-- For a full example, see [Using FastAPI Framework with Azure Functions](/samples/azure-samples/fastapi-on-azure-functions/azure-functions-python-create-fastapi-app/). -->
779779

780780
# [WSGI](#tab/wsgi)
781781

0 commit comments

Comments
 (0)