Tag: azure

  • Creating your first Azure Resource Manager (ARM) template

    In this tutorial, learn how to create your first Azure Resource Manager (ARM) template and deploy Azure resources and infrastructure.

  • Using Cloudflare with Azure Blob Storage

    If you’re storing files in Azure Storage, you’ll likely soon find that the cost of bandwidth will soon become one of the more expensive items in your Azure bill. By using a content delivery network (CDN), you can improve performance for those accessing your files from around the world, while also reducing the bandwidth costs…

  • 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…

  • Which Azure Functions runtime am I using?

    Microsoft currently support two versions of the Azure Functions runtime – version 1 and version 2. This post will look at the main changes between the two versions, and show you how you can check which runtime you’re using. What are the key differences between versions? Version 1 of the runtime was introduced back in…

  • What’s an Azure Service Principal and Managed Identity?

    In this post, we’ll take a brief look at the difference between an Azure service principal and a managed identity (formerly referred to as a Managed Service Identity or MSI). Dive deeper into Azure AD service principals and managed identities in our new detailed ebook about Azure AD What is a service principal or managed…

  • Accessing Key Vault secrets in an Azure DevOps pipeline task

    In the post, we’ll take a look at one option for accessing Azure Key Vault secrets from within an Azure DevOps release pipeline. Want to secure your Azure DevOps application secrets in Key Vault? Find out how in  our short e-book guide on Amazon Setting up your Azure Key Vault Before you can add the…