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