Daniel's Tech Blog

Cloud Computing, Cloud Native & Kubernetes

Tag: Azure Resource Manager

  • Azure IaaS ARM Template – Installing BGInfo VM Extension

    When you want to install the BGInfo VM extension during the Azure VM deployment through an ARM template, then you have to add the following lines to your template. { “apiVersion”: “2015-06-15”, “type”: “Microsoft.Compute/virtualMachines/extensions”, “name”: “[concat(variables(‘vmName’),’/’, parameters(‘vmBGInfo’))]”, “location”: “[parameters(‘location’)]”, “dependsOn”: [ “[concat(‘Microsoft.Compute/virtualMachines/’, variables(‘vmName’))]” ], “properties”: { “publisher”: “Microsoft.Compute”, “type”: “BGInfo”, “typeHandlerVersion”: “2.1”, “settings”: {}, “protectedSettings”:…

WordPress Cookie Notice by Real Cookie Banner