From 587829ff92b4c307a2c67e021e68dcc68e53e843 Mon Sep 17 00:00:00 2001 From: Shreya Batra Date: Wed, 3 Aug 2022 14:41:16 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 39b84d7..bc36b73 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Azure Functions supports WSGI and ASGI-compatible frameworks with HTTP-triggered ## Prerequisites -Here are some of the prerequisites to get [this sample](https://github.com/Azure-Samples/fastapi-app-on-azure-functions/) to work for you. +Here are some of the prerequisites to get [this sample](https://github.com/Azure-Samples/fastapi-on-azure-functions) to work for you. **Install Python** @@ -137,6 +137,6 @@ http://.azurewebsites.net/hello/Foo ## Conclusion and Next Steps -[This sample](https://github.com/Azure-Samples/fastapi-app-on-azure-functions/) helps you setup an app with the FastAPI framework and can help you get started using web frameworks in Azure Functions. +[This sample](https://github.com/Azure-Samples/fastapi-on-azure-functions) helps you setup an app with the FastAPI framework and can help you get started using web frameworks in Azure Functions. To learn more about altering Python functions to leverage WSGI and ASGI-compatible frameworks, see [Web frameworks](https://docs.microsoft.com/azure/azure-functions/functions-reference-python?tabs=asgi%2Cazurecli-linux%2Capplication-level#web-frameworks).