Azure Functions: What are they good for? – Part 2

Welcome to Part 2 of Azure functions: What are they good for? In Part 1, we did a quick review of what Azure Functions were and focused on the trigger aspect of Functions.  By focusing on the triggers, we were able to highlight different scenarios that best suited an Azure Function’s usage. Let’s pick up…

Tech on Fire: How to use Azure to Help Stop Coronavirus/Covid19 and Other Diseases

Azure compute comes in many shapes forms and fashions, and it can be used for all kinds of applications, including finding cures for diseases. In this episode, we’ll show you an easy way that you can use Azure to donate compute to help find cures for Covid-19/Coronavirus and other diseases. Folding@Home: https://foldingathome.org GitHub Project: https://github.com/theonemule/fahclient-azure-vm

Azure Functions: What are they good for? – Part 1

The focus of this article is for you to learn some of the use cases for Azure Functions. Before we dive into those details, let’s do a quick review of what exactly are Azure Functions. Azure Functions are an Azure compute service that allows you to run code with no concern for any of the…

“Hello World and Then Some” with Azure Active Directory B2C Custom Policies – Part 4: Hello! (But Only If You Have an Access Code)

This post continues a series that provides a walkthrough illustrating how to work with Azure Active Directory B2C custom policies by building one from the ground up. As the series progresses, the topics will serve to show how the different parts of the AAD B2C policy syntax and the underlying framework can be brought together…
Containers

3 Easy Ways to Run Containers on Azure

There are many ways to run containers on Azure, and some of them are genuinely difficult. But there are a few options that make running containers on Azure rather simple: Azure Container Instances, Web Apps for Containers, and Azure Kubernetes Services. Here, we look at each of these options and talk about when you might…