Skip to content

Commit

Permalink
Pointing to my local repo instead of Shane's
Browse files Browse the repository at this point in the history
Until PR is completed
  • Loading branch information
tonio-lora authored Sep 16, 2022
1 parent e1d74c3 commit 6b04db6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 6b04db6

Please sign in to comment.