Skip to content
This repository has been archived by the owner on Feb 15, 2022. It is now read-only.

Commit

Permalink
More reference fixes (#1350)
Browse files Browse the repository at this point in the history
* More reference fixes

* Update hld-to-manifest.md

* Update introspection.md

* Update introspection.md
  • Loading branch information
andrebriggs authored Apr 15, 2020
1 parent f48ca4b commit e68de7f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/hld-to-manifest.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ For help, follow the
## Create SPK config file

Create a copy of `spk-config.yaml` from the starter
[template](https://github.com/microsoft/bedrock-cli/blob/master/spk-config.yaml) or using the [interactive mode](https://catalystcode.github.io/spk/commands/#master@init) for `spk init` command. Be sure to complete
[template](https://github.com/microsoft/bedrock-cli/blob/master/spk-config.yaml) or using the [interactive mode](https://microsoft.github.io/bedrock-cli/commands/#master@init) for `spk init` command. Be sure to complete
`azure_devops` section with the appropriate values.

Your `azure_devops` section should look similar to this:
Expand Down
4 changes: 2 additions & 2 deletions docs/introspection.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Where:
- `$SP_TENANT`: Azure AD tenant id of service principal
- `$SUBSCRIPTION`: Azure subscription id

More information about its usage can be found [here](https://catalystcode.github.io/spk/commands/index.html#master@deployment_onboard).
More information about its usage can be found [here](https://microsoft.github.io/bedrock-cli/commands/index.html#master@deployment_onboard).

### Storage account CORS settings

Expand Down Expand Up @@ -137,7 +137,7 @@ Repeat these steps for each pipeline definition.
## Run the Introspection Tools

If you haven't already, create a copy of `spk-config.yaml` from the starter
[template](./../spk-config.yaml) with the appropriate values for the
[template](https://raw.githubusercontent.com/microsoft/bedrock-cli/master/spk-config.yaml) with the appropriate values for the
`introspection` section.

```yaml
Expand Down

0 comments on commit e68de7f

Please sign in to comment.