Skip to content

Commit

Permalink
Merge pull request #193 from ElYusubov/development
Browse files Browse the repository at this point in the history
Add scenarios that sample 14 Bicep code is demonstrating
  • Loading branch information
ElYusubov authored Nov 12, 2024
2 parents ec8f9b3 + f465983 commit ae2ede7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions samples/14-deploy-child-parent-scenarios.bicep
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
// 14-deploy-child-parent-scenarios.bicep

// This sample demonstrates the following scenarios:
// 1. Creating a child resource with a reference to a parent resource.
// 2. Including a child resource in the declaration of a parent resource.
// 3. Using automation and looping to create child resources with enumeration.

@description('The name of the storage account.')
param storageAccountName string = 'ey22${uniqueString(resourceGroup().id)}'
Expand Down

0 comments on commit ae2ede7

Please sign in to comment.