Getting started with the Azure Data Factory Copy Tool
Using the Azure Data Copy Tool Summary In this article, we used the Azure Data Factory Copy Tool to create a data pipeline to move data from one location to…
A Drink of Technology for the Thirsty Mind
Using the Azure Data Copy Tool Summary In this article, we used the Azure Data Factory Copy Tool to create a data pipeline to move data from one location to…
Azure Storage is a cloud service that provides scalable, secure, cost-effective storage solutions for various data types. However, data stored in Azure Storage may still be vulnerable to service disruptions,…
Azure Blob Storage supports SFTP (SSH File Transfer Protocol), allowing users to leverage object storage economics and features for their SFTP workloads. Users can provision a fully managed, highly scalable…
Azure Policy is a powerful tool that allows you to enforce compliance and governance rules for your Azure resources. One way to use Azure Policy is to restrict the VM…
A common challenge that integrators run into is managing secrets and subsequently, managing access to secrets. Azure Key Vault is a service that developers can use to store their secrets,…
In most organizations there are several devices or applications that need to use an SMTP service to send email messages. An Exchange 2016 server can provide that service for you,…
Cloning an Azure virtual machine is something I thought it was directly integrated (as in, one click/command and that’s it, but no, it involves several steps. However, it is not…
Converting PFX File to .Pem file using OpenSSL in Windows 10 . Windows 10 – Version 1607 or Above – Some Application never allow .pfx file to import directly. Running…
To Get all Scopes – Open PowerShell – Run as Administrator Get-DhcpServerv4Scope To Check DNS Servers Option 006 Get-DhcpServerv4Scope| Get-DhcpServerv4OptionValue| Where-Object{$_.OptionID -like6} | FT Value To Check – Whatif Get-DhcpServerv4Scope|…
Unlike a traditional hub and spoke when you have site to site VPN with azure with multiple virtual networks. Azure Express route gives you an additional option to create up-to…