Deploy an image | Render · Cloud Hosting for DevelopersThis post on Render's website explains how to deploy a Docker image to their cloud hosting service. The post covers how to deploy public and private images, how to manage credentials, and how to deploy images manually or via webhook. There are also some limitations to be aware of, such as the image needing to be built for the linux/amd64 platform and the compressed image size being less than 10Gi.
Using Azure Functions for Exchange Online | Practical365This post discusses using Azure Functions for Exchange Online operations, which can be triggered by different events such as queue, timer, event grid, and HTTP. It explains why Azure Functions can be a better option than Exchange Online PowerShell for certain scenarios, and provides a walkthrough of creating a function to retrieve mailbox permissions. The post also covers limitations of Azure Functions and provides information on upcoming conferences where the topic will be discussed in more detail.