We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c5ccab7 + 57bd83f commit f903461Copy full SHA for f903461
articles/azure-monitor/essentials/resource-manager-diagnostic-settings.md
@@ -43,7 +43,7 @@ param storageAccountId string
43
@description('The resource Id for the event hub authorization rule.')
44
param eventHubAuthorizationRuleId string
45
46
-@description('The name of teh event hub.')
+@description('The name of the event hub.')
47
param eventHubName string
48
49
resource setting 'Microsoft.Insights/diagnosticSettings@2021-05-01-preview' = {
@@ -125,7 +125,7 @@ resource setting 'Microsoft.Insights/diagnosticSettings@2021-05-01-preview' = {
125
"eventHubName": {
126
"type": "string",
127
"metadata": {
128
- "description": "The name of teh event hub."
+ "description": "The name of the event hub."
129
}
130
131
},
0 commit comments