So, I have come across a use case where I want to use a Private endpoint for Azure Database Service like SQL and would need to connect to DB from an on-prem VM which is pointing to my on-prem DNS server. * You already have connectivity to on-prem from Azure networK VIA Express route or … Continue reading Unable to use Azure Private Endpoints with On-Prem DNS server!!
Author: Abhishek Mittal
VMUG – Automation using vRO
SAM 101 – Build and Deploy your Lambda Function Using AWS SAM
Hello! I came across a use case, where I have to deploy a CloudFormation template which creates a lambda resource under my AWS account. To provide Lambda function code to CFN template I have two ways: Use Inline lambda function inside the CFN template. Use the Serverless Application Model (SAM) by creating Lambda function artifacts … Continue reading SAM 101 – Build and Deploy your Lambda Function Using AWS SAM
Set SCSI controllers to a VM HDD: vRO workflow
Hello All, SQL servers on VMware infrastructure need to be built as per recommended guidelines. One of the major recommendations is to have specific SCSI controllers assigned to data HDD of a SQL server. The idea here is to have dedicated SCSI controllers for each data disk so that it does not pass all the … Continue reading Set SCSI controllers to a VM HDD: vRO workflow