3 references to Port
Aspire.Hosting.Azure.PostgreSQL (1)
AzurePostgresFlexibleServerResource.cs (1)
290new("Port", Port), // For parity with PostgresServerResource, fixed on Azure
Aspire.Hosting.Azure.Tests (2)
AzurePostgresExtensionsTests.cs (2)
196Assert.NotNull(postgres.Resource.Port); 197Assert.Equal("12455", await postgres.Resource.Port.GetValueAsync(CancellationToken.None));