Daniel's Tech Blog

Cloud Computing, Cloud Native & Kubernetes

Tag: Azure Resource Manager

  • Dealing with Azure Disk Encryption and Windows OS disk resizing

    When you are enabling Azure Disk Encryption on your Azure VM, the process will shrink your existing OS partition a bit to implement the System Reserved partition. The System Reserved partition is placed at the end of the OS disk. When you resize the OS disk, then the free space is added after this partition.…

  • Set up the Azure Usage and Billing Insights Portal for demo purposes

    Last week Microsoft announced the availability of the Azure Usage and Billing Insights (AUBI) Portal. https://azure.microsoft.com/en-us/blog/announcing-the-release-of-the-azure-usage-and-billing-portal/ A setup guide is provided on the GitHub repository. https://github.com/Microsoft/AzureUsageAndBillingPortal/blob/master/Documentation/HOWTO.md So what is the intention of this blog post? Well as you may know I am working for Microsoft and that said I do not like to deploy an…

  • Free tools for your daily work with Microsoft Azure / Azure Stack

    When you are working with Azure or Azure Stack you have to use additional tools to keep your work easy. I would like to present some free tools, I am using at my daily work with Azure and Azure Stack Let us start with the area storage explorer, something you want to use instead of…

  • Referring to resource group tags in your Azure Resource Manager templates

    Just a short blog post for a small useful hint. Assuming you are familiar with the Azure Resource Manager tags, I want to show you how you can refer to the resource group tags in your templates. That said, you only define the tags at the resource group level and you want to use them…

  • Using the latest API version in your Azure Resource Manager templates

    I got a bit tired of checking which API version is the latest one and modifying my API variables in my ARM templates. So I investigated and tested a little bit and found a solution on how to get the latest API version every time. You can do this via the provider resource function in…

  • Azure IaaS ARM Template – Enable Boot Diagnostics per Default

    One great thing Microsoft had introduced last year to the Azure platform was the boot diagnostics capability. Looking at an ARM template you can add the following lines to the VM definition to activate the boot diagnostics for your VM per default. “diagnosticsProfile”: { “bootDiagnostics”: { “enabled”: “true”, “storageUri”: “[concat(‘http://’,parameters(‘newStorageAccountName’),’.’, parameters(‘blobStorageEndpoint’))]” } } Have a…

WordPress Cookie Notice by Real Cookie Banner