Skip to content

Commit a703905

Browse files
Acrolinx fixes
1 parent b10fd9b commit a703905

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/active-directory/authentication/howto-mfa-nps-extension.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ Additionally, connectivity to the following URLs is required to complete the [se
130130

131131
## Prepare your environment
132132

133-
Before you install the NPS extension, prepare you environment to handle the authentication traffic.
133+
Before you install the NPS extension, prepare your environment to handle the authentication traffic.
134134

135135
### Enable the NPS role on a domain-joined server
136136

@@ -270,7 +270,7 @@ For customers that use the Azure Government or Azure operated by 21Vianet clouds
270270
271271
1. If you're an Azure Government or Azure operated by 21Vianet customer, open **Registry Editor** on the NPS server.
272272
1. Navigate to `HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\AzureMfa`.
273-
1. For Azure Government customers, set the following key values.:
273+
1. For Azure Government customers, set the following key values:
274274

275275
| Registry key | Value |
276276
|--------------------|-----------------------------------|
@@ -341,7 +341,7 @@ The [Azure AD MFA NPS Extension health check script](/samples/azure-samples/azur
341341

342342
### How to fix the error "Service principal was not found" while running `AzureMfaNpsExtnConfigSetup.ps1` script?
343343

344-
If for any reason the "Azure Multi-Factor Auth Client" service principal was not created in the tenant , it can be manually created by running the `New-MsolServicePrincipal` cmdlet as shown below.
344+
If for any reason the "Azure Multi-Factor Auth Client" service principal was not created in the tenant, it can be manually created by running the `New-MsolServicePrincipal` cmdlet as shown below.
345345

346346
```powershell
347347
import-module MSOnline

0 commit comments

Comments
 (0)