Using Azure Functions with Rider

Previously we’ve written about how to get started with Azure Functions using JetBrains Rider - but that’s now an outdated article, as the Azure plugin now offers seamless integration with the Microsoft Functions tooling. Gone are the days of manually updating project configuration files. What you’ll need In order to follow along, you’ll need to make sure you: Install JetBrains Rider (free 30-day trial available here) 2019.1 or later Getting started First you’ll want to install the Azure Toolkit for Rider....

June 18, 2019 · 2 min

Building Azure Functions in the Rider IDE

Many people now use Rider as their integrated development environment editor for .NET. However, when it comes to using it for developing Azure Functions, the out-of-the-box experience is (currently) less than ideal. I say currently, because in the next update to the Azure Toolkit plugin for Rider Functions support has been added. This’ll make running and debugging function apps a breeze. Until then though, here’s how you can run a functions app from Rider....

March 31, 2019 · 2 min