In the chapter, we created a Windows Service using .NET Core 3 and the Windows Compatibility Pack. We also used the new switch statement that's available in C#8. Then, we used Azure Blob Storage as a mechanism to upload and store our files.
We now have a little service that will sit in the background and upload our files to the cloud as we drop them into a particular directory.
In the next chapter, we'll look into Docker and how we can build a service that can be hosted in Azure on AKS.