Azure Private Endpoints and DNS Name resolving
Introduction Private Endpoints in Azure are way to make PaaS services privately available from within your environment and are part of Azure Private Link. For more details on how these components r...
Introduction Private Endpoints in Azure are way to make PaaS services privately available from within your environment and are part of Azure Private Link. For more details on how these components r...
Introduction For a couple of months already, Azure Functions Flex Consumption is now in Public Preview. Before this, there were several options available for running Azure functions: Consumptio...
General There are several reason to run private agents for Azure Devops or Github. Honestly, I only have experience with Azure Devops Private Agents, but with regards to the build process, and that...
Introduction For a while now, I have been using profiles in VS Code. While I have been using this for ~2 years, I wrote something about it last year: Syncing and configuring profiles in VS Code. W...
Introduction When working with bicep to create azure resources, there can be times where you have an array as input, but you actually want to filter this array in order to only select certain membe...
Introduction When working on a PowerShell module for querying an api, someone pointed out to me that there were some functions within this module that were actually pretty similar, though not compl...
This option is deprecated. The better way, in my opinion, is to use the buildin (preview) feature for Settings Profiles: Syncing and configuring profiles in VS Code Revisited Introduction While ...
To access Azure Storage Tables, mainly for use in Azure Functions (PowerShell), I have been using the AzTable module. However, recently I ran into the issue that this does not appear to support sig...
For a while now it has been possible to create both build and release pipelines in Azure Devops using YAML code. This enables you to have your pipelines saved in your repository, with the rest of y...
Recently we discovered some performance issues with DNS resolving on a production network. This network is using a third party NVA cluster for routing and firewalling. To enable the most seamless f...