Skip to content

Commit 43a44e3

Browse files
Fixing broken link
1 parent a2970d3 commit 43a44e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Although you can use variables directly in the template, it is more idiomatic to
7777
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.
7878
:::
7979

80-
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).
80+
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).
8181

8282
:::figure
8383
![](/docs/runbooks/runbook-examples/azure/resource-groups/arm-sensitive-data.png)

0 commit comments

Comments
 (0)