Office 365 Tenant to Tenant Migration Fundamentals
Office 365

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.
JM

Jacob Meissner

Power Automate filtering of SharePoint Online Listen - ODATA Filter Query
Power Automate, Microsoft365

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.
JM

Jacob Meissner

Azure VM Start-Stop Micro-Service
Azure - Terraform - Cloud Infrastrucure

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.
CB

Christoph Burmeister

Intune & Microsoft Store for Business Integration
Intune, Microsoft365

Intune & Microsoft Store for Business Integration

JM

Jacob Meissner

Terraform Deployment Structure
Azure - Terraform - Infrastructure as Code

Terraform Deployment Structure

Using Terraform has become mainstream at this point and I would like to share with you, how I like to structure my deployments.
CB

Christoph Burmeister

Solve your container root certificate trust issues with Azure Container Registry tasks
Azure, Azure Container Registry

Solve your container root certificate trust issues with Azure Container Registry tasks

When working with internal container deployments, there are many cases, where applications need to access an internal HTTPS service. If these services use internal certificates from an internal certificate authority (CA), the client (container/pod) needs to trust the certificate chain including the Sub/Issuing CA certificate and the Root CA certificate.\nThese certificates have to be added to the trusted ROOT CA store, which should not be done at runtime (hence not with a sidecar container or similar constructs). The solution to this problem would be to add them at build time. We will discover how this process can be simplified and automated by using Azure Container Registry (ACR) tasks.
JD

Jan-Henrik Damaschke