SHIFT-WIKI - Sjoerd Hooft's InFormation Technology
This WIKI is my personal documentation blog. Please enjoy it and feel free to reach out through blue sky if you have a question, remark, improvement or observation. See below for the latest additions, or use the search or tags to browse for content.
Kusto Queries in Azure
Summary: In Azure the kusto query language is mostly used to query Azure Monitor. On this page I explain a few of the basics I use a lot and a selection of examples I use or have used.
Date: Around 2023
Refactor: 8 December 2024: Added examples and hints from Cheat Sheet and refactored for new layout.
Register Azure Enterprise App for Graph
Summary: How to register an Azure Enterprise App for Graph.
Date: Around 2022
Refactor: 20 February 2025: Checked links and formatting.
I found in the last couple of years multiple uses for Graph, and slowly also Microsoft is moving to Graph for more and more authentication automation. I also found that the interface and procedure changes very fast, I register an Azure Enterprise App once every few months or so and I don't think I've ever done in exactly the same way as before. Because of that, it does take more time than I counted on, so I wanted to make a single page to collect all information, or directly link to other pages as examples.
Getting Started with Azure DevOps for AWS
Summary: How to setup Azure DevOps for AWS
Date: Around 2021
Refactor: 20 February 2025: Checked links and formatting.
After Getting Started With AWS, Getting Started With Office 365 and Federated Login for AWS with Azure AD and Transfer Domain to AWS I now also want use Azure DevOps in combination with AWS. The goal is to use Azure DevOps as the code repository and use a build task to upload my code to an AWS S3 bucket which is hosting the domain. This article describes the steps to do so. Used technologies:
- Azure DevOps
- Azure AD
- AWS IAM
- S3 Static Hosting
- Azure DevOps Build Pipeline
- Azure AD Enterprise App
Azure DevOps Pipeline with Azure App Configuration
Summary: On this page I'll show you how to use the Azure App Configuration in an Azure DevOps Pipeline.
Date: 5 January 2025
Note: See here for the bicep module to deploy an Azure App Configuration Store.