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

Mtls Using Azure Function Http Trigger?

I'm working at building an auth token server using a Python Azure Function with HTTP trigger. T… Read more Mtls Using Azure Function Http Trigger?

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"

Unable To Successfully Run 'func Host Start' To Test Azure Function

I'm trying to perform some local testing of a python azure function following the MSDN instruct… Read more Unable To Successfully Run 'func Host Start' To Test Azure Function

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?

Baking Auth Into An Azure Function App: What's The Canonical Way?

I would like to make a function app that returns a duration until an event. The events are stored i… Read more Baking Auth Into An Azure Function App: What's The Canonical Way?