Learn how to deploy R2R into Azure
Ubuntu Server 22.04 LTS - x64 Gen2
as the operating system.D4s_v3
series is a good starting point.22
(SSH), and optionally 7272
(R2R API).Opening ports 7272 in our Azure cloud deployment
ssh -i my_pem.pem azureuser@<your-vm-ip-address>
:
System info at first connection to the remote instance
Successful Docker hello-world output
Printout for a successful deployment
<your-vm-ip-address>
with your Azure VM’s public IP address or DNS name. Note that in the R2R dashboard you will still need to use the remote VM address as requests are made from the client-side.