Azure Container Groups for hosting

Few days ago I was in need of a quick and easy option to host few containers with Azure for one of my Demos. I didn’t want to go with the headache of having an AKS or VM with docker installed. So I picked ACI ( Azure Container Instance )...

Use Azure NSG and Azure Service Tags to block internet and allow to Azure Portal

My Client got a requirement to block internet access inside a Subnet \ Vnet only using NSG and allow connection only to Azure Portal. Client is using Azure Private Endpoints to enable private access to Azure Storage , Databricks and other services hence other resource access from within the VMs...

Azure DevOpos pipeline Yaml variables not substituting azureResourceManagerConnection

While setting up an Azure ARM deployment pipeline using yaml. Below is my template.yaml file parameters: - name: azRMConnection type: string - name: subscriptionID type: string - name: resourceGroupName type: string - name: deploymentLocation type: string default: "[resourceGroup().location]" - name: armTemplateFilePath type: string - name: armTemplateParameterFilePath type: string - name:...

Azure ARM template copy function - Using Objects as parameters with multiple resource properties

I was following this Azure Document to try out Azure ARM copy operation to loop through properties of an azure resource. Looks like the page was not updated correctly so I raised an issue with the MS Docs github page. This was just minor change - where NSG properties were...

Pop OS Windows Dual boot support with UIEF

During the first boot Pop OS does not show any boot selection menu. To fix that we can add timeout <Seconds> to sudo gedit /boot/efi/loader/loader.conf and save. Still if you are not able to view Windows in boot menu. You can follow instructions from this page The gist of it...