2 references to TestCosmosContext
AzureContainerApps.ApiService (2)
Program.cs (2)
13builder.AddCosmosDbContext<TestCosmosContext>("account", "db"); 59app.MapGet("/cosmos", async (TestCosmosContext context) =>