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
@@ -181,10 +181,25 @@ Include a JSON snippet similar to the following in your Azure Resource Manager t
181
181
182
182
For prerequisites, see [Configure API Management managed identity](#option-2-configure-api-management-managed-identity).
183
183
184
-
#### [PowerShell](#tab/PowerShell)
184
+
#### [REST API](#tab/PowerShell)
185
185
186
186
Use the API Management [REST API](/rest/api/apimanagement/current-preview/logger/create-or-update) or a Bicep or ARM template to configure a logger to an event hub with user-assigned managed identity credentials.
187
187
188
+
```JSON
189
+
{
190
+
"properties": {
191
+
"loggerType": "azureEventHub",
192
+
"description": "adding a new logger with system assigned managed identity",
0 commit comments