File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1- @maxLength (20 )
1+ @maxLength (25 )
22@minLength (4 )
33@description ('Used to generate names for all resources in this file' )
44param resourceBaseName string
Original file line number Diff line number Diff line change 1- @maxLength (20 )
1+ @maxLength (25 ) // Changed from 20 to 25 to match parent template
22@minLength (4 )
33@description ('Used to generate names for all resources in this file' )
44param resourceBaseName string
@@ -20,6 +20,8 @@ resource botService 'Microsoft.BotService/botServices@2021-03-01' = {
2020 displayName : botDisplayName
2121 endpoint : 'https://${botAppDomain }/api/messages'
2222 msaAppId : botAadAppClientId
23+ msaAppType : 'SingleTenant'
24+ msaAppTenantId : subscription ().tenantId
2325 }
2426 sku : {
2527 name : botServiceSku
You can’t perform that action at this time.
0 commit comments