Tags: Azure Functions

Visual Studio Tool for Azure Functions

Azure Functions Benjamin Perkins

I wrote a short post about the debugging Azure Functions in Visual Studio feature here. There was a new video posted about it below. #AzureFunctions Visual Studio Tools for Azure Functions Cool stuff. Here are some other interesting links: Visual Studio Tools for Azure Functions Visual Studio Tools for Azure Functions Video Azure Functions Challenge […]

Read More →

Azure Functions and Azure are blowing my mind

Azure Functions Benjamin Perkins

I am really starting to like these Azure Functions.  Just imagining that I don’t even need a server anymore…at all.  Only a few years ago the major blocker was getting a server online to manage requests from your customer, the cost, complexity and management was HUGE!  And now you don’t even need one at all.  […]

Read More →

Azure Functions updates

Azure Functions Benjamin Perkins

Azure Functions CLI has been renamed to azure-functions-core-tools, see here. Also, appsettings.json has been renamed to local.settings.json, the appsettings.json file will show as deprecated, but will still work. See other changes here.

Read More →