Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Latest commit

 

History

History
14 lines (10 loc) · 969 Bytes

File metadata and controls

14 lines (10 loc) · 969 Bytes

.NET Core Microservice (1 hour)

Okay, we've got a cool, lightweight, cross-platform framework, what can we do with it? How about building out and deploying a microservices architecture? We'll also cover some more advanced requirements, like health checks, orchestration, and deployment.

.NET Core on Docker

For this lab, use the Building Docker Images for .NET Core Applications tutorial.

Visual Studio Docker Tools

For this lab, use the Visual Studio Tools for Docker tutorial.

eShopOnContainers

For this lab, we'll be working through the Setting eShopOnContainer solution up in a Visual Studio 2017 environment tutorial.