2 references to DashboardUriReference
Aspire.Hosting.Azure.AppService (2)
AzureAppServiceEnvironmentResource.cs (1)
141
var dashboardUri = await
DashboardUriReference
.GetValueAsync(context.CancellationToken).ConfigureAwait(false);
AzureAppServiceWebsiteContext.cs (1)
440
var dashboardUri = environmentContext.Environment.
DashboardUriReference
.AsProvisioningParameter(Infra);