Skip to content

Commit e8d1e49

Browse files
committed
Merge branch 'master' of https://github.com/MicrosoftDocs/azure-docs-pr into load-balancer-seo
2 parents d7fc57d + d8bc369 commit e8d1e49

File tree

310 files changed

+1946
-1706
lines changed

Some content is hidden

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

310 files changed

+1946
-1706
lines changed

articles/active-directory/authentication/howto-mfa-mfasettings.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,8 @@ Settings for app passwords, trusted IPs, verification options, and remember mult
214214

215215
![Azure Multi-Factor Authentication service settings](./media/howto-mfa-mfasettings/multi-factor-authentication-settings-service-settings.png)
216216

217+
The trusted IP address ranges can be private or public.
218+
217219
## App passwords
218220

219221
Some applications, like Office 2010 or earlier and Apple Mail before iOS 11, don't support two-step verification. The apps aren't configured to accept a second verification. To use these applications, take advantage of the _app passwords_ feature. You can use an app password in place of your traditional password to allow an app to bypass two-step verification and continue working.

articles/active-directory/authentication/howto-mfa-reporting.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,16 @@ Azure Multi-Factor Authentication provides several reports that can be used by y
2121

2222
| Report | Location | Description |
2323
|:--- |:--- |:--- |
24-
| Blocked User History | Azure AD > MFA Server > Block/unblock users | Shows the history of requests to block or unblock users. |
24+
| Blocked User History | Azure AD > Security > MFA > Block/unblock users | Shows the history of requests to block or unblock users. |
2525
| Usage and fraud alerts | Azure AD > Sign-ins | Provides information on overall usage, user summary, and user details; as well as a history of fraud alerts submitted during the date range specified. |
26-
| Usage for on-premises components | Azure AD > MFA Server > Activity Report | Provides information on overall usage for MFA through the NPS extension, ADFS, and MFA server. |
27-
| Bypassed User History | Azure AD > MFA Server > One-time bypass | Provides a history of requests to bypass Multi-Factor Authentication for a user. |
28-
| Server status | Azure AD > MFA Server > Server status | Displays the status of Multi-Factor Authentication Servers associated with your account. |
26+
| Usage for on-premises components | Azure AD > Security > MFA > Activity Report | Provides information on overall usage for MFA through the NPS extension, ADFS, and MFA server. |
27+
| Bypassed User History | Azure AD > Security > MFA > One-time bypass | Provides a history of requests to bypass Multi-Factor Authentication for a user. |
28+
| Server status | Azure AD > Security > MFA > Server status | Displays the status of Multi-Factor Authentication Servers associated with your account. |
2929

3030
## View MFA reports
3131

3232
1. Sign in to the [Azure portal](https://portal.azure.com).
33-
2. On the left, select **Azure Active Directory** > **MFA Server**.
33+
2. On the left, select **Azure Active Directory** > **Security** > **MFA**.
3434
3. Select the report that you wish to view.
3535

3636
![MFA Server server status report in the Azure portal](./media/howto-mfa-reporting/report.png)

articles/api-management/api-management-using-with-vnet.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.service: api-management
1111
ms.workload: mobile
1212
ms.tgt_pltfrm: na
1313
ms.topic: article
14-
ms.date: 09/09/2019
14+
ms.date: 11/13/2019
1515
ms.author: apimpm
1616

1717
---
@@ -110,7 +110,7 @@ When an API Management service instance is hosted in a VNET, the ports in the fo
110110
| * / 80, 443 | Outbound | TCP | VIRTUAL_NETWORK / Storage | **Dependency on Azure Storage** | External & Internal |
111111
| * / 80, 443 | Outbound | TCP | VIRTUAL_NETWORK / AzureActiveDirectory | Azure Active Directory (where applicable) | External & Internal |
112112
| * / 1433 | Outbound | TCP | VIRTUAL_NETWORK / SQL | **Access to Azure SQL endpoints** | External & Internal |
113-
| * / 5672 | Outbound | TCP | VIRTUAL_NETWORK / EventHub | Dependency for Log to Event Hub policy and monitoring agent | External & Internal |
113+
| * / 5671, 5672, 443 | Outbound | TCP | VIRTUAL_NETWORK / EventHub | Dependency for Log to Event Hub policy and monitoring agent | External & Internal |
114114
| * / 445 | Outbound | TCP | VIRTUAL_NETWORK / Storage | Dependency on Azure File Share for GIT | External & Internal |
115115
| * / 1886 | Outbound | TCP | VIRTUAL_NETWORK / INTERNET | Needed to publish Health status to Resource Health | External & Internal |
116116
| * / 443 | Outbound | TCP | VIRTUAL_NETWORK / AzureMonitor | Publish Diagnostics Logs and Metrics | External & Internal |

articles/application-gateway/application-gateway-create-probe-portal.md

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,15 @@
11
---
2-
title: Create a custom probe - Azure Application Gateway - Azure portal | Microsoft Docs
2+
title: Create a custom probe using the portal
3+
titleSuffix: Azure Application Gateway
34
description: Learn how to create a custom probe for Application Gateway by using the portal
45
services: application-gateway
5-
documentationcenter: na
66
author: vhorne
7-
manager: jpconnock
8-
editor: ''
9-
tags: azure-resource-manager
10-
11-
ms.assetid: 33fd5564-43a7-4c54-a9ec-b1235f661f97
127
ms.service: application-gateway
13-
ms.devlang: na
148
ms.topic: article
15-
ms.tgt_pltfrm: na
16-
ms.workload: infrastructure-services
17-
ms.date: 10/14/2019
9+
ms.date: 11/14/2019
1810
ms.author: victorh
19-
2011
---
12+
2113
# Create a custom probe for Application Gateway by using the portal
2214

2315
> [!div class="op_single_selector"]

articles/application-gateway/application-gateway-diagnostics.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
11
---
2-
title: Monitor access logs, performance logs, back-end health, and metrics for Azure Application Gateway
2+
title: Back-end health and diagnostic logs
3+
titleSuffix: Azure Application Gateway
34
description: Learn how to enable and manage access logs and performance logs for Azure Application Gateway
45
services: application-gateway
56
author: vhorne
67
ms.service: application-gateway
78
ms.topic: article
8-
ms.date: 10/09/2019
9+
ms.date: 11/14/2019
910
ms.author: victorh
10-
1111
---
12+
1213
# Back-end health and diagnostic logs for Application Gateway
1314

14-
By using Azure Application Gateway, you can monitor resources in the following ways:
15+
You can monitor Azure Application Gateway resources in the following ways:
1516

1617
* [Back-end health](#back-end-health): Application Gateway provides the capability to monitor the health of the servers in the back-end pools through the Azure portal and through PowerShell. You can also find the health of the back-end pools through the performance diagnostic logs.
1718

articles/application-gateway/application-gateway-web-app-overview.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
---
2-
title: Overview of multi-tenant back ends, such as Azure App service, with Azure Application Gateway
2+
title: Multi-tenant back ends
3+
titleSuffix: Azure Application Gateway
34
description: This page provides an overview of the Application Gateway support for multi-tenant back ends.
45
services: application-gateway
56
author: vhorne
67
ms.service: application-gateway
78
ms.topic: article
8-
ms.date: 03/18/2019
9+
ms.date: 11/14/2019
910
ms.author: victorh
1011

1112
---

articles/application-gateway/configure-application-gateway-with-private-frontend-ip.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
---
2-
title: Configure Azure Application Gateway with a private frontend IP address
2+
title: Configure an internal load balancer (ILB) endpoint
3+
titleSuffix: Azure Application Gateway
34
description: This article provides information on how to configure Application Gateway with a private frontend IP address
45
services: application-gateway
56
author: abshamsft
67
ms.service: application-gateway
78
ms.topic: article
8-
ms.date: 02/26/2019
9+
ms.date: 11/14/2019
910
ms.author: absha
1011
---
1112

articles/application-gateway/configure-keyvault-ps.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
---
2-
title: Configure SSL termination with Key Vault certificates by using Azure PowerShell
2+
title: Configure SSL termination with Key Vault certificates - PowerShell
3+
titleSuffix: Azure Application Gateway
34
description: Learn how you can integrate Azure Application Gateway with Key Vault for server certificates that are attached to HTTPS-enabled listeners.
45
services: application-gateway
56
author: vhorne
67
ms.service: application-gateway
78
ms.topic: article
8-
ms.date: 4/22/2019
9+
ms.date: 11/14/2019
910
ms.author: victorh
1011
---
1112

articles/application-gateway/quick-create-portal.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
---
2-
title: Quickstart - Direct web traffic with Azure Application Gateway - Azure portal | Microsoft Docs
2+
title: 'Quickstart: Direct web traffic using the portal'
3+
titleSuffix: Azure Application Gateway
34
description: Learn how to use the Azure portal to create an Azure Application Gateway that directs web traffic to virtual machines in a backend pool.
45
services: application-gateway
56
author: vhorne
67
ms.service: application-gateway
78
ms.topic: quickstart
8-
ms.date: 07/17/2019
9+
ms.date: 11/14/2019
910
ms.author: victorh
1011
ms.custom: mvc
1112
---

articles/application-gateway/redirect-internal-site-powershell.md

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,15 @@
11
---
2-
title: Create an application gateway with internal redirection - Azure PowerShell | Microsoft Docs
2+
title: Internal redirection using PowerShell
3+
titleSuffix: Azure Application Gateway
34
description: Learn how to create an application gateway that redirects internal web traffic to the appropriate backend pool of servers using Azure Powershell.
45
services: application-gateway
56
author: vhorne
6-
manager: jpconnock
7-
editor: tysonn
8-
97
ms.service: application-gateway
10-
ms.devlang: na
118
ms.topic: article
12-
ms.tgt_pltfrm: na
13-
ms.workload: infrastructure-services
14-
ms.date: 7/13/2018
9+
ms.date: 11/14/2019
1510
ms.author: victorh
16-
1711
---
12+
1813
# Create an application gateway with internal redirection using Azure PowerShell
1914

2015
You can use Azure Powershell to configure [web traffic redirection](multiple-site-overview.md) when you create an [application gateway](overview.md). In this tutorial, you define a backend pool using a virtual machines scale set. You then configure listeners and rules based on domains that you own to make sure web traffic arrives at the appropriate pool. This tutorial assumes that you own multiple domains and uses examples of *www.contoso.com* and *www\.contoso.org*.

0 commit comments

Comments
 (0)