The DeepSeek-R1 model is now available on Azure. This repo provides links to DeepSeek-related Azure samples in various languages.
Use DeepSeek on Azure with Python, with Azure Container Apps.
Use DeepSeek on Azure with JavaScript, with Azure Functions. For more DeepSeek samples in JavaScript with OpenAI Node.js SDK, LangChain.js or Llamaindex.TS., please refer to other JS samples,
A Spring Boot project that demonstrates how to use DeepSeek-R1 on Azure with Java (LangChain4j). These either run locally (using Ollama) or in the Azure cloud (using GitHub Models).
-
Login to Azure:
azd auth login
-
Provision the AIServices resource with a DeepSeek-R1 deployment:
azd provision
-
See the endpoint by running:
azd env get-value AZURE_AISERVICES_ENDPOINT