Using a Single Azure (T4 GPU) VM to Serve a mobile app

Zeyad Al Mothafar 20 Reputation points
2023-09-07T19:25:53.76+00:00

Hello Everyone,

I have a single T4 GPU VM on MS Azure, I am running a fastAPI python code to give users services that are mostly calling external APIs, and some of them run python code locally to give a service

Has anyone had previous experience with something similar that can tell me what issues I might face with regard to performance or network issues?

Thanks and best regards

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

Accepted answer
  1. Olga Os - MSFT 5,951 Reputation points Microsoft Employee
    2023-09-12T22:12:37.9566667+00:00

    Hello Zeyad Al Mothafar,

    Welcome to the MS Q&A Forum.

    Running a fastAPI Python code on a single T4 GPU VM in Azure to provide services that call external APIs and run Python code locally can potentially face performance and network issues. As example, If your services are calling external APIs, network latency can be a bottleneck.

    This article describes virtual machine (VM) generic performance troubleshooting through monitoring and observing bottlenecks and provides possible remediation for issues that may occur. Besides monitoring, you can also use Perfinsights which can provide a report with best practices recommendations and key bottlenecks around IO/CPU/Memory. Perfinsights is available for both Windows and Linux VM's in Azure.


    Hope above answers your question and concern. Let me know if you need additional assistance. If the answer was helpful, please accept it and complete the quality survey so that others can find a solution.

    Olga Os.

    0 comments No comments

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.