Skip to content

Commit

Permalink
Update naming prefix description in main.bicep
Browse files Browse the repository at this point in the history
  • Loading branch information
sebassem committed Jul 31, 2024
1 parent 5f43eee commit 14c0f4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure_jumpstart_arcbox/bicep/main.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ param resourceTags object = {
}

@maxLength(7)
@description('The naming prefix for the nested virtual machines. Example: ArcBox-Win2k19')
@description('The naming prefix for the nested virtual machines. The maximum length for the naming prefix is 7 characters,example: `ArcBox-Win2k19`')
param namingPrefix string = 'ArcBox'

var templateBaseUrl = 'https://raw.githubusercontent.com/${githubAccount}/azure_arc/${githubBranch}/azure_jumpstart_arcbox/'
Expand Down

0 comments on commit 14c0f4e

Please sign in to comment.