Skip to content

Commit

Permalink
fixed broken link
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-frankel committed Feb 17, 2020
1 parent b228d30 commit eabf98c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ First, in `template.json` we need to set the *artifact* parameter value `myTempl
}
```

This should look familiar if you've [passed parameters inline to a nested deployment](http://google.com). Instead of getting these parameter values from a file, we are getting them from the list of blueprint parameters.
This should look familiar if you've [passed parameters inline to a nested deployment](https://docs.microsoft.com/azure/azure-resource-manager/templates/linked-templates#scope-for-expressions-in-nested-templates). Instead of getting these parameter values from a file, we are getting them from the list of blueprint parameters.

And then you can reference that parameter within the `template` section in `template.json` like this:
```json
Expand Down
2 changes: 1 addition & 1 deletion pipelines-scripts/release.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ $PSVersionTable.PSVersion # Assuming powershell core (6)
if (!(Get-Module -ListAvailable -Name Az.Blueprint)) {
Write-Host "Installing Az module"
Install-Module -Name Az.Blueprint -AllowClobber
}else
} else
{
Write-Host "Az.Blueprint module already exists"
}
Expand Down

0 comments on commit eabf98c

Please sign in to comment.