Add Azure storage examples

This commit is contained in:
fiodarsazanavets
2026-01-20 20:28:19 +00:00
parent 608071d5f7
commit 85739b141a
176 changed files with 126658 additions and 1 deletions
@@ -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>();