How-To: Deploying applications into a Radius Environment
Learn how to deploy a Radius Application
Categories:
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
Feedback
Was this page helpful?
Glad to hear it! Please feel free to star our repo and join our Discord server to stay up to date with the project.
Sorry to hear that. If you would like to also contribute a suggestion visit and tell us how we can improve.