azure functions Can I Develop Az Functions on a Mac? I started writing this blog post a very long time ago when I switched for the first time in my life to a Mac as my main computer. I was super excited to have the shiniest laptop in town and I was sure I could do all my work on
Azure Azure Functions for the Enterprise + Setting up CI/CD Pipelines In the last post, we talked about how to keep your API layer as slim as possible and then expose them through Azure Functions and I finished the post deploying to Azure using the frightful right-click publish. And as promised, this time we're going to go through the
Azure Azure Functions for the Enterprise - Exposing Endpoints through Functions In a previous post, I shared a concept I've been working on to replace different areas of an enterprise application with Azure Functions, but still keep all the best practices. In this post I'm going to cover a very practical way to expose the endpoints of
Azure Azure Functions for the Enterprise - Concept I've been playing with Azure Functions for a long time and even though I think it's a great piece of technology, I couldn't find a way to justify losing all the best practices just to start playing with a new toy, especially in a
azure functions Azure Functions: Dependency Injection Can Azure Functions do that? Well, I'm always getting surprised by its power and flexibility. I just came across a pretty cool implementation of dependency injection for Azure Functions and would love to share it here. The package I'm going to use in this post is
azure functions Serving Angular App From Azure Functions There must be some very specific scenarios where you would want to serve your Angular app via Azure Functions. To be very honest, I'm not even sure if there's such a scenario yet, but I'm up for the challenge. I'll show you
azure functions Azure Functions + Table Storage - CRUD Imagine having all your CRUD operations in a single Azure Function? In this post, I'm going to use Azure Table Storage to demonstrate all CRUD operation in a single function. Keep in mind this is for demonstration purposes only, for scalability sake you would probably have separate functions
azure functions Azure Functions .NET UG Tour A few months ago I put together an Azure Functions lightening talk to present at MS Ignite and I've realized that there was so much more to be said than 15 minutes. So I've turned it into a full talk and the idea of this talk
azure functions Azure Functions: Proxies Azure Functions Proxies has just been announced as preview a couple of days ago and I played with it for a little while. It really fills the gap for a lot of people. First of all, if you haven't played with proxies yet, go to https://docs.microsoft.
Azure Azure Functions: Getting Started Alright, so this is for a developer who's never created an Azure Function and want to get started. If you're not a dev and just want to get a feel of it, this is probably not a post for you, go to the Azure Portal and