Category Archives: Cloud

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.

Posted in Azure | Tagged , | Leave a comment

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

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

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 , , | Leave a comment

Deploy Diagnostic Settings for Storage Analytics to Event Hub.

{ “properties”: { “displayName”: “Deploy Diagnostic Settings for Storage Analytics to Event Hub”, “policyType”: “Custom”, “mode”: “Indexed”, “metadata”: { “createdBy”: “9e1a4c2c-4a14-468c-bad0-0ed38afbb990”, “createdOn”: “2023-01-17T02:48:32.7901427Z”, “updatedBy”: null, “updatedOn”: null, “category”: “Storage” }, “parameters”: { “eventHubRuleId”: { “type”: “String”, “metadata”: { “displayName”: “Event … Continue reading

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

Azure AZCopy architecture design

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

Useful tips to find the resource types under the azure policy.

In our organization, we have restrictions to use all the services in azure and have to work with the different teams to enable the resource types in policy for the resources. Recently I was working to add the non-azure VM … Continue reading

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

Issue connecting Azure VM using Azure AD from our laptop 

Azure AD has been configured and we are able to login to the Azure VM from another Azure VM using the AD credentials but it is getting failed when we try to connect using our local laptop. One of the … Continue reading

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

Ports required for the AD

Lots of links talk about the ports required for the AD connection and in my environment below ports are enabled and able to add the client to the AD with DNS registred. TCP_636  TCP_3268  TCP_3269 TCP_88  UDP_88  TCP_53 UDP_53  TCP_445 UDP_445  … Continue reading

Posted in AWS, Azure, Cloud | Leave a comment

cfn-lint useful tool for the CloudFormation.

Recently had the chance to learn about the CFN-LINT tool which is a very useful tool to validate the CloudFormation template directly using the editor and it makes us create the CF without any error and secured. https://github.com/aws-cloudformation/cfn-python-lint

Posted in AWS, AWS Server Migration Service, Cloud, EC2 | Tagged , | Leave a comment