#Azure
15 posts tagged with “Azure”.
-
Cost Effective IPsec Site-to-Site VPN with Azure and UDM on Ubuntu 26.04 (strongSwan 6 and swanctl)
Connect a UniFi UDM to Azure with a site-to-site IPsec VPN for a few euros per month, using strongSwan 6 and swanctl on an Ubuntu 26.04 VM.
-
Auto-scale GitHub Runners (and ADO Agents) with Azure Container Apps Jobs and Workload Profiles
Run self-hosted GitHub runners and Azure DevOps agents on Azure Container Apps Jobs with KEDA auto-scaling and Workload Profiles, deployed with Terraform.
-
Using Azure Managed Identity with .Net Core on Azure DevOps Agents
Run .NET Core code that uses Azure Managed Identity and the AppAuthentication library on Azure DevOps hosted and private agents, with MSI workarounds.
-
Create an Event Grid Subscription to an Azure Function V2
Create an Event Grid subscription to an Azure Functions V2 Event Grid trigger, including the changed SystemKey endpoint and a PowerShell automation script.
-
Create a sharded MongoDB in Azure Cosmos DB
Create a sharded MongoDB collection in Azure Cosmos DB with the Azure CLI, working around a partition key bug with the $v pattern in a working bash script.
-
Get Cognitive Services Keys and Endpoint in an ARM Template
An ARM template that retrieves Azure Cognitive Services API keys and endpoint using listKeys and reference, ready to reuse in a Logic App connection.
-
Mount your Azure Cloud Shell to another Storage Account
Two ways to attach Azure Cloud Shell to a storage account of your choice instead of the auto-generated one, using clouddrive unmount and clouddrive mount.
-
Create output variables with Azure CLI 2.0
Learn how to store Azure CLI 2.0 command output in Bash variables using JMESPath queries and the tsv output format, so you can reuse values in later commands.
-
Azure Hidden Gems: Resource Policies
Use Azure Resource Policies for subscription governance: deny resource creation without required tags, with PowerShell examples to define and assign policies.
-
A better way (and script) to add a Service Principal in Azure for VSTS
A PowerShell script that creates an Azure AD Service Principal for VSTS deployments scoped to specific resource groups instead of the whole subscription.
-
Setting up VSTS with ARM Templates
Set up VSTS Build and Release for Azure Resource Manager linked templates: validate templates in the build, publish artifacts, and deploy per environment.
-
VSTS Task delete Resource Group if empty
VSTS marketplace task that deletes an Azure Resource Group only if it is empty, handy after testing ARM deployments with Test-AzureRmResourceGroupDeployment.
-
Dutch Azure Meetup
Announcing the Dutch Azure Meetup, a community for hands-on Azure learning, with a first event covering Docker and Azure Container Service on June 2nd.
-
Get subscription id in an Azure Resource Manager Template
Use the subscription() resource function to get the Azure subscription id at deployment time in an ARM template, without hardcoding it or using a parameter.
-
HDInsight error with external metastore (Unable to instantiate org.apache.hadoop.hive.ql.metadata.SessionHiveMetaStoreClient)
Fix the HDInsight error Unable to instantiate SessionHiveMetaStoreClient: dashes in the external Hive metastore database name trigger a known Hadoop bug.