Office 365 Tenant to Tenant Migration Identity Planning Part 2

Office 365 Tenant to Tenant Migration Identity Planning Part 2

In the first part of the blog series, we took a look at the topic of planning and selecting the migration scenario and developed a long-term strategy based on the business and technical requirements and defined how the tenant migration should be implemented schematically.
Jacob Meissner
Graph API - Remove Azure AD Group Member

Graph API - Remove Azure AD Group Member

Many tasks and processes can be automated quickly and easily using the Microsoft Graph API. This can be implemented with low-code applications such as Logic App or, for example, via Azure Function and PowerShell. Depending on the requirements, complexity, a variety of options are available.
Jacob Meissner
Start/Stop AKS and ADX Clusters with GitHub Actions and Azure Pipelines

Start/Stop AKS and ADX Clusters with GitHub Actions and Azure Pipelines

Azure Kubernetes Services (AKS) and Azure Data Explorer (ADX) clusters are SaaS offerings based on virtual machines. It is probably the oldest way to safe money in the cloud - just turn them off when you do not need them - here are two ways to do this.
Christoph Burmeister
Office 365 Tenant to Tenant Migration Fundamentals

Office 365 Tenant to Tenant Migration Fundamentals

Business changes, acquisitions, divestments, and corporate reorganizations often result in the need to merge companies or divisions. Today, a large number of companies already use Office 365 services, so an important step for IT is to ensure seamless collaboration and provide centralized management for the various divisions / companies.
Jacob Meissner
Power Automate filtering of SharePoint Online Listen - ODATA Filter Query

Power Automate filtering of SharePoint Online Listen - ODATA Filter Query

When automatically processing SharePoint lists using Power Automate, it is usually necessary to filter the list entries based on column & row values. Filters are also the fundament for an optimal workflow runtime.
Jacob Meissner
Azure VM Start-Stop Micro-Service

Azure VM Start-Stop Micro-Service

One of the first things IT departments do when they start moving workloads to the cloud, is stopping their VMs on a regular basis to safe money. There are plenty of functions and ways to do this, but I thought, a different approach might be fun too - building this as a micro service with several components on Azure.
Christoph Burmeister