Update api-power-bi.md

update Power Bi APi example so it will work in any case even for tenant with large number of devices
This commit is contained in:
yanivkravitz
2020-12-21 19:43:08 +02:00
committed by GitHub
parent b8810dc087
commit 8c1306484f

View File

@ -46,7 +46,7 @@ The first example demonstrates how to connect Power BI to Advanced Hunting API a
``` ```
let let
AdvancedHuntingQuery = "DeviceEvents | where ActionType contains 'Anti'", AdvancedHuntingQuery = "DeviceEvents | where ActionType contains 'Anti' | limit 20",
HuntingUrl = "https://api.securitycenter.windows.com/api/advancedqueries", HuntingUrl = "https://api.securitycenter.windows.com/api/advancedqueries",