Skip to content

Commit 6c71be9

Browse files
committed
revised important note about null values
1 parent 010e339 commit 6c71be9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-local/deploy/deployment-azure-resource-manager-template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ With all the prerequisite and preparation steps complete, you're ready to deploy
119119
For an example of a parameter JSON file, see [azuredeploy.parameters.json](https://github.com/Azure/azure-quickstart-templates/blob/master/quickstarts/microsoft.azurestackhci/create-cluster/azuredeploy.parameters.json). For detailed descriptions of the parameters defined in this file, see [ARM template parameters reference](#arm-template-parameters-reference).
120120
121121
> [!IMPORTANT]
122-
> In this release, make sure that all the parameters contained in the JSON value are filled out including the ones that have a null value. If there are null values, then those parameters need to be populated or the validation fails.
122+
> Ensure that all parameters in the JSON file are filled out, including placeholders that appear as `[“”]`, which indicate that the parameter expects an array structure. Replace these with actual values based on your deployment environment, or validation will fail.
123123
124124
1. In the Azure portal, go to **Home** and select **+ Create a resource**.
125125

0 commit comments

Comments
 (0)