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
{{ message }}
This repository has been archived by the owner on May 17, 2024. It is now read-only.
Microsoft Sentinel relies on api.loganalytics.io, which is the documented API endpoint for Azure's Log Analytics. An example of issued request is the following one:
POST https://api.loganalytics.io/v1/subscriptions/REDACTED/resourceGroups/REDACTED/providers/Microsoft.OperationalInsights/workspaces/REDACTED/metadata?select=categories,solutions,tables,workspaces
The api.loganalytics.io domain is however indirectly blocked as it is a CNAME for api.monitor.azure.com which is on the block-list.
Microsoft Sentinel relies on
api.loganalytics.io
, which is the documented API endpoint for Azure's Log Analytics. An example of issued request is the following one:The
api.loganalytics.io
domain is however indirectly blocked as it is a CNAME forapi.monitor.azure.com
which is on the block-list.This causes Azure to break.
While I have added an exception for it, it might be worth considering whether the
api.monitor.azure.com
block is intentional.The text was updated successfully, but these errors were encountered: