-
Notifications
You must be signed in to change notification settings - Fork 994
Expose an Id Bicep output reference for Azure Front Door #19960
Copy link
Copy link
Open
Labels
area-integrationsIssues pertaining to Aspire Integrations packagesIssues pertaining to Aspire Integrations packagesneeds-area-labelAn area label is needed to ensure this gets routed to the appropriate area ownersAn area label is needed to ensure this gets routed to the appropriate area ownerstriage:bot-seenAspire triage bot has seen this issueAspire triage bot has seen this issue
Description
Activity
Metadata
Metadata
Assignees
Labels
area-integrationsIssues pertaining to Aspire Integrations packagesIssues pertaining to Aspire Integrations packagesneeds-area-labelAn area label is needed to ensure this gets routed to the appropriate area ownersAn area label is needed to ensure this gets routed to the appropriate area ownerstriage:bot-seenAspire triage bot has seen this issueAspire triage bot has seen this issue
Summary
The Aspire Azure Front Door resource should expose its resource ID as an
IdBicep output reference.Motivation
While adding Azure Front Door diagnostic settings in dnceng/aspire-msft PR 64797, the deployment needed the provisioned Front Door profile ID. Because the resource does not expose an
Idoutput reference, the application had to add and consume a custom provisioning output.An official output reference would let consumers pass the Front Door resource ID to diagnostic settings and other dependent infrastructure without duplicating provisioning logic.
Proposed behavior
IdBicep output reference for the provisioned profile resource ID.