- Azure Subscription - Trial or Paid
- Python Installation
- Visual Studio Code Installation, and install Azure Tools Extension.
- Create an Azure Web Application resource in Azure Portal. (Tips: Create a Linux Python Web App, using Basic 1 SKU)
Follow this tutorial: Deploy a Deepseek model Then you could go to View Code to get your key and endpoint, which you will use in the next steps.
- For this repo to your VS Code.
git clone https://github.com/jr-MS/deepseek-chatbot-webapp.git - Go to chat_app.py file, update your own key and endpoint of your deepseek deployment.
- Go to VS Code Azure Extension, choose Deploy to web app using forked project.

- On Azure, find the Python app and modify the startup command as follows, then restart the app.
bash /home/site/wwwroot/streamlit.sh
- Restart the web app.

Now, you can go to the web app site and chat with your deepseek model!