Updated – August 2019: Deployment will now work properly even when including additional pip packages in the Function App! In this post, we’re looking at deploying Azure Functions in Python by using Azure DevOps for Continuous Integration or Continuous Deployment. We’ve already covered how to write Azure Functions in Python in this last post, so […]
Tag: Python
Anomaly detection on time-series data is a crucial component of many modern systems like predictive maintenance, security applications or sales performance monitoring. It allows to detect events, that look suspicions or fall outside the distribution of the majority of the data points. This post explains how to perform anomaly detection on time-series data with Azure. […]
In this post, we’re looking at writing Azure Functions in Python and walk through the most common usage patterns. Over the past months, I’ve used Azure Functions in nearly every project I’ve been working on. They have come a long way in terms of feature set and language support, and overall offer a great way […]