2 references to UserPrincipalId
Aspire.Hosting.Azure (1)
AzurePublishingContext.cs (1)
199if (parameter.Key == AzureBicepResource.KnownParameters.UserPrincipalId && parameter.Value is null)
Aspire.Hosting.Azure.AppService (1)
AzureAppServiceEnvironmentExtensions.cs (1)
44var userPrincipalId = new ProvisioningParameter(AzureBicepResource.KnownParameters.UserPrincipalId, typeof(string));