Skip to content

Commit

Permalink
Add clarification to usage for imageBuildSubscriptionId parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
SvenAelterman committed Dec 10, 2024
1 parent 24f559b commit a45a47a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion research-hub/main.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ param encryptionKeyExpirySeed string = utcNow()
* Image Builder
*/

@description('The subscription ID where the image build will take place. This might need to be different from the hub subscription because image building might not meet compliance requirements.')
@description('The subscription ID where the image build will take place. This might need to be different from the hub subscription because image building might not meet compliance requirements. To avoid PowerShell errors, do not specify the parameter in the bicepparam file at all instead of leaving it blank.')
param imageBuildSubscriptionId string = subscription().subscriptionId

// TODO: If no custom DNS IPs are specified, create a private DNS zone for the virtual network for VM auto-registration
Expand Down

0 comments on commit a45a47a

Please sign in to comment.