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
Copy file name to clipboardExpand all lines: articles/sentinel/connect-cef-ama.md
+13-7Lines changed: 13 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -275,11 +275,17 @@ The following is an example of a DCR creation request:
275
275
##### Create the request URL and header
276
276
277
277
1. Copy the request URL and header below by selecting the *copy* icon in the upper right corner of the frame.
278
+
279
+
```http
280
+
PUT https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/dataCollectionRules/{dataCollectionRuleName}?api-version=2022-06-01
281
+
```
282
+
278
283
- Substitute the appropriate values for the `{subscriptionId}` and `{resourceGroupName}` placeholders.
279
284
- Enter a name of your choice for the DCR in place of the `{dataCollectionRuleName}` placeholder.
280
285
286
+
Example:
281
287
```http
282
-
PUT https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/dataCollectionRules/{dataCollectionRuleName}?api-version=2022-06-01
288
+
PUT https://management.azure.com/subscriptions/aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee/resourceGroups/ContosoRG/providers/Microsoft.Insights/dataCollectionRules/Contoso-DCR-01?api-version=2022-06-01
283
289
```
284
290
285
291
1. Paste the request URL and header in a REST API client of your choosing.
@@ -355,8 +361,8 @@ Here's the response you should receive according to the sample request above:
0 commit comments