2 references to GetAppServiceWebsiteNameAsync
Aspire.Hosting.Azure.AppService (2)
AzureAppServiceWebSiteResource.cs (2)
58var websiteName = await GetAppServiceWebsiteNameAsync(ctx).ConfigureAwait(false); 130var hostName = await GetAppServiceWebsiteNameAsync(ctx, deploymentSlot).ConfigureAwait(false);