31 references to Summary
Aspire.Hosting.Azure (8)
AzureEnvironmentResource.cs (8)
177ctx.Summary.Add("☁️ Target", "Azure"); 178ctx.Summary.Add("📦 Resource Group", AzurePortalUrls.GetResourceGroupLink(subscriptionId, resourceGroupName, tenantId)); 179ctx.Summary.Add("📜 Deployments", AzurePortalUrls.GetResourceGroupDeploymentsLink(subscriptionId, resourceGroupName, tenantId)); 180ctx.Summary.Add("🔑 Subscription", subscriptionId); 181ctx.Summary.Add("🌐 Location", location); 368context.Summary.Add("🗑️ Resource Group", new MarkdownString($"[{resourceGroupName}]({portalUrl})")); 369context.Summary.Add("🔑 Subscription", subscriptionId); 370context.Summary.Add("⏳ Status", new MarkdownString($"Deletion in progress. Monitor [here]({portalUrl})"));
Aspire.Hosting.Azure.AppContainers (3)
AzureContainerAppEnvironmentResource.cs (1)
162context.Summary.Add("📊 Dashboard", new MarkdownString($"[{dashboardUrl}]({dashboardUrl})"));
AzureContainerAppResource.cs (2)
59ctx.Summary.Add(targetResource.Name, new MarkdownString(summaryValue)); 66ctx.Summary.Add(targetResource.Name, new MarkdownString(summaryValue));
Aspire.Hosting.Azure.AppService (2)
AzureAppServiceEnvironmentResource.cs (1)
246context.Summary.Add("📊 Dashboard", new MarkdownString($"[{dashboardUri}]({dashboardUri})"));
AzureAppServiceWebSiteResource.cs (1)
65ctx.Summary.Add(targetResource.Name, new MarkdownString(summaryValue));
Aspire.Hosting.Azure.Kubernetes (3)
AzureKubernetesEnvironmentResource.AksPipeline.cs (3)
337context.Summary.Add( 345context.Summary.Add( 645context.Summary.Add(
Aspire.Hosting.Azure.Sandboxes (3)
AzureSandboxContainerDeployment.cs (2)
501context.Summary.Add(resource.TargetResource.Name, new MarkdownString(CreateSandboxUrlSummary(publicUrl, retainedUrl))); 505context.Summary.Add(resource.TargetResource.Name, new MarkdownString($"Sandbox `{sandboxId}`"));
AzureSandboxGroupResource.cs (1)
175context.Summary.Add($"{Name} sandbox dashboard", new MarkdownString($"[{dashboardUrl}]({dashboardUrl})"));
Aspire.Hosting.Docker (4)
DockerComposeEnvironmentResource.cs (1)
186ctx.Summary.Add("🗑️ Compose", Name);
DockerComposeServiceResource.cs (3)
333context.Summary.Add(TargetResource.Name, "No public endpoints"); 350context.Summary.Add(TargetResource.Name, string.Join(", ", endpoints)); 357context.Summary.Add(TargetResource.Name, "No public endpoints");
Aspire.Hosting.Kubernetes (8)
Deployment\HelmDeploymentEngine.cs (8)
222ctx.Summary.Add("🗑️ Helm Release", savedReleaseName); 223ctx.Summary.Add("☸️ Namespace", @namespace); 534context.Summary.Add(computeResource.Name, endpointText); 559context.Summary.Add( 564context.Summary.Add( 570context.Summary.Add( 574context.Summary.Add( 579context.Summary.Add(