An Azure machine learning service for building and deploying models.
Azure function in Python 3.8 invoking Azure ML
I am working on an Azure Function which is written in Python 3.8. Azure function in Azure in Python is deployed in Linux. The Azure function is invoking Azure ML pipeline. When invoking the pipeline I am seeing the following exception:
Exception: NotImplementedError: Linux distribution debian 11. does not have automatic support. .NET Core 2.1 can still be used via dotnetcore2 if the required dependencies are installed. Visit https://aka.ms/dotnet-install-linux for Linux distro specific .NET Core install instructions. Follow your distro specific instructions to install dotnet-runtime-* and replace * with 2.1
I have tried installing dotnetcore2 runtime via requirements.txt file but still getting the error. Any help is appreciated.
Azure Machine Learning
Azure Functions
An Azure service that provides an event-driven serverless compute platform.