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