Skip to content

Commit 50c9db9

Browse files
Edits from review feedback
1 parent fca2840 commit 50c9db9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/storage/blobs/quickstart-blobs-c-plus-plus.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: In this quickstart, you learn how to use the Azure Blob Storage cli
55
author: pauljewellmsft
66

77
ms.author: pauljewell
8-
ms.date: 08/08/2023
8+
ms.date: 08/30/2023
99
ms.service: azure-blob-storage
1010
ms.topic: quickstart
1111
ms.devlang: cpp
@@ -120,7 +120,7 @@ The Azure Identity library provides Azure Active Directory (Azure AD) token auth
120120
121121
You can authorize access to data in your storage account using the following steps:
122122
123-
1. Make sure you're authenticated with the same Azure AD account you assigned the role to on your storage account. You can authenticate via Azure CLI. Sign in to Azure through the Azure CLI using the following command:
123+
1. Make sure you're authenticated with the same Azure AD account you assigned the role to on your storage account. You can authenticate via [Azure CLI](cli/azure/install-azure-cli). Sign in to Azure through the Azure CLI using the following command:
124124
125125
```azurecli
126126
az login

0 commit comments

Comments
 (0)