Skip to content

Commit ba47e02

Browse files
committed
fixes
1 parent d2a90b3 commit ba47e02

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

articles/app-service/scenario-secure-app-access-microsoft-graph-as-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ manager: CelesteDG
88
ms.service: app-service-web
99
ms.topic: tutorial
1010
ms.workload: identity
11-
ms.date: 01/28/2021
11+
ms.date: 11/02/2021
1212
ms.author: ryanwi
1313
ms.reviewer: stsoneff
1414
ms.custom: azureday1, devx-track-azurepowershell

articles/app-service/scenario-secure-app-access-microsoft-graph-as-user.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ manager: CelesteDG
88
ms.service: app-service-web
99
ms.topic: tutorial
1010
ms.workload: identity
11-
ms.date: 09/23/2021
11+
ms.date: 11/02/2021
1212
ms.author: ryanwi
1313
ms.reviewer: stsoneff
1414
ms.custom: azureday1
@@ -137,7 +137,7 @@ To see this code as part of a sample application, see the [sample on GitHub](htt
137137

138138
Install the [Microsoft.Identity.Web](https://www.nuget.org/packages/Microsoft.Identity.Web/) and [Microsoft.Identity.Web.MicrosoftGraph](https://www.nuget.org/packages/Microsoft.Identity.Web.MicrosoftGraph) NuGet packages in your project by using the .NET Core command-line interface or the Package Manager Console in Visual Studio.
139139

140-
#### .NET Core command-line
140+
#### .NET Core command line
141141

142142
Open a command line, and switch to the directory that contains your project file.
143143

articles/app-service/scenario-secure-app-access-storage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ manager: CelesteDG
77
ms.service: app-service-web
88
ms.topic: tutorial
99
ms.workload: identity
10-
ms.date: 10/27/2021
10+
ms.date: 11/02/2021
1111
ms.author: ryanwi
1212
ms.reviewer: stsoneff
1313
ms.custom: azureday1, devx-track-azurecli, devx-track-azurepowershell, subject-rbac-steps
@@ -203,7 +203,7 @@ az role assignment create --assignee $spID --role 'Storage Blob Data Contributor
203203
---
204204

205205
## Access Blob Storage
206-
# [C#](#tab/programming-language-csharp")
206+
# [C#](#tab/programming-language-csharp)
207207
The [DefaultAzureCredential](/dotnet/api/azure.identity.defaultazurecredential) class is used to get a token credential for your code to authorize requests to Azure Storage. Create an instance of the [DefaultAzureCredential](/dotnet/api/azure.identity.defaultazurecredential) class, which uses the managed identity to fetch tokens and attach them to the service client. The following code example gets the authenticated token credential and uses it to create a service client object, which uploads a new blob.
208208

209209
To see this code as part of a sample application, see the [sample on GitHub](https://github.com/Azure-Samples/ms-identity-easyauth-dotnet-storage-graphapi/tree/main/1-WebApp-storage-managed-identity).

0 commit comments

Comments
 (0)