From 6b04db6fbed784240d4a9b1d2b4e8801778fc7d2 Mon Sep 17 00:00:00 2001 From: Tonio Lora Date: Fri, 16 Sep 2022 11:11:41 -0500 Subject: [PATCH] Pointing to my local repo instead of Shane's Until PR is completed --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 224dd66..07f449b 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ bash deploySynapse.sh ### Advanced Deployment: Bicep You can manually configure the Bicep parameters and update default settings such as the Azure region, database name, credentials, and private endpoint integration. The following commands should be executed from the Azure Cloud Shell at https://shell.azure.com using bash: ```bash -git clone https://github.com/shaneochotny/Azure-Synapse-Analytics-PoC +git clone https://github.com/Tonio-Lora-Organization/Azure-Synapse-Analytics-PoC cd Azure-Synapse-Analytics-PoC code Bicep/main.parameters.json az deployment sub create --template-file Bicep/main.bicep --parameters Bicep/main.parameters.json --name Azure-Synapse-Analytics-PoC --location eastus @@ -33,7 +33,7 @@ bash deploySynapse.sh ### Advanced Deployment: Terraform You can manually configure the Terraform parameters and update default settings such as the Azure region, database name, credentials, and private endpoint integration. The following commands should be executed from the Azure Cloud Shell at https://shell.azure.com using bash: ```bash -git clone https://github.com/shaneochotny/Azure-Synapse-Analytics-PoC +git clone https://github.com/Tonio-Lora-Organization/Azure-Synapse-Analytics-PoC cd Azure-Synapse-Analytics-PoC code Terraform/terraform.tfvars terraform -chdir=Terraform init