You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Replace `{your service}` with the name of your API Management service instance.
39
39
* Replace `{new logger name}` with the desired name for your new logger. You reference this name when you configure the [log-to-eventhub](https://msdn.microsoft.com/library/azure/dn894085.aspx#log-to-eventhub) policy
@@ -48,7 +48,7 @@ Specify the request body using the following template:
48
48
49
49
```json
50
50
{
51
-
"loggertype" : "AzureEventHub",
51
+
"loggerType" : "AzureEventHub",
52
52
"description" : "Sample logger description",
53
53
"credentials" : {
54
54
"name" : "Name of the Event Hub from the Azure Classic Portal",
@@ -57,7 +57,7 @@ Specify the request body using the following template:
57
57
}
58
58
```
59
59
60
-
*`loggertype` must be set to `AzureEventHub`.
60
+
*`loggerType` must be set to `AzureEventHub`.
61
61
*`description` provides an optional description of the logger and can be a zero length string if desired.
62
62
*`credentials` contains the `name` and `connectionString` of your Azure Event Hub.
0 commit comments