Skip to content

Commit

Permalink
Corrected some accelerator links and steps
Browse files Browse the repository at this point in the history
  • Loading branch information
oZakari committed Sep 7, 2023
1 parent 817cf95 commit 8083347
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/wiki/Accelerator.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@ In order to setup the Accelerator framework with the production GitHub Action Wo
> **Note:**
> If the directory structure specified for the output location does not exist, the module will create the directory structure programatically.
Various prompts (listed below) will be displayed which will be used to replace parameter values as well as to create an environment variables file (.env) that will be used by the GitHub Action workflows.
Various prompts will be displayed which will be used to replace parameter values as well as to create an environment variables file (.env) that will be used by the GitHub Action workflows.

1. Depending upon your preferred [network topology deployment](https://github.com/Azure/Enterprise-Scale/wiki/ALZ-Setup-azure#2-grant-access-to-user-andor-service-principal-at-root-scope--to-deploy-enterprise-scale-reference-implementation), remove the associated workflow file for each deployment model
1. Depending upon your preferred [network topology deployment](https://github.com/Azure/ALZ-Bicep/wiki/DeploymentFlow#network-topology-deployment), remove the associated workflow file for each deployment model
- Traditional VNet Hub and Spoke = .github\workflows\alz-bicep-4a-hubspoke.yml
- Virtual WAN = .github\workflows\alz-bicep-4b-vwan.yml

Expand Down Expand Up @@ -135,7 +135,7 @@ In order to setup the Accelerator framework with the production ready Azure DevO

```powershell
# Clones the remote repository to your local workstation
git clone https://ztrocinski@dev.azure.com/<OrganizationName>/<ProjectName>/_git/<RepositoryName>
git clone https://<OrganizationName>@dev.azure.com/<OrganizationName>/<ProjectName>/_git/<RepositoryName>
1. Create your ALZ Bicep Accelerator framework with the following ALZ PowerShell Module cmdlet:
Expand All @@ -148,7 +148,7 @@ In order to setup the Accelerator framework with the production ready Azure DevO
Various prompts will be displayed which will be used to replace parameter values as well as to create an environment variables file (.env) that will be used by the Azure DevOps pipelines.

1. Depending upon your preferred [network topology deployment](https://github.com/Azure/Enterprise-Scale/wiki/ALZ-Setup-azure#2-grant-access-to-user-andor-service-principal-at-root-scope--to-deploy-enterprise-scale-reference-implementation), remove the associated workflow file for each deployment model
1. Depending upon your preferred [network topology deployment](https://github.com/Azure/ALZ-Bicep/wiki/DeploymentFlow#network-topology-deployment), remove the associated workflow file for each deployment model
- Traditional VNet Hub and Spoke = .azuredevops\workflows\alz-bicep-4a-hubspoke.yml
- Virtual WAN = .azuredevops\workflows\alz-bicep-4b-vwan.yml

Expand Down

0 comments on commit 8083347

Please sign in to comment.