Tag Archives: Cloud

Key points about Azure Spot VMs and its eviction.

At a technical level, spot VMs are the same as regular VMs. They use the same images, hardware, and disks that translate to the same performance. The difference between spot and regular VMs comes down to priority and availability. Spot … Continue reading

Posted in Azure, Cloud | Tagged , , , , , , | Leave a comment

Azure tag Policies Issues and fixes

Tags in Azure Resource Manager are key/value pairs you apply to subscriptions, resource groups, and resources (not management groups) for things like cost tracking, environment classification, owner identification Special Characters are not supported in tag names for few Azure resources … Continue reading

Posted in Azure, Azure policy | Tagged , , , | Leave a comment

Azure Policy “Encryption at Host”

In this blog we can see the steps to enable the Encryption at host for VMs and AKS nodes. The policy targets the resource types Microsoft.Compute/virtualMachines and Microsoft.Compute/virtualMachineScaleSets, with the field securityProfile.encryptionAtHost For New VM Check the status of the … Continue reading

Posted in Azure, Azure policy, Cloud | Tagged , , , , , | Leave a comment

Azure Private Resolver solution

We have a requirement to make sure all the Azure VMs are resolving to our company.com which is our primary DNS domain for on-perm services and also VMs running Azure and from on-perm should resolve azure services like Storage,AKS. Reference: … Continue reading

Posted in Azure, Cloud | Tagged , , , , , , | Leave a comment

Failed to save DNS zone group.

We were facing an issue with running an operation from your Azure Storage Account to create a private DNS zone for a specific private endpoint connection across our DNS subscription. From the logs, we can see an error when trying … Continue reading

Posted in Azure, Cloud | Tagged , , , , , | Leave a comment

Azure AZCopy architecture design

Posted in AZCopy, Azure, Cloud | Tagged , , , , | Leave a comment