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.
Tag: app
Revert your app to a previous version in AWS Amplify
Facing a bug in production? Learn how to revert your AWS Amplify app to a previous stable version using the console, till your development team fixes the issue.
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.