You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/CustomizingAzdParameters.md
+11-6Lines changed: 11 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,12 +5,17 @@ By default this template will use the environment name as the prefix to prevent
5
5
> To override any of the parameters, run `azd env set <PARAMETER_NAME> <VALUE>` before running `azd up`. On the first azd command, it will prompt you for the environment name. Be sure to choose 3-20 characters alphanumeric unique name.
@description('Set the image tag for the container images used in the solution. Default is "latest".')
30
+
paramimageTagstring = 'latest'
31
+
19
32
// @description('Set this if you want to deploy to a different region than the resource group. Otherwise, it will use the resource group location by default.')
0 commit comments