Step by step video on how to create serverless APIs using Azure Functions with Python and Fast API. Secure your API with JWT based authentication and authorization with Azure Active Directory to ensure that only authenticated requests can access your API endpoints. TWITTER ►► https://twitter.com/christosmatskas INSTAGRAM ►► https://instagram.com/cmatskas TIKTOK ►► https://www.tiktok.com/@christosmatskas Secure APIs with FastAPI and the Microsoft Identity Platform https://training.talkpython.fm/courses/secure-apis-with-fastapi-and-the-microsoft-identity-platform Getting started with Python and Azure Functions https://docs.microsoft.com/en-us/azure/azure-functions/create-first-function-cli-python Visual Studio Code with Python https://code.visualstudio.com/docs/languages/python 00:00:10 Dependencies 00:01:05 Create a local Python Azure Function project 00:04:26 Configure Azure Active Directory 07:12:00 Use ThunderClient to get an access token 00:07:54 Validate the token in jwt.ms 00:08:23 Implement Fast API in Azure Functions 00:10:00 Add API Authorization 00:12:50 Testing authentication end-to-end #python #serverless #fastapi #jwt #authentication #azuread