🚀 Our inaugural State of Local Development and Testing report is live! Explore insights & best practices now

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();