Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move telemetry config to use connection string #3617

Closed
musale opened this issue Feb 14, 2025 · 0 comments · Fixed by #3618
Closed

Move telemetry config to use connection string #3617

musale opened this issue Feb 14, 2025 · 0 comments · Fixed by #3618
Assignees
Labels
hotbug type:bug Something isn't working

Comments

@musale
Copy link
Contributor

musale commented Feb 14, 2025

Current application insights is configured with network isolation using Network Security Paramters. This throws an error on console with the current setup using an isntrumentation key:

{
    "itemsReceived": 6,
    "itemsAccepted": 0,
    "appId": "a3ac7728-eed9-4017-9164-dcb2792e5531",
    "errors": [
        {
            "index": 0,
            "statusCode": 400,
            "message": "NSP enabled component is only supported with connection string."
        },
        {
            "index": 1,
            "statusCode": 400,
            "message": "NSP enabled component is only supported with connection string."
        },
        {
            "index": 2,
            "statusCode": 400,
            "message": "NSP enabled component is only supported with connection string."
        },
        {
            "index": 3,
            "statusCode": 400,
            "message": "NSP enabled component is only supported with connection string."
        },
        {
            "index": 4,
            "statusCode": 400,
            "message": "NSP enabled component is only supported with connection string."
        },
        {
            "index": 5,
            "statusCode": 400,
            "message": "NSP enabled component is only supported with connection string."
        }
    ]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hotbug type:bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant