More polishing before workshop starts.

This commit is contained in:
2024-05-27 10:54:55 +12:00
parent af6471c905
commit 4427dc635e
2 changed files with 3 additions and 3 deletions

View File

@ -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 🤯.
<Zoom>
|![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* |
</Zoom>
> 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