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
Parameters are defined as part of bicep definition. The bicep definition can use it or not.
During deploy, azd writes a function like ParameterWithDefault name defaultValue in yaml definitions which azd can resolve to use the parameter.
However, if the parameter is required as an Argument to build a Dockerfile or to call dotnet publish, azd has no way to find the default value for the parameter.
The text was updated successfully, but these errors were encountered:
Parameters are defined as part of bicep definition. The bicep definition can use it or not.
During deploy, azd writes a function like
ParameterWithDefault name defaultValue
in yaml definitions which azd can resolve to use the parameter.However, if the parameter is required as an Argument to build a Dockerfile or to call
dotnet publish
, azd has no way to find the default value for the parameter.The text was updated successfully, but these errors were encountered: