1 write to PrimaryEndpoint
Aspire.Hosting.SqlServer (1)
SqlServerServerResource.cs (1)
22
PrimaryEndpoint
= new(this, PrimaryEndpointName);
2 references to PrimaryEndpoint
Aspire.Hosting.SqlServer (2)
SqlServerServerResource.cs (2)
38
$"Server={
PrimaryEndpoint
.Property(EndpointProperty.IPV4Host)},{
PrimaryEndpoint
.Property(EndpointProperty.Port)};User ID=sa;Password={PasswordParameter};TrustServerCertificate=true");