-
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.
- Loading branch information
Showing
2 changed files
with
43 additions
and
0 deletions.
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
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 |
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 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 |