Skip to content

Commit

Permalink
The sample no longer uses it (#1062)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidfowl authored Nov 28, 2023
1 parent 34e94ef commit 69f4227
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions samples/eShopLite/AppHost/Program.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
var builder = DistributedApplication.CreateBuilder(args);

builder.AddAzureProvisioning();

var catalogDb = builder.AddPostgresContainer("postgres").AddDatabase("catalogdb");

var basketCache = builder.AddRedisContainer("basketcache");
Expand Down

0 comments on commit 69f4227

Please sign in to comment.