Categories
Tags
Blog Stats
- 785,668 hits
Follow me on Twitter
My TweetsRSS
Social
Categories
Tags
- Agentless
- Anti-Malware
- AWS
- Azure
- Azure policy
- certificate
- Cloud
- ESX commands
- ESXi AD Authentication issue
- ESXi issue
- HP
- hp c7000 enclosure
- HP Firmware
- HP Onboard Administrator
- joining PSC with AD
- NSX 6.1.4
- Platform Services Controller ( PSC )
- PowerCLI
- Powershell
- Security
- SSO
- Trend Micro Deep Security
- Trend Micro Deep Security 9.6
- VC6.0 Installation Issue
- Vcenter Appliance Issue
- VCSA
- vCSA 6.0
- vCSA Issues
- vShield
- Windows powershell
Social
Blog Stats
- 785,668 hits
RSS
Follow me on Twitter
My TweetsCategories
Tags
- Agentless
- Anti-Malware
- AWS
- Azure
- Azure policy
- certificate
- Cloud
- ESX commands
- ESXi AD Authentication issue
- ESXi issue
- HP
- hp c7000 enclosure
- HP Firmware
- HP Onboard Administrator
- joining PSC with AD
- NSX 6.1.4
- Platform Services Controller ( PSC )
- PowerCLI
- Powershell
- Security
- SSO
- Trend Micro Deep Security
- Trend Micro Deep Security 9.6
- VC6.0 Installation Issue
- Vcenter Appliance Issue
- VCSA
- vCSA 6.0
- vCSA Issues
- vShield
- Windows powershell
Blog Stats
- 785,668 hits
RSS
Follow me on Twitter
My TweetsSocial
Categories
Tags
- Agentless
- Anti-Malware
- AWS
- Azure
- Azure policy
- certificate
- Cloud
- ESX commands
- ESXi AD Authentication issue
- ESXi issue
- HP
- hp c7000 enclosure
- HP Firmware
- HP Onboard Administrator
- joining PSC with AD
- NSX 6.1.4
- Platform Services Controller ( PSC )
- PowerCLI
- Powershell
- Security
- SSO
- Trend Micro Deep Security
- Trend Micro Deep Security 9.6
- VC6.0 Installation Issue
- Vcenter Appliance Issue
- VCSA
- vCSA 6.0
- vCSA Issues
- vShield
- Windows powershell
Blog Stats
- 785,668 hits
RSS
Category 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 ai, artificial-intelligence, Azure, azure spot, Azure VM, Cloud, technology
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
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 Azure, Azure policy, Cloud, Encryption at Host, kubernetes, technology
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 Azure, Azure Private Resolver solution, Cloud, DNS, on-perm dns, Security, technology
Leave a comment
How to create the AKS cluster with Entra-ID.
Use the below code to create the new AKS cluster with the Entra-ID Group. az aks create –resource-group myResourceGroup –name myManagedCluster –enable-aad –aad-admin-group-object-ids <id> [–aad-tenant-id <id>] –generate-ssh-keys use the below command to update it to the existing cluster az aks … Continue reading
How to identify the incoming connection of Azure storage blob container.
To check and identify which IP is hitting the Azure blob container, we need to enable the logs under Diagnostic settings – Log Analytics workspace – Enable Audit logs \ all logs Run this query which will show from which … Continue reading
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 Azure, Cloud, DNS, microsoft, microsoft-azure, Security
Leave a comment
Azure DevTest Labs User
One of the use cases is to allow the QA team users to access the image and deeply the VM with no permission to the Azure portal and other resources. DevTest Labs User from Azure looks satisfying the below requirements.
Azcopy CONCURRENCY VALUE
As per MS normal azcopy depends on the CPU but blob to blob is serverto server APIs so as use AZCOPY_CONCURRENCY_VALUE= more than 1000. https://learn.microsoft.com/en-us/azure/storage/common/storage-use-azcopy-optimize?toc=%2Fazure%2Fstorage%2Fblobs%2Ftoc.json#increase-the-number-of-concurrent-requests ” If you’re copying blobs between storage accounts, consider setting the value of the AZCOPY_CONCURRENCY_VALUE environment variable … Continue reading
Deploy Diagnostic Settings for Azure Function to Event Hub
Azure policy to set the diagnostic Settings for Azure Function to Event Hub so that all the events will be routed to the corresponding event hub. Azure policy can automate this process and for resources that already exist, a remediation … Continue reading
Posted in Azure, Azure event hub, Azure policy, Cloud
Tagged aure function, Azure event hub, Azure policy
Leave a comment
