#Azure
14 posts tagged with “Azure”.
-
Auto-scale GitHub Runners (and ADO Agents) with Azure Container Apps Jobs and Workload Profiles
Intro In this blog I want to explain how to run your private GitHub Runners (this should work for ADO Agents as well) using the new Azure Container Apps Jobs (in preview) functionality with Workload
-
Using Azure Managed Identity with .Net Core on Azure DevOps Agents
During my last project I needed to run some integration test written in .Net Core 2.2 in an Azure Devops Pipeline. The code needed some secrets from an Azure KeyVault and doing some other stuff on
-
Create an Event Grid Subscription to an Azure Function V2
Last weeks I was developing an Azure Function with an Event Grid Trigger using the new V2 Runtime (in .Net Core) and because the changes from V1 some things where not working anymore as expected. In
-
Create a sharded MongoDB in Azure Cosmos DB
During my last project I was setting up a Release Pipeline in VSTS and one of the steps was to create a Sharded MongoDB in Cosmos DB. I am a big fan of the Azure CLI, which I use quiet often. I
-
Get Cognitive Services Keys and Endpoint in an ARM Template
For a demo Azure Logic App I need to setup an Azure Cognitive Services account for the Computer Vision API. I set up the resources in Azure using an ARM template so that everything is created in a
-
Mount your Azure Cloud Shell to another Storage Account
I am a heavy user of the Azure Cloud Shell, I use it every day working with the CLI 2.0 to deal with my Azure Resources. If, like me, the first time you started the Cloud Shell and followed the
-
Create output variables with Azure CLI 2.0
I’m using more and more the Azure CLI 2.0, which makes my scripting life with Azure Resources a lot easier. The default output of the Azure CLI is json, but you can also use other kind of output
-
Azure Hidden Gems: Resource Policies
Today I want to show a really useful Azure feature to help you with the governance of your Azure Subscriptions: Azure Resource Policies: Resource policies enable you to establish conventions for
-
A better way (and script) to add a Service Principal in Azure for VSTS
From Visual Studio Team Services (VSTS) it’s possible to deploy to an Azure Subscription using an Active Directory Service Principal. The Microsoft documentation refers to a blog post which describes
-
Setting up VSTS with ARM Templates
In this post I want to show you what I think it’s the best way to setup VSTS working with Azure Resource Manager Templates. Introduction At the customer I am currently working for, we are setting up
-
VSTS Task delete Resource Group if empty
When testing deployments of Azure RM resources (ie. using the Test-AzureRmResourceGroupDeployment powershell cmdlet) an empty Resource Group is created. This Resource Group is often not needed at
-
Dutch Azure Meetup
This week Pascal Naber, Sander Molenkamp and I started the Dutch Azure Meetup: http://www.dutchazuremeetup.nl Azure offers a lot of services and features, and this grows almost daily. It’s hard to be
-
Get subscription id in an Azure Resource Manager Template
Recently I was writing an Azure Resource Manager Template to deploy a Web App. The Web App needed some Application settings (like connection strings, etc..) which I wanted to provision during the
-
HDInsight error with external metastore (Unable to instantiate org.apache.hadoop.hive.ql.metadata.SessionHiveMetaStoreClient)
Recently I was working to setup a Big Data environment in Azure. From Azure Data Factory I was spinning up an on-demand HDInsight Cluster with an external metastore. Unfortunately I was always