To publish a WPF application from a CI DevOps pipeline I needed a command line tool to sign ClickOnce manifests and executables. The certificate is an EV Code Signing Certificate stored in an Azure Key Vault. After some research I found tools to sign executables, but no tools to sign […]
Read MorePost Tagged with: "Azure"
Cleaning Up Git Branches in Azure DevOps
Try again to delete tCleaning up Git branches is needed from time to time to keep the workspace organised. Using Azure DevOps most of the Git housekeeping tasks are automated. A typical default workflow follows these steps:– From a sprint work item, a new remote (feature/bugfix) branch is created.– Commit […]
Read MoreAzure Portal Dashboard – Monitoring in een oogopslag
In de Azure Portal is het dashboard een krachtige tool om de status van de systemen te monitoren. Het dashboard is volledig naar wens aan te passen. Voor vrijwel alle systeemonderdelen van Virtual Machine tot AppService is een widget of grafiek op het dashboard te plaatsen. Hieronder een voorbeeld van een […]
Read MoreInstalleren van een nieuwe schijf in Azure op een Linux Ubuntu VM
In het vorige artikel is beschreven hoe je een schijf kan toevoegen aan een Azure Virtuele Machine. Een stappenplan om de schijf onder Ubuntu Linux te installeren. Device name vinden De eerste stap is om de device name te vinden. Vraag een listing op van alle disks. De systeemdisk is […]
Read More