mirror of
https://github.com/fiodarsazanavets/aspire-13-examples.git
synced 2026-06-20 12:23:14 +00:00
Add Azure storage examples
This commit is contained in:
@@ -158,7 +158,7 @@ using (var scope = app.Services.CreateScope())
|
||||
{
|
||||
var productReviews = new List<ProductReviewsDocument>();
|
||||
|
||||
foreach (var productId in Enumerable.Range(1, 5))
|
||||
foreach (var productId in Enumerable.Range(1, 10))
|
||||
{
|
||||
var reviews = new List<ProductReview>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user