11 references to Infra
Aspire.Hosting.Azure.AppService (11)
AzureAppServiceWebsiteContext.cs (11)
610
Infra
.Add(parentWebSite);
632
customizeWebSiteSlotAnnotation.Configure(
Infra
, slot);
724
var secret = secretReference.AsKeyVaultSecret(
Infra
);
732
return parameter.AsProvisioningParameter(
Infra
, isSecure: secretType == SecretType.Normal);
738
var dashboardUri = environmentContext.Environment.DashboardUriReference.AsProvisioningParameter(
Infra
);
739
var contributorId = environmentContext.Environment.WebsiteContributorManagedIdentityId.AsProvisioningParameter(
Infra
);
740
var contributorPrincipalId = environmentContext.Environment.WebsiteContributorManagedIdentityPrincipalId.AsProvisioningParameter(
Infra
);
749
? Infrastructure.NormalizeBicepIdentifier($"{
Infra
.AspireResource.Name}_slot_ra")
750
: Infrastructure.NormalizeBicepIdentifier($"{
Infra
.AspireResource.Name}_ra");
800
var appInsightsInstrumentationKey = environmentContext.Environment.AzureAppInsightsInstrumentationKeyReference.AsProvisioningParameter(
Infra
);
801
var appInsightsConnectionString = environmentContext.Environment.AzureAppInsightsConnectionStringReference.AsProvisioningParameter(
Infra
);