We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e1ae25 commit b26d1daCopy full SHA for b26d1da
1 file changed
infra/main.bicep
@@ -1482,7 +1482,7 @@ module avmContainerApp_update 'br/public:avm/res/app/container-app:0.16.0' = {
1482
env: [
1483
{
1484
name: 'APP_CONFIG_ENDPOINT'
1485
- value: avmAppConfig.outputs.endpoint
+ value: replace(avmAppConfig.outputs.endpoint,'azconfig.io','privatelink.azconfig.io')
1486
}
1487
]
1488
@@ -1537,7 +1537,7 @@ module avmContainerApp_API_update 'br/public:avm/res/app/container-app:0.16.0' =
1537
1538
1539
1540
1541
1542
1543
probes: [
0 commit comments