Skip to content

Commit 400e28d

Browse files
author
Tiago Brenck
committed
Addressed PR reviews
1 parent 094a9be commit 400e28d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: 6-Deploy-to-Azure/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,11 @@ In the left-hand navigation pane, select the **Azure Active Directory** service,
5252

5353
Secure key management is essential to protect data in the cloud. Use [Azure Key Vault](https://azure.microsoft.com/en-ca/services/key-vault/) to encrypt keys and small secrets like passwords that use keys stored in hardware security modules (HSMs).
5454

55-
You can follow [this sample](https://github.com/Azure-Samples/app-service-msi-keyvault-dotnet) as a guide on how to use Azure Key Vault from App Service with Managed Service Identity (MSI).
55+
Use [this sample](https://github.com/Azure-Samples/app-service-msi-keyvault-dotnet) as a guide on how to use Azure Key Vault from App Service with Managed Service Identity (MSI).
5656

5757
## MSAL token cache on distributed environments
5858

59-
The samples in this tutorial have their token cache providers configured for apps running on a single machine. On production environment, these apps could be deployed in many machines for scalability purpose, so the token cache provider needs to be configured accordingly to this distributed architecture.
59+
The samples in this tutorial have their token cache providers configured for apps running on a single machine. On a production environment, these apps could be deployed in many machines for scalability purpose, so the token cache provider needs to be configured accordingly for this distributed architecture.
6060

6161
These are the necessary changes for each cache provider option:
6262

@@ -71,7 +71,7 @@ services.AddDistributedTokenCaches()
7171

7272
### Redis
7373

74-
If you want to use distributed Redis cache, use this configuration on `Startup.cs`:
74+
If you want to use a distributed Redis cache, use this configuration on `Startup.cs`:
7575

7676
```csharp
7777
services.AddDistributedTokenCaches()

0 commit comments

Comments
 (0)