From 14c0f4e84c7f27ba00ce63239950b84020aad253 Mon Sep 17 00:00:00 2001 From: Seif Bassem <38246040+sebassem@users.noreply.github.com> Date: Wed, 31 Jul 2024 18:05:58 +0300 Subject: [PATCH] Update naming prefix description in main.bicep --- azure_jumpstart_arcbox/bicep/main.bicep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure_jumpstart_arcbox/bicep/main.bicep b/azure_jumpstart_arcbox/bicep/main.bicep index 6b79ae4389..d0ab951ed8 100644 --- a/azure_jumpstart_arcbox/bicep/main.bicep +++ b/azure_jumpstart_arcbox/bicep/main.bicep @@ -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/'