Skip to content

Commit ff313c5

Browse files
authored
Merge pull request Azure#587 from likamrat/hcibox_update
hcibox docs hotfix
2 parents 1e379e4 + 685ca1a commit ff313c5

File tree

1 file changed

+2
-2
lines changed
  • docs/azure_jumpstart_hcibox/deployment_az

1 file changed

+2
-2
lines changed

docs/azure_jumpstart_hcibox/deployment_az/_index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
type: docs
3-
linkTitle: "Azure Bicep"
3+
linkTitle: "Azure Bicep Deployment"
44
isGettingStarted: false
55
weight: 4
66
---
@@ -136,7 +136,7 @@ Azure Bicep is used to deploy HCIBox into your Azure subscription. To deploy, yo
136136
| `windowsAdminPassword` | securestring | Password for Windows account. Password must have 3 of the following: 1 lower case character, 1 upper case character, 1 number, and 1 special character. The value must be between 12 and 123 characters long | |
137137
| `windowsAdminUsername` | string | Username for Windows account | |
138138
139-
> **Disclaimer:** The *governResourceTags* parameter is optional and set to true by default. If not specified, both "*CostControl: 'Ignore'*" and "*SecurityControl: 'Ignore'*" tag values will be added. These tags are applicable to **ONLY Microsoft-internal Azure lab tenants** and designed for managing automated governance processes related to cost optimization and security controls. As mentioned, it will get added to the deployment **only** if the *governResourceTags* parameter was set to true. If you are deploying HCIBox from a Microsoft-internal tenant and Azure subscription, this parameter is required to be set to 'true'. Failure to do so will cause your deployment to have issues and most likely to fail.
139+
> **Disclaimer:** The *governResourceTags* parameter is optional and set to true by default. If not specified, both *CostControl: 'Ignore'* and *SecurityControl: 'Ignore'* tag values will be added. These tags are applicable to **ONLY Microsoft-internal Azure lab tenants** and designed for managing automated governance processes related to cost optimization and security controls. As mentioned, it will get added to the deployment **only** if the *governResourceTags* parameter was set to true. If you are deploying HCIBox from a Microsoft-internal tenant and Azure subscription, this parameter is required to be set to 'true'. Failure to do so will cause your deployment to have issues and most likely to fail.
140140
141141
Example parameter-file:
142142

0 commit comments

Comments
 (0)