How-To: Deploying applications into a Radius Environment

Learn how to deploy a Radius Application

Pre-requisites

Step 1 : Deploy an application into a Radius Environment


An application can be deployed to an environment with rad deploy:

 rad deploy app.bicep

This will deploy the application to the created Radius Environment.


Parameters can be included as part of rad deploy via the -p/--parameters flag:

 rad deploy app.bicep -p param1=value1 -p param2=value2

This will deploy the application to the created Radius Environment injecting the parameters into the application.

You can find more examples of deploying applications with parameters here.

Follow the how-to guide for guidance on troubleshooting your Radius Application