What Azure service to use to host a JuptyerLab server built on a specific Docker image from DockerHub?

Harsh Patel 0 Reputation points
2023-01-17T21:29:41.3633333+00:00

I want to be able to host a JupyterLab server containing notebooks for other users to remotely access and run (ideally with a given URL, no login). The server requires a specific Docker image to run properly. What Azure service should I utilize to get this done in the simplest way possible?

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,123 questions
Azure Lab Services
Azure Lab Services
An Azure service that is used to set up labs for classrooms, trials, development and testing, and other scenarios.
279 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Luke Murray 10,526 Reputation points MVP
    2023-01-17T21:43:50.9733333+00:00

    Take a look at this:

    https://learn.microsoft.com/en-us/azure/container-apps/compare-options

    Personally, I would start with Azure Web App with Container support, but if you need any additional scalability/resiliency and integration, then look at Azure Container Instances.

    0 comments No comments