From c42201c42362f8f6081d6f3fa5f71e2076ec4dfa Mon Sep 17 00:00:00 2001 From: Karishma Chawla Date: Tue, 29 Oct 2024 17:49:35 -0700 Subject: [PATCH] Minor comment update - AWS sample (#1869) Signed-off-by: Karishma Chawla --- samples/aws/awss3.bicep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/aws/awss3.bicep b/samples/aws/awss3.bicep index 82ed6917..1b3831d9 100644 --- a/samples/aws/awss3.bicep +++ b/samples/aws/awss3.bicep @@ -22,7 +22,6 @@ 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: { @@ -30,6 +29,7 @@ resource app 'Applications.Core/applications@2023-10-01-preview' = { } } +// Create a radius container which uses the s3 bucket resource frontend 'Applications.Core/containers@2023-10-01-preview' = { name: 'frontend' properties: {