Skip to content

Commit e72e02a

Browse files
Broken links
1 parent 43a44e3 commit e72e02a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • src/pages/docs/runbooks/runbook-examples/azure/resource-groups

src/pages/docs/runbooks/runbook-examples/azure/resource-groups/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Although you can use variables directly in the template, it is more idiomatic to
7474
### Sensitive data
7575

7676
:::div{.warning}
77-
Parameters marked as [secure strings](https://azure.microsoft.com/en-us/documentation/articles/resource-group-authoring-templates/) represent sensitive data and it is important to make sure they aren't stored in plain text form.
77+
Parameters marked as [secure strings](https://learn.microsoft.com/en-us/azure/azure-resource-manager/templates/overview) represent sensitive data and it is important to make sure they aren't stored in plain text form.
7878
:::
7979

8080
The field displayed when "From Octopus" option is selected stores data as plain text so sensitive data shouldn't be typed directly into it. Instead, the value of the parameter should be provided either via a [Sensitive Variable](/docs/projects/variables/sensitive-variables/) if the value is stored in Octopus or via [Azure Key Vault](https://learn.microsoft.com/en-us/azure/azure-resource-manager/templates/key-vault-parameter) if the value is stored outside of Octopus. Azure Resource Group Templates provide [out of the box integration with Azure Key Vault](https://learn.microsoft.com/en-us/azure/azure-resource-manager/templates/key-vault-parameter?tabs=azure-cli).
@@ -165,7 +165,7 @@ The Parameter JSON file can be in one of two formats:
165165

166166
### Accessing ARM template output parameters {#arm-template-out-params}
167167

168-
Any [outputs](https://azure.microsoft.com/en-us/documentation/articles/resource-group-authoring-templates/#outputs) from the ARM template step are made available as [Octopus output-variables](/docs/projects/variables/output-variables) automatically. For example, an output `Foo` would be available as:
168+
Any outputs from the ARM template step are made available as [Octopus output-variables](/docs/projects/variables/output-variables) automatically. For example, an output `Foo` would be available as:
169169

170170
```powershell
171171
Octopus.Action[Arm Template Step Name].Output.AzureRmOutputs[Foo]

0 commit comments

Comments
 (0)