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]