Skip to content

Commit 9ff2d0d

Browse files
committed
Updates
1 parent 9e5591b commit 9ff2d0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/confidential-ledger/quickstart-net.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@ 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](quick-portal.md), the [Azure CLI](quick-cli.md), or [Azure PowerShell](quick-powershell.md).
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).
3030

3131

3232
## Setup
3333

3434
### Create new .NET console app
3535

36-
1. In a command shell, run the following command to create a project named `acl-quickstart-app`:
36+
1. In a command shell, run the following command to create a project named `acl-app`:
3737

3838
```dotnetcli
3939
dotnet new console --name acl-app

0 commit comments

Comments
 (0)