Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyabatra4 authored Aug 3, 2022
1 parent 561dcfb commit 587829f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**

Expand Down Expand Up @@ -137,6 +137,6 @@ http://<FunctionAppName>.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).

0 comments on commit 587829f

Please sign in to comment.