Skip to content

Commit 282e81e

Browse files
committed
Updates
1 parent 56365cc commit 282e81e

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

articles/confidential-ledger/quickstart-net.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,13 @@ string entryContents = JsonDocument.Parse(ledgerResponse.Content)
129129
Console.WriteLine(entryContents);
130130
```
131131

132+
## Test and verify
133+
134+
In the console directly, execute the following command to run the app.
135+
136+
```csharp
137+
dotnet run
138+
```
132139

133140
## Sample code
134141

@@ -185,15 +192,6 @@ namespace acl_app
185192
}
186193
```
187194

188-
### Test and verify
189-
190-
In the console directly, execute the following command to run the app.
191-
192-
```csharp
193-
dotnet run
194-
```
195-
196-
197195
## Next steps
198196

199197
To learn more about Azure confidential ledger and how to integrate it with your apps, see the following articles:

0 commit comments

Comments
 (0)