Skip to content

Commit 84d2342

Browse files
authored
Merge pull request #239182 from MicrosoftDocs/repo_sync_working_branch
Resolve syncing conflicts from repo_sync_working_branch to main
2 parents f81d91d + 0f3f34b commit 84d2342

9 files changed

+18
-13
lines changed

articles/active-directory-b2c/custom-email-sendgrid.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Custom email verification requires the use of a third-party email provider like
3333

3434
## Create a SendGrid account
3535

36-
If you don't already have one, start by setting up a SendGrid account (Azure customers can unlock 25,000 free emails each month). For setup instructions, see the [Create a SendGrid Account](https://docs.sendgrid.com/for-developers/partners/microsoft-azure-2021#create-a-sendgrid-account) section of [How to send email using SendGrid with Azure](https://docs.sendgrid.com/for-developers/partners/microsoft-azure-2021#create-a-twilio-sendgrid-accountcreate-a-twilio-sendgrid-account).
36+
If you don't already have one, start by setting up a SendGrid account. For setup instructions, see the [Create a SendGrid Account](https://docs.sendgrid.com/for-developers/partners/microsoft-azure-2021#create-a-sendgrid-account) section of [How to send email using SendGrid with Azure](https://docs.sendgrid.com/for-developers/partners/microsoft-azure-2021#create-a-twilio-sendgrid-accountcreate-a-twilio-sendgrid-account).
3737

3838
Be sure to complete the section in which you [create a SendGrid API key](https://docs.sendgrid.com/for-developers/partners/microsoft-azure-2021#to-find-your-sendgrid-api-key). Record the API key for use in a later step.
3939

articles/active-directory-b2c/tenant-management-check-tenant-creation-permission.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Anyone who creates an Azure Active Directory B2C (Azure AD B2C) becomes the *Glo
2424

2525
- If you haven't already created your own [Azure AD B2C Tenant](tutorial-create-tenant.md), create one now. You can use an existing Azure AD B2C tenant.
2626

27-
## Restrict non-admin users from creating Azure AD B2C tenants (preview)
27+
## Restrict non-admin users from creating Azure AD B2C tenants
2828

2929
As a *Global Administrator* in an Azure AD B2C tenant, you can restrict non-admin users from creating tenants. To do so, use the following steps:
3030

@@ -44,7 +44,7 @@ As a *Global Administrator* in an Azure AD B2C tenant, you can restrict non-admi
4444

4545
1. At the top of the **User Settings** page, select **Save**.
4646

47-
## Check tenant creation permission (preview)
47+
## Check tenant creation permission
4848

4949
Before you create an Azure AD B2C tenant, make sure that you've the permission to do so. Use these steps to check that you've the permission to create a tenant:
5050

@@ -66,4 +66,4 @@ Before you create an Azure AD B2C tenant, make sure that you've the permission t
6666
## Next steps
6767

6868
- [Read tenant name and ID](tenant-management-read-tenant-name.md)
69-
- [Clean up resources and delete tenant](tutorial-delete-tenant.md)
69+
- [Clean up resources and delete tenant](tutorial-delete-tenant.md)

articles/active-directory/authentication/concept-authentication-methods.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@ The following table outlines when an authentication method can be used during a
6565
| Method | Primary authentication | Secondary authentication |
6666
|--------------------------------|:----------------------:|:-------------------------:|
6767
| Windows Hello for Business | Yes | MFA\* |
68-
| Microsoft Authenticator | Yes | MFA and SSPR |
68+
| Microsoft Authenticator (Push) | No | MFA and SSPR |
69+
| Microsoft Authenticator (Passwordless) | Yes | No |
6970
| Authenticator Lite | No | MFA |
7071
| FIDO2 security key | Yes | MFA |
7172
| Certificate-based authentication | Yes | No |

articles/active-directory/authentication/concept-mfa-licensing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ The following table provides a list of the features that are available in the va
4343
| --- |:---:|:---:|:---:|:---:|:---:|
4444
| Protect Azure AD tenant admin accounts with MFA || ● (*Azure AD Global Administrator* accounts only) ||||
4545
| Mobile app as a second factor ||||||
46-
| Phone call as a second factor | | ||||
46+
| Phone call as a second factor | | ||||
4747
| SMS as a second factor | |||||
4848
| Admin control over verification methods | |||||
4949
| Fraud alert | | | |||

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

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,12 +98,16 @@ If your users are [Having trouble with two-step verification](https://support.mi
9898

9999
### Health check script
100100

101-
The [Azure AD MFA NPS Extension health check script](/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 **1** to isolate the cause of the potential issue.
101+
The [Azure AD MFA NPS Extension health check script](/samples/azure-samples/azure-mfa-nps-extension-health-check/azure-mfa-nps-extension-health-check/) performs several basic health checks when troubleshooting the NPS extension. Here's a quick summary about each available option when the script is run:
102+
- Option **1** - to isolate the cause of the issue: if it's an NPS or MFA issue (Export MFA RegKeys, Restart NPS, Test, Import RegKeys, Restart NPS)
103+
- Option **2** - to check a full set of tests, when not all users can use the MFA NPS Extension (Testing Access to Azure/Create HTML Report)
104+
- Option **3** - to check a specific set of tests, when a specific user can't use the MFA NPS Extension (Test MFA for specific UPN)
105+
- Option **4** - to collect logs to contact Microsoft support (Enable Logging/Restart NPS/Gather Logs)
102106

103107
### Contact Microsoft support
104108

105109
If you need additional help, contact a support professional through [Azure Multi-Factor Authentication Server support](https://support.microsoft.com/oas/default.aspx?prid=14947). When contacting us, it's helpful if you can include as much information about your issue as possible. Information you can supply includes the page where you saw the error, the specific error code, the specific session ID, the ID of the user who saw the error, and debug logs.
106110

107-
To collect debug logs for support diagnostics, run the [Azure AD MFA NPS Extension health check script](/samples/azure-samples/azure-mfa-nps-extension-health-check/azure-mfa-nps-extension-health-check/) on the NPS server and choose option **4** to collect logs.
111+
To collect debug logs for support diagnostics, run the [Azure AD MFA NPS Extension health check script](/samples/azure-samples/azure-mfa-nps-extension-health-check/azure-mfa-nps-extension-health-check/) on the NPS server and choose option **4** to collect the logs to provide them to Microsoft support.
108112

109-
At the end, zip the contents of the C:\NPS folder and attach the zipped file to the support case.
113+
At the end, upload the zip output file generated on the C:\NPS folder and attach it to the support case.

articles/active-directory/authentication/howto-mfaserver-deploy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Make sure the server that you're using for Azure Multi-Factor Authentication me
5353
| Azure Multi-Factor Authentication Server Requirements | Description |
5454
|:--- |:--- |
5555
| Hardware |<li>200 MB of hard disk space</li><li>x32 or x64 capable processor</li><li>1 GB or greater RAM</li> |
56-
| Software |<li>Windows Server 2016</li><li>Windows Server 2012 R2</li><li>Windows Server 2012</li><li>Windows Server 2008/R2 (with [ESU](/lifecycle/faq/extended-security-updates) only)</li><li>Windows 10</li><li>Windows 8.1, all editions</li><li>Windows 8, all editions</li><li>Windows 7, all editions (with [ESU](/lifecycle/faq/extended-security-updates) only)</li><li>Microsoft .NET 4.0 Framework</li><li>IIS 7.0 or greater if installing the user portal or web service SDK</li> |
56+
| Software |<li>Windows Server 2019</li><li>Windows Server 2016</li><li>Windows Server 2012 R2</li><li>Windows Server 2012</li><li>Windows Server 2008/R2 (with [ESU](/lifecycle/faq/extended-security-updates) only)</li><li>Windows 10</li><li>Windows 8.1, all editions</li><li>Windows 8, all editions</li><li>Windows 7, all editions (with [ESU](/lifecycle/faq/extended-security-updates) only)</li><li>Microsoft .NET 4.0 Framework</li><li>IIS 7.0 or greater if installing the user portal or web service SDK</li> |
5757
| Permissions | Domain Administrator or Enterprise Administrator account to register with Active Directory |
5858

5959
### Azure MFA Server Components

articles/container-instances/container-instances-virtual-network-concepts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Container groups deployed into an Azure virtual network enable scenarios like:
3535
* **Azure Load Balancer** - Placing an Azure Load Balancer in front of container instances in a networked container group is not supported
3636
* **Global virtual network peering** - Global peering (connecting virtual networks across Azure regions) is not supported
3737
* **Public IP or DNS label** - Container groups deployed to a virtual network don't currently support exposing containers directly to the internet with a public IP address or a fully qualified domain name
38-
* **Managed Identity with Virtual Network in Azure Government Regions** - Managed Identity with virtual networking capabilities is not supported in Azure Governemment Regions
38+
* **Managed Identity with Virtual Network in Azure Government Regions** - Managed Identity with virtual networking capabilities is not supported in Azure Government Regions
3939

4040
## Other limitations
4141

articles/frontdoor/front-door-diagnostics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ There are multiple Front Door logs, which you can use for different purposes:
5555
- [Health probe logs](#health-probe-log) can be used to identify origins that are unhealthy or that don't respond to requests from some of Front Door's geographically distributed PoPs.
5656
- [Activity logs](#activity-logs) provide visibility into the operations performed on your Azure resources, such as configuration changes to your Azure Front Door profile.
5757

58-
The activity log and web application firewall log includes a *tracking reference*, which is also propagated in requests to origins and to client responses by using the `X-Azure-Ref` header. You can use the tracking reference to gain an end-to-end view of your application request processing.
58+
Access logs and WAF logs include a *tracking reference*, which is also propagated in requests to origins and to client responses by using the `X-Azure-Ref` header. You can use the tracking reference to gain an end-to-end view of your application request processing.
5959

6060
Access logs, health probe logs, and WAF logs aren't enabled by default. To enable and store your diagnostic logs, see [Configure Azure Front Door logs](./standard-premium/how-to-logs.md). Activity log entries are collected by default, and you can view them in the Azure portal.
6161

articles/stream-analytics/stream-analytics-autoscale.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.topic: how-to
99
ms.date: 05/10/2022
1010
---
1111

12-
# Autoscale streaming units (Preview)
12+
# Autoscale streaming units
1313

1414
Streaming units (SUs) represent the computing resources that are allocated to execute a Stream Analytics job. The higher the number of SUs, the more CPU and memory resources are allocated to your job. Stream Analytics offers two types of scaling, which allows you to have the right number of [Streaming Units](stream-analytics-streaming-unit-consumption.md) (SUs) running to handle the load of your job.
1515

0 commit comments

Comments
 (0)