Generate documentation using Doctave and host it on GitHub Pages
Documentation as code is something I blogged about before. In that specific case, it was about converting Mermaid diagrams to images so you could browse the ...
Documentation as code is something I blogged about before. In that specific case, it was about converting Mermaid diagrams to images so you could browse the ...
When you work with GitHub, you most likely use GitHub Actions as well. A great way to execute all kinds of tasks, like interacting with Git, performing a bui...
Writing documentation is a burden in a lot of software projects. Besides the fact that it is often done afterward and gets outdated soon, it is not directly ...
While developing code, you apply the best practices, like working from a short-lived feature branch and performing a pull request to the main branch when you...
In 2017, I already blogged about sending a release annotation to Application Insights. This graphical indication gives an excellent overview of when new rele...
In a previous post, I described how to create a SharedKey which could be used to drop data directly into a storage account queue from API management. Althoug...
Connecting to an HTTP API is tricky enough, let alone handling the authentication to it. Many modern APIs allow you to provide an authentication key in the h...
When you want to connect to an Azure service, you want to use a secure way for the authentication. One of the best techniques is to use a managed identity. Y...
In a recent project, I need an Azure Function hosted inside a subnet. To have vnet support, I need to use a premium plan, and I wanted to use Linux hosting a...
As it is good practice to monitor your system, I also wanted this to include the API Management side. It is allowing me to see the failed request in more det...