diff --git a/docs/content/accelerator/userguide/0_planning.md b/docs/content/accelerator/userguide/0_planning.md index 77ff6fd..f6b0895 100644 --- a/docs/content/accelerator/userguide/0_planning.md +++ b/docs/content/accelerator/userguide/0_planning.md @@ -103,7 +103,7 @@ Fill out the `Starter module` value with either `complete`, `platform_landing_zo ### Decision 4 - Choose a region for the bootstrap resources -The bootstrap resources are deployed to a single region. Choose the Azure region where you would like the deploy them. +The bootstrap resources are deployed to a single region. Choose the Azure region where you would like to deploy them. The bootstrap resources include: diff --git a/docs/content/accelerator/userguide/1_prerequisites/azuredevops.md b/docs/content/accelerator/userguide/1_prerequisites/azuredevops.md index 0a16dae..faf9f15 100644 --- a/docs/content/accelerator/userguide/1_prerequisites/azuredevops.md +++ b/docs/content/accelerator/userguide/1_prerequisites/azuredevops.md @@ -46,7 +46,7 @@ If you are using self-hosted runners, you will need to create a second PAT that 1. Select the maximum value for the `Expiration` field (this allows up to 1 year). {{< hint type=note >}} -You may want to set a shorter expiration date for security reasons. In either case, you will need to have a process in place to extend expiration the token before it expires. +You may want to set a shorter expiration date for security reasons. In either case, you will need to have a process in place to extend the expiration date of the token before it expires. {{< /hint >}} 1. Select only the `Agent Pools`: `Read & manage` scope. diff --git a/docs/content/accelerator/userguide/3_deploy.md b/docs/content/accelerator/userguide/3_deploy.md index 562a4d6..817bfd3 100644 --- a/docs/content/accelerator/userguide/3_deploy.md +++ b/docs/content/accelerator/userguide/3_deploy.md @@ -7,7 +7,7 @@ Phase 3 of the accelerator is to run pipeline. Follow the steps below to do that ## Deploy the Landing Zone -Now you have created your bootstrapped environment you can deploy you Azure landing zone by triggering the continuous delivery pipeline in your version control system. +Now that you have created your bootstrapped environment you can deploy you Azure landing zone by triggering the continuous delivery pipeline in your version control system. {{< hint type=note >}} If you encounter permission errors while running the pipelines, please note that it may take some time for permissions to fully propagate. Although the pipelines include retry logic to manage this, it can sometimes take up to 30 minutes for the permissions to take effect.