Blog Posts Page 6
-
Azure Blob Storage and Life Cycle Management
During the month of September, the Azure Back to School community event showcases a large number of Azure related videos and blog posts from community…
-
Prompting Developers to Install Recommended Azure Tools
Discovering which prerequisite add-ons are needed for a project, then finding them online before installing them can be time consuming and frustrating.…
-
Reading Google Calendar Events in an Azure Function
I recently had the need to look at how to read Google Calendar events from inside an Azure function, however it's not been as straight forward as I initially…
-
Creating Scheduled Reports from Azure Devops with Azure logic apps
Azure DevOps has many features; however it is missing the functionality to send scheduled reports from DevOps. We can fill this gap and others using an…
-
An Introduction to Running and Deploying Backstage on Azure
For the last few months, I've had the opportunity to configure and use Backstage with Azure. In this post we will cover what Backstage is, how we can use…
-
Two Approaches of Dynamically Generating Images with Azure Functions
I recently started looking into how to generate images using JavaScript Azure functions on a consumption plan. This is something that until recently has…