I find the Entra admin center completely unintuitive when it comes to assigning custom roles to my own enterprise applications, so this post is a reminder to myself as to how to create and assign the roles.
[Read More]
This is a useful Powershell snippet for my future reference. At my work, we install Windows services across multiple application servers, and these services are all named by convention with a common prefix.
[Read More]
Azure functions can be developed locally on Windows using VSCode or Visual Studio. This article covers how to create local functions using Visual Studio. Note that you can also do this in VSCode - you will need the Azure Tools extensions and the Azure Functions Core Tools.
[Read More]
This is a guide for creating a new web application in VSCode running as a container in a Kubernetes cluster on Azure. Note that I have created a similar guide for Visual Studio here.
[Read More]
This is a guide for creating a new web application in Visual Studio running as a container in a Kubernetes cluster on Azure. Note that I have created a similar guide for VSCode here.
[Read More]