Skip to content

AddAzureOpenAI and AddFoundry should support private endpoints #15944

@eerhardt

Description

@eerhardt

public class FoundryResource(string name, Action<AzureResourceInfrastructure> configureInfrastructure) :
AzureProvisioningResource(name, configureInfrastructure), IResourceWithEndpoints, IResourceWithConnectionString

public class AzureOpenAIResource(string name, Action<AzureResourceInfrastructure> configureInfrastructure)
: AzureProvisioningResource(name, configureInfrastructure),
IResourceWithConnectionString

These 2 resources should support IAzurePrivateEndpointTarget

Metadata

Metadata

Labels

area-integrationsIssues pertaining to Aspire Integrations packages

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions