Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/content/reference/cli/rad_deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Deploy a Bicep or ARM template

The deploy command compiles a Bicep or ARM template and deploys it to your default environment (unless otherwise specified).

You can combine Radius types as well as other types that are available in Bicep such as Azure resources. See
You can combine Radius types as as well as other types that are available in Bicep such as Azure resources. See
the Radius documentation for information about describing your application and resources with Bicep.

You can specify parameters using the '--parameter' flag ('-p' for short). Parameters can be passed as:
Expand Down
4 changes: 2 additions & 2 deletions docs/content/reference/cli/rad_environment_update.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,14 @@ rad env update myenv --clear-kubernetes
--azure-subscription-id string The subscription ID where Azure resources will be deployed
--clear-aws Specify if aws provider needs to be cleared on env
--clear-azure Specify if azure provider needs to be cleared on env
--clear-kubernetes Specify if kubernetes provider needs to be cleared on env (preview)
--clear-kubernetes Specify if kubernetes provider needs to be cleared on env (--preview)
-e, --environment string The environment name
-g, --group string The resource group name
-h, --help help for update
--kubernetes-namespace string The namespace where Kubernetes resources will be deployed (preview)
-o, --output string output format (supported formats are json, table) (default "table")
--preview Use the Radius.Core preview implementation for environment update.
--recipe-packs stringArray Specify recipe packs to be added to the environment (preview)
--recipe-packs stringArray Specify recipe packs to be added to the environment (--preview)
-w, --workspace string The workspace name
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ description: "Detailed reference documentation for radius.core/environments@2025

| Property | Type | Description |
|----------|------|-------------|
| **scope** | string | Target scope for AWS resources to be deployed into. For example: '/planes/aws/aws/accounts/000000000000/regions/us-west-2'. <br />_(Required)_ |
| **accountId** | string | AWS account ID for AWS resources to be deployed into. <br />_(Required)_ |
| **region** | string | AWS region for AWS resources to be deployed into. <br />_(Required)_ |

### ProvidersAzure

Expand Down
Loading