This article can act as a reference whenever you need to perform time operations on ESP32 in the Arduino IDE (bookmark it!).
Tag: functions
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.
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.
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.