Deploy on Azure
Deploy a Roboflow Inference server on an Azure virtual machine with the Inference CLI and SkyPilot.
Set up an Azure compute VM
pip install inference "skypilot[azure]"inference cloud deploy --provider azure --compute-type gpuDeployed Roboflow Inference to azure on gpu, deployment name is ...
To get a list of your deployments: inference cloud status
To delete your deployment: inference cloud undeploy ...
To ssh into the deployed server: ssh ...
The Roboflow Inference Server is running at http://34.66.116.66:9001Next steps
Last updated
Was this helpful?