Skip to content
Docs Try Aspire

addExternalService

Function
📦 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

Applies to

This function is an extension method on the following types: