AKS and SQL in containers

This repo demonstrates running Microsoft SQL Server in containers for applications running inside of Azure Kubernetes Service.

Description

The repository deploys via GitHub Actions all Azure resources required to deploy an AKS cluster and install via helm 2 instances of SQL Server, one running with the default UTC timezone and the other in Europe/Amsterdam timezone.

A sample application is also included that displays datetime generated by the application and queried from both database instances and using the AT TIME ZONE function to convert to EST and CET timezones.

References