Azure Function Build Release Pipeline in Azure DevOps CI/CD

Playing with Azure Function is always a nice feeling, and it is very important to configure both build and release pipeline for all of your applications. Azure Functions are not different. In this article, we will see how we can create both build and release pipeline in Azure DevOps for our Azure Function application. I hope you will like it.

Prerequisites

You should have an Azure Function application to configure the build and release pipeline for. You can either create a new one in the Azure portal, or you can use any existing Azure functions available on the internet. For example you can see one here.

Detect Noise Level Audio Decibels in MXChip Azure IoT DevKit

Introduction

Playing with Azure IoT DevKit MXChip is always fun; the device has many capabilities. For the past few days, I have been working with some of the capabilities of this device like atmospheric pressure, temperature, and humidity through its sensors. In this article, I will show you how you can calculate noise level using the microphone of AZ3166 IoT Device. Now, let’s get started!

Background

In our last article, we have already seen how to read the temperature, humidity, atmospheric pressure from the MXChip AZ3166 sensors and send those to our Azure IoT Hub. In this article, we will perform the following tasks.