Category Archives: Cloud

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

Amazon FSx for Windows File Server

  Amazon FSx for Windows File Server provides a fully managed native Microsoft Windows file system. Amazon FSx provides NTFS file systems that can be accessed from up to thousands of compute instances using the SMB protocol (SMB 2.0 to 3.1.1).  … Continue reading

Posted in AWS, Cloud, Windows | Tagged , , , | Leave a comment