Azure AI Cognitive Services on Docker

Azure AI Cognitive Services provide support for Docker containers to let you use the Azure APIs on-premises. In this tutorial we are going to see how to install and configure Text Analytics Language Detection API for use in a container. If you want a more comprehensive explanation about the docker …

Azure AI on premises using Docker – IT Pro | Dev Connections 2020 Greece

Azure AI Cognitive Services provide support for Docker containers to let you use the Azure APIs on-premises. In this session from IT Pro | Dev Connections 2020 Greece, we are going to see which services support containerization, the benefits a container like Docker provides and how to export, configure and …

Dockerize an ASP.NET Core Application

In this tutorial we are going to see how to dockerize an Asp.NET Core Application. Prerequisites An ASP.NET Core application. If  you don’t you can create one using Visual Studio 2017 or download a sample application from my github repository. A Docker Installation in your Linux or Windows Machine. If …