Skip to content

Commit

Permalink
Merge branch 'v0.27' into jasonviviano/clearing-section-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonviviano authored Nov 14, 2023
2 parents da19fe0 + 757ab3e commit c35bb5a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ Supported identity providers:

- [Azure AD workload identity](https://azure.github.io/azure-workload-identity/docs/introduction.html)

### Simulated environments

You can optionally designate an environment as "simulated". When enabled, a simulated environment will not deploy any output any resources or run any Recipes when an application is deployed. This is useful for dry runs or testing.

## CLI commands

The following commands let you interact with Radius Environments:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ weight: 000
|------|:--------:|-------------|---------|
| [compute](#compute) | y | Container runtime configuration. | [See below](#compute)
| [recipes](#recipes) | n | Recipes registered to the environment | [See below](#recipes)
| simulated | n | When enabled, a simulated environment will not deploy any output resources or run any Recipes when an application is deployed. This is useful for dry runs or testing. Defaults to `false`. | `true`

### compute

Expand Down

0 comments on commit c35bb5a

Please sign in to comment.