diff --git a/devops/Microservices.md b/devops/Microservices.md index e93eb30..0c45cc3 100644 --- a/devops/Microservices.md +++ b/devops/Microservices.md @@ -1,7 +1,9 @@

Edit in Eraser

-# Dotnet Microservices +# Microservices - DotNet + ## Project Instructions + ```Powershell dotnet new webapi -f 5.0 -lang "C#" -au "Windows" dotnet new xunit -f 5.0 -lang "C#" @@ -13,16 +15,6 @@ dotnet add package System.Data.SqlClient --version 4.8.2 Test-NetConnection -ComputerName RABBITMQServerName -Port 5672 ``` -![Microservice Architecture - .net](/.eraser/6kUEFQFheT5cFfg5JyRB___M7HUYofgzENvEiuTW19wQsQiDfM2___---figure---8CgCgbVNT67pfJB-HwU1r---figure---thwgJSGh_qN0jFQFwCiG8w.png "Microservice Architecture - .net") - -## References -- [Health Monitoring](https://docs.microsoft.com/en-us/dotnet/architecture/microservices/implement-resilient-applications/monitor-app-health) -- [Health Check walk through](https://www.hanselman.com/blog/how-to-set-up-aspnet-core-22-health-checks-with-beatpulses-aspnetcorediagnosticshealthchecks) - - - - - ## Diagrams @@ -30,4 +22,9 @@ Test-NetConnection -ComputerName RABBITMQServerName -Port 5672 - \ No newline at end of file + + +## References + +- [Health Monitoring](https://docs.microsoft.com/en-us/dotnet/architecture/microservices/implement-resilient-applications/monitor-app-health) +- [Health Check walk through](https://www.hanselman.com/blog/how-to-set-up-aspnet-core-22-health-checks-with-beatpulses-aspnetcorediagnosticshealthchecks)