diff --git a/services/DemoService.cs b/services/DemoService.cs index d316e22..3df3bc5 100644 --- a/services/DemoService.cs +++ b/services/DemoService.cs @@ -28,7 +28,7 @@ public async Task RunAsync(Func writeOutputAync) { Product entity = new() { - RowKey = "68719518391", + RowKey = "aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb", PartitionKey = "gear-surf-surfboards", Name = "Yamba Surfboard", Quantity = 10, @@ -48,7 +48,7 @@ public async Task RunAsync(Func writeOutputAync) { Product entity = new() { - RowKey = "68719518371", + RowKey = "bbbbbbbb-1111-2222-3333-cccccccccccc", PartitionKey = "gear-surf-surfboards", Name = "Kiama Classic Surfboard", Quantity = 25, @@ -67,7 +67,7 @@ public async Task RunAsync(Func writeOutputAync) { Response response = await client.GetEntityAsync( - rowKey: "68719518391", + rowKey: "aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb", partitionKey: "gear-surf-surfboards" );