An Azure service that is used to provision Windows and Linux virtual machines.
Hey Michael — sorry you’re running into connectivity issues after installing the NVIDIA R595 (595) drivers on NVads_A10_v5. In general, when GPUs “should be compatible” but connectivity still fails, the most common root cause is that the installed driver branch isn’t actually supported by that VM SKU’s vGPU/driver compatibility matrix.
Recommended next steps
- Confirm what driver is actually installed
- Check the NVIDIA driver version on the VM (e.g., via
nvidia-smi). - Make sure it’s truly the 595 (R595) branch and not an older/newer variant.
- Check the NVIDIA driver version on the VM (e.g., via
- Compare against the supported driver branch for NVads_A10_v5
- The NVads A10 v5 series is expected to support specific vGPU driver branches.
- A practical workaround is to test with a supported vGPU driver branch (for example, the commonly referenced supported branch such as vGPU 18.x, rather than R595/20.x), to verify whether the issue is compatibility-related.
- Reproduce and capture the exact failure
- Identify whether the issue is:
- GPU not reachable / GPU communication failing
- application service failing to start
- networking/ports from inside the VM failing
- errors in system logs or NVIDIA components
- Identify whether the issue is:
- Review how the driver was installed
- The installation method can affect what’s actually deployed (for example: Azure VM extension vs manual install).
- If you installed the driver manually, it’s worth double-checking you installed the right package for the VM’s vGPU/GPU model.
Quick questions we need to narrow it down
Could you share:
- What exact connectivity issue are you seeing?
- For example: application can’t communicate with the GPU, timeouts, device enumeration failures, etc.
- Did the problem start immediately after upgrading/ installing the R595 driver?
- What OS is the VM running, and what is the exact NVIDIA driver version now installed?
- Please paste the output of
nvidia-smi(and any relevant error messages). - How was the driver installed (Azure extension / NVIDIA vGPU package / manual)?
- Does the application specify any required driver/CUDA/vGPU versions?
Once we have those details, it’ll be much easier to determine whether this is a supported driver mismatch vs. something else (like installation packaging, missing components, or application requirements).
References
- https://learn.microsoft.com/en-us/azure/virtual-machines/windows/n-series-driver-setup
- https://docs.azure.cn/en-us/virtual-machines/linux/n-series-driver-setup
Note: This content was drafted with the help of an AI system. Please verify the information before relying on it for decision-making.