We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56365cc commit 282e81eCopy full SHA for 282e81e
articles/confidential-ledger/quickstart-net.md
@@ -129,6 +129,13 @@ string entryContents = JsonDocument.Parse(ledgerResponse.Content)
129
Console.WriteLine(entryContents);
130
```
131
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
+```
139
140
## Sample code
141
@@ -185,15 +192,6 @@ namespace acl_app
185
192
}
186
193
187
194
188
-### Test and verify
189
-
190
-In the console directly, execute the following command to run the app.
191
-```csharp
-dotnet run
-```
195
196
197
## Next steps
198
199
To learn more about Azure confidential ledger and how to integrate it with your apps, see the following articles:
0 commit comments