Skip to content

Commit 21f9c54

Browse files
committed
Merging changes synced from https://github.com/MicrosoftDocs/azure-docs-pr (branch live)
2 parents 7ea6b34 + 11572a8 commit 21f9c54

File tree

161 files changed

+1274
-733
lines changed

Some content is hidden

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

161 files changed

+1274
-733
lines changed
-1.79 KB
Loading

articles/active-directory/users-groups-roles/directory-admin-roles-secure.md

Lines changed: 153 additions & 114 deletions
Large diffs are not rendered by default.

articles/analysis-services/analysis-services-network-faq.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: This article provides answers to some of the more common questions
44
author: minewiskan
55
ms.service: azure-analysis-services
66
ms.topic: conceptual
7-
ms.date: 04/29/2020
7+
ms.date: 05/05/2020
88
ms.author: owend
99
ms.reviewer: minewiskan
1010
---
@@ -19,7 +19,11 @@ This article provides answers to common questions about connecting to storage ac
1919
**Answer** - Azure Analysis Services does not use fixed IP addresses or Service Tags. The range of IP addresses your Analysis Services servers use can be anything in the range of IP addresses for the *Azure region*. Because your server IP addresses are variable and can change over time, your firewall rules need to allow for the entire range of Azure region IP addresses your server is in.
2020

2121
**Question** - My Azure storage account is in a different region from my Analysis Services server. How do I configure storage account firewall settings?
22-
**Answer** - If the storage account is in a different region, firewall settings must be configured to allow access from **All networks**. Firewall settings configured for Selected networks with whitelisted IP addresses and Allow trusted Microsoft services exception is not supported.
22+
**Answer** - If the storage account is in a different region, configure storage account firewall settings to allow access from **Selected networks**. In Firewall **Address range**, specify the IP address range for the region the Analysis Services server is in. To get the IP ranges for Azure regions, see [Azure IP Ranges and Service Tags – Public Cloud](https://www.microsoft.com/download/details.aspx?id=56519). Configuring storage account firewall settings to allow access from All networks is supported, however choosing Selected networks and specifying an IP address range is preferred.
23+
24+
**Question** - My Azure storage account is in the same region as my Analysis Services server. How can I configure storage account firewall settings?
25+
**Answer** – Because your Analysis Services server and storage account are in the same region, communications between them use internal IP address ranges, therefore, configuring a firewall to use Selected networks and specifying an IP address range is not supported. If organization policies require a firewall, it must be configured to allow access from All networks.
26+
2327

2428
## Data source connections
2529

articles/application-gateway/application-gateway-faq.md

Lines changed: 1 addition & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: application-gateway
55
author: vhorne
66
ms.service: application-gateway
77
ms.topic: article
8-
ms.date: 04/01/2020
8+
ms.date: 05/05/2020
99
ms.author: victorh
1010
---
1111

@@ -326,42 +326,6 @@ For multiple domain-based (host-based) routing, you can create multisite listene
326326

327327
No, use only alphanumeric characters in your .pfx file password.
328328

329-
## Configuration - web application firewall (WAF)
330-
331-
### Does the WAF SKU offer all the features available in the Standard SKU?
332-
333-
Yes. WAF supports all the features in the Standard SKU.
334-
335-
### How do I monitor WAF?
336-
337-
Monitor WAF through diagnostic logging. For more information, see [Diagnostic logging and metrics for Application Gateway](application-gateway-diagnostics.md).
338-
339-
### Does detection mode block traffic?
340-
341-
No. Detection mode only logs traffic that triggers a WAF rule.
342-
343-
### Can I customize WAF rules?
344-
345-
Yes. For more information, see [Customize WAF rule groups and rules](application-gateway-customize-waf-rules-portal.md).
346-
347-
### What rules are currently available for WAF?
348-
349-
WAF currently supports CRS [2.2.9](../web-application-firewall/ag/application-gateway-crs-rulegroups-rules.md#owasp229), [3.0](../web-application-firewall/ag/application-gateway-crs-rulegroups-rules.md#owasp30), and [3.1](../web-application-firewall/ag/application-gateway-crs-rulegroups-rules.md#owasp31). These rules provide baseline security against most of the top-10 vulnerabilities that Open Web Application Security Project (OWASP) identifies:
350-
351-
* SQL injection protection
352-
* Cross-site scripting protection
353-
* Protection against common web attacks such as command injection, HTTP request smuggling, HTTP response splitting, and remote file inclusion attack
354-
* Protection against HTTP protocol violations
355-
* Protection against HTTP protocol anomalies such as missing host user-agent and accept headers
356-
* Prevention against bots, crawlers, and scanners
357-
* Detection of common application misconfigurations (that is, Apache, IIS, and so on)
358-
359-
For more information, see [OWASP top-10 vulnerabilities](https://www.owasp.org/index.php/Top10#OWASP_Top_10_for_2013).
360-
361-
### Does WAF support DDoS protection?
362-
363-
Yes. You can enable DDoS protection on the virtual network where the application gateway is deployed. This setting ensures that the Azure DDoS Protection service also protects the application gateway virtual IP (VIP).
364-
365329
## Configuration - ingress controller for AKS
366330

367331
### What is an Ingress Controller?

0 commit comments

Comments
 (0)