Skip to content

Commit 09fe3bb

Browse files
fix: Wire tags parameter in main.parameters.json for azd env support
The tags parameter was defined in main.bicep but not mapped in main.parameters.json, so users could not pass custom tags via azd env set AZURE_TAGS. This is needed to support SFI policy bypass by setting Securitycontrol:Ignore tag on the resource group before Event Hub creation (which requires local auth enabled). Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 0593465 commit 09fe3bb

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

infra/main.parameters.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
},
1111
"existingFabricCapacityName": {
1212
"value": "${EXISTING_FABRIC_CAPACITY_NAME}"
13+
},
14+
"tags": {
15+
"value": "${AZURE_TAGS}"
1316
}
1417
}
1518
}

0 commit comments

Comments
 (0)