Richie
Richie

Reputation: 5199

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

I'm getting errors when trying to send telemetry to application insights.

{
"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"

}

Could someone give me some guidance on what i need to be looking at to resolve that? I'm honestly not sure what the error is telling me.

There is no link id on my request.

Upvotes: 1

Views: 1341

Answers (1)

AnuragSingh-MSFT
AnuragSingh-MSFT

Reputation: 181

The errors seem to be coming for incomplete/incorrect "Azure Private Link for Azure monitor configuration". Please refer to Review and validate your Private Link Setup to ensure that the configuration is done correctly.

Upvotes: 2

Related Questions