Azure VM with private ip not able to install performance diagnostic to the storage with service endpoint.

Aditi Sharma 85 Reputation points
2025-02-12T14:42:43.9133333+00:00

Azure VM with private ip not able to install performance diagnostic to the storage with service endpoint. I have enabled storage service tag in NSG, check connectivity Tnc working for storage endpoint. still giving this error "failed to retrieve storage account information for performance diagnostics". the VM worked installing perf diagnostic to Storage with no endpoint

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
8,381 questions
0 comments No comments
{count} vote

Accepted answer
  1. Pradeep Kommaraju 230 Reputation points Microsoft Employee
    2025-02-12T18:43:54.65+00:00

    Hello Aditi Sharma ,

    It seems like you are facing an issue with installing performance diagnostics on an Azure VM with a private IP to a storage account with a service endpoint.

    Let's troubleshoot this step by step.

    1.Check Network Security Group (NSG): - Ensure that the NSG associated with the Azure VM allows outbound traffic to the storage account with the service endpoint. - Verify that the storage service tag is correctly configured in the NSG rules.

    2.Check Network Connectivity: - Confirm that the Azure VM can reach the storage account with the service endpoint by using tools like Test-NetConnection. - Validate that the connectivity is working as expected for the storage endpoint.

    1. Error Message: - If you are receiving an error stating "failed to retrieve storage account information for performance diagnostics," it could indicate a problem with accessing the storage account from the VM.
    2. Storage Account Configuration: - Ensure that the storage account with the service endpoint is correctly configured to allow access from the Azure VM. - Check if the storage account firewall rules and virtual network settings are properly set up to permit traffic from the VM.
    3. Diagnostics Installation: - If the VM was able to install performance diagnostics to a storage account without an endpoint, it indicates that the issue might be related to the service endpoint configuration.
    4. Further Troubleshooting: - If the above steps do not resolve the issue, consider checking the Azure Diagnostics extension configuration on the VM to ensure it is pointing to the correct storage account with the service endpoint. Please review these steps and configurations to troubleshoot the problem with installing performance diagnostics on the Azure VM with a private IP to the storage account with a service endpoint.

    If you need more specific guidance or have additional details to share, feel free to provide them for further assistance.

    Please don't forget to accept the answer if this solution was helpful Thank you!


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.