Install Radius CLI
Create a new directory for your app and navigate into it:
mkdir first-app cd first-appInitialize Radius. Select
Yeswhen asked to setup application in the current directory.rad init
This will automatically generate a bicepconfig.json with the correct setup in your application’s directory.