Functions

PowerShell

Use PowerShell Functions to Quickly Simplify Your Scripts

Are you creating PowerShell scripts for the first time? One important skill to master is how to write PowerShell functions, which work as a block of code that you can easily reuse. In this article, you will learn about the basics of building your first function and how to call it when you need it....

Last Update: Jul 31, 2023

LATEST

Microsoft’s Set To Take on AWS Lambda With Azure Functions

Last Update: Jun 23, 2023

A new feature for Azure has been uncovered and it will likely be talked about next week at Microsoft’s Build conference in San Francisco.

View Article
AWS (Amazon Web Services)

How to Create an AWS Lambda Function

Last Update: Jun 23, 2023

In this guide, I’ll explain how AWS Lambda lets you run your code in a cloud-based ‘serverless’ infrastructure, and how you can create an AWS Lambda function to perform any type of computing task. There are four different ways to create an AWS Lambda function, but I’ll be using the web-based AWS Management Console to…

View Article

What Are Azure Functions — For IT Pros

Last Update: Jun 06, 2022

Aidan Finn explains how Functions enable serverless code execution in Azure.

View Article

Google Launches Cloud Functions 1.0 for Firebase

Google recently announced version 1.0 of the Firebase Cloud Functions SDK, which includes several improvements over the previous beta version when it comes to implementing, debugging, and managing functions within an application.

View Article

Adding WebJobs to Azure App Service

Aidan Finn explains how you can use WebJobs to execute tasks on Azure App Service.

View Article

What Is the Azure App Service?

Aidan Finn discusses the Azure App Service, the heart of Microsoft’s platform-as-a-service.

View Article