* Adding Create Infra script empty file
* Script to create AKS cluster
* Adding pipeline for load test infra setup
* Correcting File Path
* Adding task to fetch secret from keyvault
* Adding tenant as a variable
* Wrapping region
* Adding scripts to trigger load tests from user local machines.
* Using camelcase for script parameters
* Removing unused statements
* Variables are not needed in repo, they will be supplied while running pipeline
* Secret parameter updated
* Standardizing secret name
* Adding delete infrastructure scripts
* Addressing PR Comments