From a559a2b9d32d2648270c06537fb810028315510c Mon Sep 17 00:00:00 2001 From: Marco Janse <21693491+MarcoJanse@users.noreply.github.com> Date: Wed, 1 Nov 2023 19:10:24 +0100 Subject: [PATCH] docs: fix path azdevops pipelines --- docs/wiki/Accelerator.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/wiki/Accelerator.md b/docs/wiki/Accelerator.md index 249a4f5bd..afa340b52 100644 --- a/docs/wiki/Accelerator.md +++ b/docs/wiki/Accelerator.md @@ -148,9 +148,9 @@ 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/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 +1. Depending upon your preferred [network topology deployment](https://github.com/Azure/ALZ-Bicep/wiki/DeploymentFlow#network-topology-deployment), remove the associated pipeline file for each deployment model + - Traditional VNet Hub and Spoke = .azuredevops\pipelines\alz-bicep-4a-hubspoke.yml + - Virtual WAN = .azuredevops\pipelines\alz-bicep-4b-vwan.yml > **Note:** > These workflow files and associated deployment scripts will be programatically removed in the future.