Cloud & Engineering

We regularly write about our technical experiences (good and bad) and what we're learning from the market.

  • There are no suggestions because the search field is empty.

Tags

Is It Time to Migrate to Isolated Azure Functions?

Posted by Emile Dawalibi on 23 November 2022

App Service Isolated, App Services, Azure, Azure Functions, Service Bus, ASP.NET Core, APIs, .NET, Isolated Azure Functions

Introduction

On November 10, 2020, Microsoft released .NET 5. But at that point in time, the current version of the Azure Functions runtime host (version 3.x) couldn’t support any code targeting .NET 5. That’s because version 3 of the runtime utilises NET Core 3.1, and therefore all the functions you code had to...

Continue reading

When to Use an Azure App Service Environment v2 (App Service Isolated)

Posted by Paco de la Cruz on 08 August 2017

App Service Environment, App Service Isolated, App Services, Architecture, Azure, Blog, Vision & Digital Transformation, Technology

Introduction

The Azure App Service Environment (ASE) is a premium feature offering of the Azure App Services which is fully isolated, highly scalable, and runs on a customer's virtual network. On an ASE you can host Web Apps, API Apps, Mobile Apps and Azure Functions. The first generation of the App Service...

Continue reading