Skip to content

Commit

Permalink
Fixing 3 typos in the doc (#55)
Browse files Browse the repository at this point in the history
* Update 0_planning.md

Fixed typo

* Update 3_deploy.md

Fixed typo

* Update azuredevops.md

Fixed typo
  • Loading branch information
gbeaud authored Feb 27, 2025
1 parent c1bbd69 commit 01a1bd6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/content/accelerator/userguide/0_planning.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion docs/content/accelerator/userguide/3_deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 01a1bd6

Please sign in to comment.