Azure Functions Local Development

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]
Tags: azure

Azure App Services

Azure App Services provides fully managed web hosting, allowing you to publish web sites to Azure without having to worry about to the underlying Virtual machine or any other infrastructure. Azure manages upgrades of the underlying servers, security, compliance, etc.. [Read More]
Tags: azure

Azure Virtual Machines

Azure provides classic IaaS (Infrastructure As A Service), allowing you to create and manage your own Virtual Machines. The Host OS and the Hypervisor are completely managed by Microsoft Azure, and you manage the virtual machine(s). [Read More]
Tags: azure