/ Home
How to deploy a simple FastAPI app in Azure VM
ssh azureuser@<ip>
conda create -n py12 -y python=3.12
conda env list
conda activate py12
sample folder:
/home/azureuser/kact/fastapi-montydb
View like this
http://<ip>:6721/
/ Home
ssh azureuser@<ip>
conda create -n py12 -y python=3.12
conda env list
conda activate py12
sample folder:
/home/azureuser/kact/fastapi-montydb
View like this
http://<ip>:6721/