You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/storage/common/storage-auth-aad-app.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -113,7 +113,7 @@ The tenant ID identifies the Azure AD tenant to use for authentication. It's als
113
113
114
114
The code example shows how to get an access token from Azure AD. The access token is used to authenticate the specified user and then authorize a request to create a block blob. To get this sample working, first follow the steps outlined in the preceding sections.
115
115
116
-
To request the token, you'll need the following values from your app's registration:
116
+
To request the access token, you'll need the following values from your app's registration:
117
117
118
118
- The name of your Azure AD domain. Retrieve this value from the **Overview** page of your Azure Active Directory.
119
119
- The tenant (or directory) ID. Retrieve this value from the **Overview** page of your app registration.
@@ -140,7 +140,7 @@ A completed sample web application that acquires an access token and uses it to
140
140
141
141
#### Add assembly references and using directives
142
142
143
-
In Visual Studio, install the Azure Storage client library. From the **Tools** menu, select **NuGet Package Manager**, then **Package Manager Console**. Type the following commands into the console window to install the necessary packages from the Azure Storage client library for .NET:
143
+
In Visual Studio, install the Azure Storage client library and the authentication library. From the **Tools** menu, select **NuGet Package Manager**, then **Package Manager Console**. Type the following commands into the console window to install the necessary packages for the Azure Storage client library for .NET and the Microsoft.Identity.Web authentication library:
0 commit comments