Skip to content

Commit

Permalink
Update next episode link in Episode 2.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sam-cogan committed Mar 25, 2024
1 parent 8103488 commit 53a96d3
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
2 changes: 1 addition & 1 deletion content/docs/Episode 2.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ In this week's episode, we start writing some Bicep to create some of the core r


{{< youtube bRxtHMoezGI >}}
[Next Episode](/docs/episode-3) | [Episode List](/docs)
[Next Episode](/docs/episode-2_5) | [Episode List](/docs)

## Resources

Expand Down
23 changes: 23 additions & 0 deletions content/docs/Episode 2_5.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
+++
title = "Episode 2.5"
description = "Bicep Parameter Files"
date = 2024-03-25T16:32:38+01:00
weight = 3
draft = false
toc = false
author = "Sam Cogan"
bref = "Bicep Parameter Files"
+++

In this week's episode, we take a look at a new feature, Bicep parameter files. We can finally do away with the JSON parameter file and do everything in Bicep.



{{< youtube wVz5JmaBEmw >}}
[Next Episode](/docs/episode-3) | [Episode List](/docs)

## Resources

As we move forward, you can find the sample code for the project on the [GitHub repo](https://github.com/sam-cogan/lambda-toys-api-infrastructure/). 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_5

0 comments on commit 53a96d3

Please sign in to comment.