Integration of SQL using Azure Portal

|
| By Navneet Kashyap

To integrate SQL into an application using Azure Portal, there are a few steps you need to follow depending on the SQL database service you want to use. The most generally used SQL services on Azure are Azure SQL Database

Fixing Common Docker Errors

| By Manoj Thakur

1. Docker Daemon Is Not Running Error: Cannot connect to the Docker daemon at unix:///var/run/docker.sock Simple fixes: sudo systemctl start docker sudo systemctl enable docker sudo systemctl status docker 2. Container Exited Immediately The container’s main process stopped, for example,