Note: This is a part of a series of changes related to conditional deployment of private ACA endpoints.
The jumpbox VM (and associated networking components) are only required to access the private/internal version of the carts API. Hence these too can be conditionally deployed.
Created a variable DEPLOYPRIVATEENDPOINTS in the contosotraders-cloudtesting-variable-group AZD pipeline variable group. Essentially this is the AZD pipeline equivalent of the GitHub repository variable.
In bicep templates, the conditional expression operator ? : is only required when using reference() or list*() functions. Else can be removed. Source
Linked GitHub Issue
N/A
Checklist
Please check all options that are relevant.
[ ] I have made all necessary updates to the documentation.
[ ] I have made all necessary updates to the provisioning scripts (bicep templates, github workflows).
Change Description
The jumpbox VM (and associated networking components) are only required to access the private/internal version of the carts API. Hence these too can be conditionally deployed.
Created a variable
DEPLOYPRIVATEENDPOINTS
in thecontosotraders-cloudtesting-variable-group
AZD pipeline variable group. Essentially this is the AZD pipeline equivalent of the GitHub repository variable.In bicep templates, the conditional expression operator
? :
is only required when usingreference()
orlist*()
functions. Else can be removed. SourceLinked GitHub Issue
N/A
Checklist
Please check all options that are relevant.