Skip to content

Commit

Permalink
Address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Reshrahim committed Jul 24, 2023
1 parent e2bf749 commit 098c00f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/content/deploy-apps/deploy-applications/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ categories: "Overview"
tags: ["deployments"]
---

## Deploy a Radius applications
## Deploy a Radius application

Once you have [Authored an application]({{< ref author-apps >}}), you can deploy it to an environment via rad CLI using the [`rad deploy`]({{< ref rad_deploy>}})
Once you have [authored an application]({{< ref author-apps >}}), you can deploy it to an environment via rad CLI using the [`rad deploy`]({{< ref rad_deploy>}})

```bash
rad deploy app.bicep
Expand All @@ -27,6 +27,8 @@ You can also deploy an application with parameters using the [`rad deploy`]({{<

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]({{< ref "rad_deploy#examples" >}}).


## Run an application

Expand Down

0 comments on commit 098c00f

Please sign in to comment.