Skip to content
Docs Try Aspire

IDistributedApplicationBuilder.addExternalService

Method
📦 Aspire.Hosting v13.2.0-preview.1.26159.1
interface IDistributedApplicationBuilder {
// ... omitted for brevity
addExternalService(
name: string,
url: string): ExternalServiceResource;
}

Signature

method addExternalService builder
Adds an external service resource
addExternalService(
name: string,
url: string): ExternalServiceResource
name string
url string
ExternalServiceResource

Defined on

This method is defined on the following type: