We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 764fe55 commit be761e1Copy full SHA for be761e1
docs/content/reference/cli/rad_deploy.md
@@ -56,6 +56,10 @@ rad deploy myapp.bicep --environment production
56
# deploy using a specific environment and resource group
57
rad deploy myapp.bicep --environment production --group mygroup
58
59
+# deploy using an environment ID and a resource group. The application will be deployed in mygroup scope, using the specified environment.
60
+# use this option if the environment is in a different group.
61
+rad deploy myapp.bicep --environment /planes/radius/local/resourcegroups/prod/providers/Applications.Core/environments/prod --group mygroup
62
+
63
# specify a string parameter
64
rad deploy myapp.bicep --parameters version=latest
65
0 commit comments