15 references to AddDatabase
Aspire.Hosting.Azure.Tests (11)
AzureContainerAppsTests.cs (1)
477var pgdb = builder.AddAzurePostgresFlexibleServer("pg").WithPasswordAuthentication().AddDatabase("db");
AzurePostgresExtensionsTests.cs (9)
144postgres.AddDatabase("db1", "db1Name"); 265db1 = postgres.AddDatabase("db1"); 266db2 = postgres.AddDatabase("db2", "db2Name"); 276db1 = postgres.AddDatabase("db1"); 277db2 = postgres.AddDatabase("db2", "db2Name"); 319var db1 = postgres.AddDatabase("db1"); 320var db2 = postgres.AddDatabase("db2", "db2Name"); 341db = postgres.AddDatabase("db1"); 357db = postgres.AddDatabase("db1");
AzureSchemaTests.cs (1)
25builder.AddAzurePostgresFlexibleServer("postgres").AddDatabase("db");
BicepSample.AppHost (1)
Program.cs (1)
42.AddDatabase("db2");
CdkSample.AppHost (2)
Program.cs (2)
48.AddDatabase("pgsqldb"); 51.AddDatabase("pgsql2db");
WaitForSandbox.AppHost (1)
Program.cs (1)
15.AddDatabase("db");