Skip to content

Commit

Permalink
Minor comment update - AWS sample (#1869)
Browse files Browse the repository at this point in the history
Signed-off-by: Karishma Chawla <[email protected]>
  • Loading branch information
kachawla authored Oct 30, 2024
1 parent 82f79a0 commit c42201c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/aws/awss3.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ resource s3 'AWS.S3/Bucket@default' = {
}
}

// get a radius container which uses the s3 bucket
resource app 'Applications.Core/applications@2023-10-01-preview' = {
name: 'webapp'
properties: {
environment: environment
}
}

// Create a radius container which uses the s3 bucket
resource frontend 'Applications.Core/containers@2023-10-01-preview' = {
name: 'frontend'
properties: {
Expand Down

0 comments on commit c42201c

Please sign in to comment.