22 May 2023
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 )...
27 Feb 2023
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...
03 Mar 2022
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:...
30 Oct 2021
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...
11 Jul 2021
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...