Skip to content

Commit 57bd83f

Browse files
Fix typo in parameter description
Fixes minor typo in parameter description in bicep and ARM templates
1 parent 43c94c0 commit 57bd83f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-monitor/essentials/resource-manager-diagnostic-settings.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ param storageAccountId string
4343
@description('The resource Id for the event hub authorization rule.')
4444
param eventHubAuthorizationRuleId string
4545
46-
@description('The name of teh event hub.')
46+
@description('The name of the event hub.')
4747
param eventHubName string
4848
4949
resource setting 'Microsoft.Insights/diagnosticSettings@2021-05-01-preview' = {
@@ -125,7 +125,7 @@ resource setting 'Microsoft.Insights/diagnosticSettings@2021-05-01-preview' = {
125125
"eventHubName": {
126126
"type": "string",
127127
"metadata": {
128-
"description": "The name of teh event hub."
128+
"description": "The name of the event hub."
129129
}
130130
}
131131
},

0 commit comments

Comments
 (0)