Skip to content

Commit

Permalink
Add new episodes
Browse files Browse the repository at this point in the history
  • Loading branch information
sam-cogan committed Jun 15, 2024
1 parent 53a96d3 commit d4f1a9d
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 0 deletions.
20 changes: 20 additions & 0 deletions content/docs/Episode 15.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
+++
title = "Episode 15"
description = "Custom Types"
date = 2024-05-28T16:32:38+01:00
weight = 15
draft = false
toc = false
author = "Sam Cogan"
bref = "Custom-Types"
+++

In this video, we take a look at a new Bicep feature, custom types. These allow us to create custom types for parameters and variables and stop relying on generic objects.

{{< youtube g10cdgRYff4 >}}
[Episode List](/docs)

## Resources

- Sample Code: https://github.com/sam-cogan/lambda-toys-api-infrastructure/tree/episodes/episode15
- Custom Types Docs: https://learn.microsoft.com/en-us/azure/azure-resource-manager/bicep/user-defined-data-types
23 changes: 23 additions & 0 deletions content/docs/Episode 16.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
+++
title = "Episode 16"
description = "Entra ID Resources"
date = 2024-06-15T14:00:38+01:00
weight = 16
draft = false
toc = false
author = "Sam Cogan"
bref = "Entra ID"
+++

There's a new Bicep feature, so there's a new Bicep for Real video. This week we take a look at the brand new MS Graph provider for Bicep and how to create Entra ID resources in you Bicep code.

{{< youtube 3u5uh-61R9g >}}
[Episode List](/docs)

## Resources

- Sample Code: https://github.com/sam-cogan/lambda-toys-api-infrastructure/tree/episodes/episode16

- MS Graph Provider Docs: https://learn.microsoft.com/en-gb/graph/templates/

- Az Advertiser Roles List: https://www.azadvertizer.net/azrolesadvertizer_history.html

0 comments on commit d4f1a9d

Please sign in to comment.