Overview:
  This directory contains a quick start validation tool to validate Teradata Azure
  Access Module after installation.

Directory Contents:
  azureaxsmod_validate.ksh -- This script is installed on unix platforms. You must
  execute this script from its current installed location.The script
  will execute azureaxsmod_qstart.tpt in the quickstart directory
  Usage: ./azureaxsmod_validate.ksh <NODEID> <UserName> <UserPassword> <CONTAINERNAME> <OBJETNAME>
  where <NODEID> is a database name id
        <UserName> is database User Name.
        <UserPassword> is database User Password.
        <CONTAINERNAME> is azure blob storage container name
        <OBJETNAME> is azure blob object name

  azureaxsmod_validate.bat -- This script is installed on Windows platforms. You must
  execute this script from its current installed location.The script
  will execute azureaxsmod_qstart.tpt in the quickstart directory
  Usage: ./azureaxsmod_validate.bat <NODEID> <UserName> <UserPassword> <CONTAINERNAME> <OBJETNAME>
  where <NODEID> is a database name id
        <UserName> is database User Name.
        <UserPassword> is database User Password.
        <CONTAINERNAME> is azure blob storage container name
        <OBJETNAME> is azure blob object name
