Table of Contents

Cheat Sheet

Summary: An overview of cheatsheets on this wiki. Originally everything was here but it simply became too big. Small topics are kept here.
Date: 8 December 2024

Cheatsheets:

BICEP

Bicep object vs array
param objectToTest object = {
  one: 'a'
  two: 'b'
  three: 'c'
}
param arrayToTest array = [
  'one'
  'two'
  'three'
]

Azure Portal

RBAC

VSCode

Key Combinations

Replace (CTRL + H)

Citrix

Citrix Health Check

I once implemented a health check based on this one.

Install software and updates on Citrix Server

  1. Log on to the citrix server with a local admin account
  2. Start a command prompt and type change user /install
  3. Perform the changes you want to make