Skip to content

Expose an Id Bicep output reference for Azure Front Door #19960

Description

@eerhardt

Summary

The Aspire Azure Front Door resource should expose its resource ID as an Id Bicep 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 Id output 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

  • Azure Front Door exposes an Id Bicep output reference for the provisioned profile resource ID.
  • The output can be consumed by dependent resources through the standard Aspire resource-reference APIs.
  • Provisioning tests verify the output name and generated Bicep value.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    area-integrationsIssues pertaining to Aspire Integrations packagesneeds-area-labelAn area label is needed to ensure this gets routed to the appropriate area ownerstriage:bot-seenAspire triage bot has seen this issue

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions