Skip to content

Commit 20429bc

Browse files
authored
Merge pull request #107242 from MicrosoftDocs/master
Merge Master to Live, 4 AM
2 parents 72c2da0 + e1216f0 commit 20429bc

File tree

110 files changed

+1067
-705
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

110 files changed

+1067
-705
lines changed

.openpublishing.redirection.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16525,6 +16525,21 @@
1652516525
"redirect_url": "/azure/machine-learning/team-data-science-process/walkthroughs",
1652616526
"redirect_document_id": false
1652716527
},
16528+
{
16529+
"source_path": "articles/machine-learning/team-data-science-process/cortana-analytics-playbook-predictive-maintenance.md",
16530+
"redirect_url": "/azure/machine-learning/team-data-science-process/predictive-maintenance-playbook",
16531+
"redirect_document_id": true
16532+
},
16533+
{
16534+
"source_path": "articles/machine-learning/team-data-science-process/cortana-analytics-architecture-predictive-maintenance.md",
16535+
"redirect_url": "/azure/machine-learning/team-data-science-process/predictive-maintenance-architecture",
16536+
"redirect_document_id": true
16537+
},
16538+
{
16539+
"source_path": "articles/machine-learning/team-data-science-process/cortana-analytics-technical-guide-predictive-maintenance.md",
16540+
"redirect_url": "/azure/machine-learning/team-data-science-process/predictive-maintenance-technical-guide",
16541+
"redirect_document_id": true
16542+
},
1652816543
{
1652916544
"source_path": "articles/monitoring-and-diagnostics/monitor-alerts-unified-log-template.md",
1653016545
"redirect_url": "/azure/monitoring-and-diagnostics/alert-log",
@@ -49251,6 +49266,11 @@
4925149266
"redirect_url": "/azure/cognitive-services/Speech-Service/how-to-use-codec-compressed-audio-input-streams?pivots=programming-language-objectivec",
4925249267
"redirect_document_id": false
4925349268
},
49269+
{
49270+
"source_path": "articles/integrations/index.yml",
49271+
"redirect_url": "https://azure.microsoft.com/products/developer-tool-integrations/",
49272+
"redirect_document_id": false
49273+
},
4925449274
{
4925549275
"source_path": "articles/sdks/index.yml",
4925649276
"redirect_url": "https://azure.microsoft.com/downloads/",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ If your users are [Having trouble with two-step verification](../user-help/multi
9595

9696
### Health check script
9797

98-
The [Azure MFA NPS Extension health check script](https://gallery.technet.microsoft.com/Azure-MFA-NPS-Extension-648de6bb) is available on the TechNet Gallery to perform a basic health check when troubleshooting the NPS extension. Run the script and choose option 3.
98+
The [Azure MFA NPS Extension health check script](https://docs.microsoft.com/samples/azure-samples/azure-mfa-nps-extension-health-check/azure-mfa-nps-extension-health-check/) performs a basic health check when troubleshooting the NPS extension. Run the script and choose option 3.
9999

100100
### Contact Microsoft support
101101

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

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ When using the NPS extension for Azure MFA, the authentication flow includes the
2626
1. **NAS/VPN Server** receives requests from VPN clients and converts them into RADIUS requests to NPS servers. 
2727
2. **NPS Server** connects to Active Directory to perform the primary authentication for the RADIUS requests and, upon success, passes the request to any installed extensions.  
2828
3. **NPS Extension** triggers a request to Azure MFA for the secondary authentication. Once the extension receives the response, and if the MFA challenge succeeds, it completes the authentication request by providing the NPS server with security tokens that include an MFA claim, issued by Azure STS.  
29-
4. **Azure MFA** communicates with Azure Active Directory to retrieve the users details and performs the secondary authentication using a verification method configured to the user.
29+
4. **Azure MFA** communicates with Azure Active Directory to retrieve the user's details and performs the secondary authentication using a verification method configured to the user.
3030

3131
The following diagram illustrates this high-level authentication request flow: 
3232

@@ -165,7 +165,7 @@ The installer creates a PowerShell script in this location: `C:\Program Files\Mi
165165
- Create a self-signed certificate.
166166
- Associate the public key of the certificate to the service principal on Azure AD.
167167
- Store the cert in the local machine cert store.
168-
- Grant access to the certificates private key to Network User.
168+
- Grant access to the certificate's private key to Network User.
169169
- Restart the NPS.
170170

171171
Unless you want to use your own certificates (instead of the self-signed certificates that the PowerShell script generates), run the PowerShell Script to complete the installation. If you install the extension on multiple servers, each one should have its own certificate.
@@ -247,9 +247,9 @@ You can choose to create this key and set it to FALSE while your users are onboa
247247

248248
### NPS extension health check script
249249

250-
The following script is available on the TechNet Gallery to perform basic health check steps when troubleshooting the NPS extension.
250+
The following script is available to perform basic health check steps when troubleshooting the NPS extension.
251251

252-
[MFA_NPS_Troubleshooter.ps1](https://gallery.technet.microsoft.com/Azure-MFA-NPS-Extension-648de6bb)
252+
[MFA_NPS_Troubleshooter.ps1](https://docs.microsoft.com/samples/azure-samples/azure-mfa-nps-extension-health-check/azure-mfa-nps-extension-health-check/)
253253

254254
---
255255

@@ -332,6 +332,8 @@ Additional troubleshooting guidance and possible solutions can be found in the a
332332

333333
## Next steps
334334

335+
- [Overview and configuration of Network Policy Server in Windows Server](https://docs.microsoft.com/windows-server/networking/technologies/nps/nps-top)
336+
335337
- Configure alternate IDs for login, or set up an exception list for IPs that shouldn't perform two-step verification in [Advanced configuration options for the NPS extension for Multi-Factor Authentication](howto-mfa-nps-extension-advanced.md)
336338

337339
- Learn how to integrate [Remote Desktop Gateway](howto-mfa-nps-extension-rdg.md) and [VPN servers](howto-mfa-nps-extension-vpn.md) using the NPS extension
3.44 KB
Loading

0 commit comments

Comments
 (0)