-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update next episode link in Episode 2.md
- Loading branch information
Showing
2 changed files
with
24 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |