Skip to content Skip to sidebar Skip to footer
Showing posts with the label Azure Functions

How To Handle Azure Python Function Exception Handling?

I'm new to Python exception handling. How do I correctly try the following, except if .get_enti… Read more How To Handle Azure Python Function Exception Handling?

Python On Azure Function Error Is "operationalerror: (psycopg2.operationalerror) Could Not Translate Host Name "mypassword@database_ip" To Address"

I have a python function that connects to Azure Postgresql and selects query some rows. In local ru… Read more Python On Azure Function Error Is "operationalerror: (psycopg2.operationalerror) Could Not Translate Host Name "mypassword@database_ip" To Address"

Python: How To Handle Https Connection Refused Error And Write The Logs In Server

I am trying to handle the specific exception type for a post request but during the execution the U… Read more Python: How To Handle Https Connection Refused Error And Write The Logs In Server

Azure Function Failures Occurring, Which App Insights Alert To Create?

Eh! Troubleshooting this all morning to no avail. Background: What: Azure Function Runtime: Python… Read more Azure Function Failures Occurring, Which App Insights Alert To Create?

How To Resolve Keyvault References To Secrets Via Application Settings In Function Apps?

I have set up a separate test environment to try to retrieve app secrets from azure key vault. The … Read more How To Resolve Keyvault References To Secrets Via Application Settings In Function Apps?

Not Able To Publish Azure Python Function App With External Dependencies (not In Index)

I have an simple python module AdditionalLibrary, I do not want to publish it nowhere public. I hav… Read more Not Able To Publish Azure Python Function App With External Dependencies (not In Index)

Python On Azure Function Error Is "OperationalError: (psycopg2.OperationalError) Could Not Translate Host Name "Mypassword@database_ip" To Address"

I have a python function that connects to Azure Postgresql and selects query some rows. In local ru… Read more Python On Azure Function Error Is "OperationalError: (psycopg2.OperationalError) Could Not Translate Host Name "Mypassword@database_ip" To Address"