How to attach debugger to Azure App Service
30 March 2020 · 4 min read
In this short article, we'll use Visual Studio to quickly attach a debugger to an application running in the Azure cloud.
How to attach debugger to Azure App Service
30 March 2020 · 4 min read
In this short article, we'll use Visual Studio to quickly attach a debugger to an application running in the Azure cloud.
How to save an audio file from Twilio Media streams to Azure storage
26 March 2020 · 21 min read
In this article, we'll use Twilio Media Streams to save a copy of a telephone conversation to Azure Storage.
[Configuration in Azure Functions Series - Part 1] Introduction to .NET Core configuration
1 November 2019 · 13 min read
This is part one of a series exploring .NET Core configuration, with an emphasis on Azure Functions. In this article, we introduce the subject of configuration in general and look at how ASP.NET Core configuration is recommended to be used.
[Configuration in Azure Functions Series - Part 2] A deeper dive into Azure Functions configuration
1 November 2019 · 19 min read
This is part two of a series exploring .NET Core configuration, with an emphasis on Azure Functions. In this article, we review how configuration in Azure Functions is recommended to be used, how it differs from ASP.NET Core and looking at some of the potential issues and confusions surrounding its use.
1 November 2019 · 13 min read
This is part three of a series exploring .NET Core configuration, with an emphasis on Azure Functions. In this article, we look at how we can add ASP.NET Core configuration into an Azure Function project and use IOptions<> to inject strongly-typed configuration objects into our functions.
[Configuration in Azure Functions Series - Part 4] Azure App Configuration and Azure Key Vault
1 November 2019 · 12 min read
This is part four of a series exploring .NET Core configuration, with an emphasis on Azure Functions. In this article, we look at using other configuration providers in your Azure Function project, specifically Azure App Configuration and Azure Key Vault
[Scale your application globally with Azure Series - Part 3] Azure Front Door
30 May 2019 · 17 min read
This is part three of a three-part series that shows you how to use Azure to distribute your application globally and ensure that users get the best experience. In this part we look at using Azure Front Door to globally distribute an application back end hosted in dual Azure Regions.
[Scale your application globally with Azure Series - Part 2] Azure CDN
29 May 2019 · 11 min read
This is part two of a three-part series that shows you how to use Azure to distribute your application globally and ensure that users get the best experience. In this part, we look at using *Azure CDN* to distribute static content
[Scale your application globally with Azure Series - Part 1] Introduction
25 May 2019 · 10 min read
This is part one of a three-part series that shows you how to use Azure to distribute your application globally and ensure that users get the best experience. In this part we talk about how to scale an application and look at a demonstration application.