🚨 AtomicJar is now part of Docker 🐋! Read the blog

Documentation

.NET

Description

Azure SQL Edge is an Internet of Things (IoT) database for edge computing which combines capabilities such as data streaming and time series with built-in machine learning and graph features.

Examples

var sqlEdgeContainer = new SqlEdgeBuilder()
  .WithImage("mcr.microsoft.com/azure-sql-edge:1.0.7")
  .Build();
await sqlEdgeContainer.StartAsync();