diff --git a/docs/content/guides/operations/workspaces/overview/index.md b/docs/content/guides/operations/workspaces/overview/index.md index 9385e9774..fc0117788 100644 --- a/docs/content/guides/operations/workspaces/overview/index.md +++ b/docs/content/guides/operations/workspaces/overview/index.md @@ -22,10 +22,10 @@ The following commands let you interact with Radius Environments: {{< tabs create list show delete switch >}} {{% codetab %}} -[rad workspace init kubernetes]({{< ref rad_workspace_create >}}) creates a new workspace: +[rad workspace create kubernetes]({{< ref rad_workspace_create >}}) creates a new workspace: ```bash -rad workspace init kubernetes +rad workspace create kubernetes ``` {{% /codetab %}} diff --git a/docs/content/reference/cli/rad_deploy.md b/docs/content/reference/cli/rad_deploy.md index cf18637cf..349ae69c1 100644 --- a/docs/content/reference/cli/rad_deploy.md +++ b/docs/content/reference/cli/rad_deploy.md @@ -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 as well as other types that are available in Bicep such as Azure resources. See +You can combine Radius types 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: