403 Error : https://dc.services.visualstudio.com/v2/track

403 Error : https://dc.services.visualstudio.com/v2/track

我在尝试将遥测数据发送到应用程序洞察时遇到错误。

{
"itemsReceived": 2,
"itemsAccepted": 0,
"errors": [{
    "index": 0,
    "statusCode": 403,
    "message": "Component private link id does not match incoming link id and private endpoint connection has restricitve flags enabled"
}, {
    "index": 1,
    "statusCode": 403,
    "message": "Component private link id does not match incoming link id and private endpoint connection has restricitve flags enabled"
}],
"appId": "d7fbb2-f3d-42c-b1b1-f"

}

有人可以给我一些指导,让我知道解决这个问题需要注意什么吗?老实说,我不确定错误告诉我什么。

我的请求中没有 link id。

错误似乎是针对 incomplete/incorrect "Azure Private Link for Azure monitor configuration". Please refer to Review and validate your Private Link Setup 以确保正确完成配置。