diff --git a/data/workshop/exercise3.mdx b/data/workshop/exercise3.mdx index af01c10..707f138 100644 --- a/data/workshop/exercise3.mdx +++ b/data/workshop/exercise3.mdx @@ -126,7 +126,7 @@ After creating the `MachineSet` a new Windows machine will be automatically prov |![workshop](/workshops/static/images/windows/check-machine.gif) | |:-----------------------------------------------------------------------------:| -| *Create the status of the new windows machine* | +| *Check the status of the new windows machine* | Creating, provisioning and configuring a new Windows host can be a lengthy process taking 15-30 minutes so now is a good time to take a break ☕. diff --git a/data/workshop/exercise4.mdx b/data/workshop/exercise4.mdx index ba0a1e6..c48b711 100644 --- a/data/workshop/exercise4.mdx +++ b/data/workshop/exercise4.mdx @@ -19,7 +19,7 @@ This application consists of: 1. Windows Container running a .NET v4 frontend, which is consuming a backend service. 2. Linux Container running a .NET Core backend service, which is using a database. -3. Linux Container running a MSSql database. +3. Linux Container running a MSSql database 🤯. |![workshop](/workshops/static/images/windows/mixed-workloads.png) | @@ -66,7 +66,7 @@ With our helm chart repository added, let's deploy our application! This is as s | *Create mixed archiecture application via helm* | -> Note: The application can take a few minutes to complete deploying. +> Note: The application can take a few minutes to complete deploying, time for another coffee ☕. ## 4.3 Review deployed windows application