Before diving into how to manage append blobs using PowerShell, let's have a quick look at the blob types...
Tag Archive for: cloud computing
4sysops - The online community for SysAdmins and DevOps
Microsoft Graph: A single (PowerShell) API for Microsoft’s cloud services

Microsoft Graph is an API for accessing data in various Microsoft services, including Azure Active Directory, Teams, and OneDrive....
Configure Quarantine Policies in Microsoft 365

Email security is important for every Microsoft 365 tenant, and the configuration of quarantine policies is a critical part...
End of support for Office (2013, 2016, 2019): No Microsoft 365 access, and outdated OS versions

Traditionally, the Office applications followed a lifecycle of five years each in mainstream and extended support. However, the situation...
Manage Azure Policy using Terraform

Terraform is a popular Infrastructure as Code solution. Did you know that you can manage other Azure resources, such...
Send Microsoft Teams meeting invitations in multiple languages

Many companies today have branches in several countries or an international workforce. In this case, they generally use English...
Getting started with Terraform in Azure

HashiCorp Terraform is an open-source Infrastructure as Code (IaC) tool that enables deploying resources on-premises and to the cloud....
Data loss prevention policies (DLP) in Microsoft Teams

Data loss prevention (DLP) is a handy feature in Microsoft 365 that shields data. In the previous article, you...
Pulumi vs. Terraform

When speaking of Infrastructure as Code (IaC) tooling, most people think of Terraform. Terraform is a popular choice by...
Install Azure Stack HCI Single-Node Cluster

Azure Stack HCI is Microsoft's preferred way of delivering a hyperconverged infrastructure (HCI) solution. It's hosted on-premises and managed...
What is IAM in AWS?

What is IAM in AWS? AWS IAM, on a broad level, refers to who can access what with a...
Getting started with the AWS Serverless Application Model (AWS SAM)

The AWS Serverless Application Model, also referred to as AWS SAM, is an open-source framework that allows you to...
Azure AD certificate-based user authentication

Certificate-based authentication is an extremely robust and secure mechanism for validating a user's identity. However, until recently, you had...
Configuring SSO between Active Directory and Azure using pass-through authentication

Pass-through authentication is an alternative to AD FS and password hash synchronization in Azure AD. This technology allows users...
Passwordless authentication with FIDO2 and Azure Active Directory

Getting rid of unsecure password authentication is becoming a priority for many businesses. Companies using Microsoft's Azure Active Directory...
Writing an AWS Lambda function using Go (Golang)

In my last article, titled "What is serverless computing? An introduction to AWS Lambda," we took a detailed look...
Azure Conditional Access policies not working in Google Chrome

Microsoft offers many solutions and services to defend your Microsoft 365 tenancy. One of the most touted features available...
Encrypt Microsoft 365 email

Customers using Exchange Online can take advantage of Microsoft Office 365 Message Encryption (Microsoft OME) as an online service...
Azure Arc: Manage on-prem Windows Server VMs with Azure Resource Manager

Azure Arc allows organizations to extend the Azure Resource Manager control plane from the public cloud to their on-premises...
Pip install Boto3

In my previous post, I explained how to install Boto3 with VS Code on Windows. Even though all components...