Hosting a Capture-the-Flag event on Azure

Guidance for setting up a self-hosted, scalable, secured, and easy to maintain CTFd environment, using nothing Azure Platform as a Service components.
Comments are closed.0 2
CSE

X++ And Git: A Basic Setup

OverviewIn this post we outline the basics of setting up an X++ repository in Git as well as a YAML-based build pipeline which executes against this repository.BackgroundGit is an increasingly popular version control system which sees broad use within the Commercial Software Engineering (CSE) organization at Microsoft. Dynamics 365 for ...

An Approach to Unit Testing ADX Functions

OverviewOur application contains many functions that return data stored in Azure Data Explorer (ADX). We wrote these functions in Kusto Query Language (KQL) and each function returns a set of data based on the arguments passed. Although developers tested these functions as they wrote them, we needed a way to validate that the functions ...
Comments are closed.0 1
CSE