Episode 2

Core Resources

In this week’s episode, we start writing some Bicep to create some of the core resources that everything else will rely on. This includes:

  • A virtual network that resources can join
  • Network security groups for securing network ingress

Next Episode | Episode List

Resources

As we move forward, you can find the sample code for the project on the GitHub repo. The main branch contains the code at the completion of the project, but each weeks content can be found on a separate branch so you can follow along as we build it.

This week’s sample code: https://github.com/sam-cogan/lambda-toys-api-infrastructure/tree/episodes/episode2