From 3d3a67fe0fa9395d8edafbc9bd45d52cb997b50f Mon Sep 17 00:00:00 2001 From: bugle-rock <161979497+bugle-rock@users.noreply.github.com> Date: Sun, 8 Feb 2026 11:35:51 -0800 Subject: [PATCH] Add note on Bicep compiler installation Added note about Bicep compiler installation before running the command. Signed-off-by: bugle-rock <161979497+bugle-rock@users.noreply.github.com> --- docs/content/quick-start/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/content/quick-start/index.md b/docs/content/quick-start/index.md index f84a71484..c48a1a29c 100644 --- a/docs/content/quick-start/index.md +++ b/docs/content/quick-start/index.md @@ -87,6 +87,7 @@ Use the `rad run` command to deploy the application and setup port forwarding. ```bash rad run app.bicep ``` +Note: If you don't have bicep compiler installed, run `rad bicep download`, before running 'rad run app.bicep` This command: