Deploying A FastAPI App As An Azure Function: A Step-by-Step Guide - Pybites
Briefly

Setup Azure by logging into your account through Azure CLI. Create a resource group to hold related resources. Make a storage account with unique lowercase alphanumeric name.
Create a function app specifying properties like runtime, version, and name. Remember it needs content to be active. Application Insights are set up.
Read at Pybites
[
|
]