Deploying containerised Asp.net Core Applications to Azure

In the March 2018 issue of MSDN Magazine (msdn.com/magazine/mt845653), was covered a scenario in which insurance policies for vehicles generated by an agency could be stored securely in Azure Key Vault as secrets, and how additional features like asymmetric encryption with keys and built-in versioning could be used to maintain an audit trail of access to insurance policies. The applications that used Azure Key Vault were deployed to Azure App Service as Web apps. In msdn.com/magazine/mt846465 article, the same applications would be containerized and deployed to Azure Container Services for Kubernetes (AKS).