Skip to content

Commit 33c5500

Browse files
committed
Updates
1 parent 282e81e commit 33c5500

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/confidential-ledger/quickstart-net.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Quickstart - Azure Confidential Ledger client library for .NET
2+
title: Quickstart - Azure confidential ledger client library for .NET
33
description: Learn how to use Azure Confidential Ledger using the client library for .NET
44
author: msmbaldwin
55
ms.author: mbaldwin
@@ -26,7 +26,7 @@ Azure confidential ledger client library resources:
2626
- [.NET Core 3.1 SDK or later](https://dotnet.microsoft.com/download/dotnet-core)
2727
- [Azure CLI](/cli/azure/install-azure-cli)
2828

29-
You will also need an running confidential ledger, and a registered user with the `Administrator` privileges. You can create a confidential ledger (and an administrator) using the [Azure portal](quickstart-portal.md), the [Azure CLI](quickstart-cli.md), or [Azure PowerShell](quickstart-powershell.md).
29+
You will also need a running confidential ledger, and a registered user with the `Administrator` privileges. You can create a confidential ledger (and an administrator) using the [Azure portal](quickstart-portal.md), the [Azure CLI](quickstart-cli.md), or [Azure PowerShell](quickstart-powershell.md).
3030

3131
## Setup
3232

@@ -106,7 +106,7 @@ Operation postOperation = ledgerClient.PostLedgerEntry(
106106

107107
### Get transaction ID
108108

109-
The [PostLedgerEntry](/dotnet/api/azure.security.confidentialledger.confidentialledgerclient.postledgerentry) method returns an object that contains the transaction of the entry you just wrote to the confidential ledger. To get the transation ID, access the "Id" value:
109+
The [PostLedgerEntry](/dotnet/api/azure.security.confidentialledger.confidentialledgerclient.postledgerentry) method returns an object that contains the transaction of the entry you just wrote to the confidential ledger. To get the transaction ID, access the "Id" value:
110110

111111
```csharp
112112
string transactionId = postOperation.Id;

0 commit comments

Comments
 (0)