Relative Content

Tag Archive for pythonazureazure-functions

Azure functions v2 and python imports

I have a python project that works locally and has different functions split into different files based on their overall purpose. I’m trying to convert this to an Azure function v2, and I’m getting this error when I try to import my functions.

Why can I not see a failed invocation when my Azure Function times out?

I successfully tested a python azure function locally that once triggered in blob storage, converts any .xlsb files to .xlsx files. On a <100KB .xlsb file this took about a minute, and a ~70,000KB .xlsb file took 15 minutes (that feels very long! Also looking for performance enhancement here if you have!). The function code is below.

Azure Function deployment

I want to deploy a function to an Azure Function App using a git repository and an Azure DevOps pipeline. The pipeline already exists and it works (the file are being deployed in the Function App), but I cannot see any functions in the Function App.

Azure Functions no job found (python)

I have developed an azure function app. It is in Python and works perfectly fine. I first developed this in a virtual environment using pyenv on my laptop.

Using the deltalake Python library in Azure Function

I want to ask if all Python libraries are available in Azure Functions? And more precisely, if the deltalake library, that gives the opportunity to use Delta Lake functionalities with a plain Python code, is available in Azure Functions?