Curious about the hype surrounding platforms like Amazon Web Services (AWS), Microsoft Azure or Google Cloud Platform (GCP)? Read on to find out.
Category: Azure
How to set Environment Variables in Azure Functions
Learn how to set environmental variables, also referred to as ‘Application Settings’, in Azure Function Apps, and how to access them in your Python code.
Backup your PostgreSQL table to Azure blob storage
Learn how to take backup a PostgreSQL table in the Azure blob storage as a CSV, using a simple Python function and the azure-storage-blob package.
Using psycopg2 in Azure Functions
If you have tried using psycopg2 with Azure functions, you would have realized that it doesn’t work. This post explains why, and provides a solution.
FastAPI Logs in Azure App Service Log stream
Want to print log statements from your FastAPI function onto Azure App Service Log stream? Then this tutorial is meant for you.
Azure Function to FastAPI App Service
Learn about the changes required to migrate any Azure Function to a FastAPI App Service on Azure. The migration is much easier than what you’d expect.
Allowing all Cross-Origin requests – Azure Functions
Learn how to solve the CORS error in the browser and allow specific or all domains to access functions within a Function App in Azure, using the Azure portal.
Integrating JotForm with Azure Functions
Learn how to link an Azure function with a Jotform and how to parse and process the response of the Jotform submission within the function.