You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/application-gateway/application-gateway-faq.yml
+6-4Lines changed: 6 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ metadata:
6
6
author: greg-lindsay
7
7
ms.service: application-gateway
8
8
ms.topic: faq
9
-
ms.date: 10/19/2022
9
+
ms.date: 02/08/2023
10
10
ms.author: greglin
11
11
ms.custom: references_regions
12
12
title: Frequently asked questions about Application Gateway
@@ -118,7 +118,9 @@ sections:
118
118
119
119
- question: How does application gateway handle routine maintenance?
120
120
answer: |
121
-
Updates initiated to Application Gateway are applied one [update domain](../../articles/virtual-machines/availability-set-overview.md#how-do-availability-sets-work) at a time, during off business hours for the region the gateway is deployed in. As each update domain's instances are being updated, the remaining instances in other update domains will continue to serve traffic. Active connections are gracefully drained from the instances being updated for up to 5 minutes to help establish connectivity to instances in a different update domain before the update begins. During update, Application Gateway will temporarily run at reduced max capacity, which is determined by the number of instances configured. The update process will proceed to the next set of instances only if the current set of instances have been upgraded successfully.
121
+
Updates initiated to Application Gateway are applied one [update domain](../../articles/virtual-machines/availability-set-overview.md#how-do-availability-sets-work) at a time. As each update domain's instances are being updated, the remaining instances in other update domains will continue to serve traffic<sup>1</sup>. Active connections are gracefully drained from the instances being updated for up to 5 minutes to help establish connectivity to instances in a different update domain before the update begins. During update, Application Gateway will temporarily run at reduced max capacity, which is determined by the number of instances configured. The update process will proceed to the next set of instances only if the current set of instances have been upgraded successfully.
122
+
123
+
<sup>1</sup> A minimum instance count of 2 is recommended to be configured for Application Gateway v1 SKU deployments to ensure at least one instance can serve traffic while updates are applied.
122
124
123
125
- question: Can I use Exchange Server as a backend with Application Gateway?
124
126
answer: Application Gateway doesn't support email protocols such as SMTP, IMAP, and POP3. HTTP/HTTPS services such as OWA, ActiveSync, and AutoDiscovery traffic may flow through Application Gateway, however WAF exclusions may be required if using WAF sku.
@@ -388,7 +390,7 @@ sections:
388
390
answer: |
389
391
Yes, the Application Gateway v2 SKU supports Key Vault. For more information, see [TLS termination with Key Vault certificates](key-vault-certs.md).
390
392
391
-
- question: How do I configure HTTPS listeners for .com and .net sites?
393
+
- question: How do I configure HTTPS listeners for .com and .NET sites?
392
394
answer: |
393
395
For multiple domain-based (host-based) routing, you can create multisite listeners, set up listeners that use HTTPS as the protocol, and associate the listeners with the routing rules. For more information, see [Hosting multiple sites by using Application Gateway](./multiple-site-overview.md).
394
396
@@ -433,7 +435,7 @@ sections:
433
435
434
436
1. In the [Azure portal](https://portal.azure.com/), navigate to your Azure KeyVault settings which are associated with the Application Gateway.
435
437
2. Add/import the reissued certificate in your store. See documentation [here](../key-vault/certificates/quick-create-portal.md) for more information on how-to.
436
-
3. Once the certificate has been imported, navigate to your Application Gateway listener settings and under “Choose a certificate from Key Vault”, click on the “Certificate” dropdown and choose the recently added certificate
438
+
3. Once the certificate has been imported, navigate to your Application Gateway listener settings and under “Choose a certificate from Key Vault”, click on the “Certificate” drop-down and choose the recently added certificate
437
439
4. Click Save
438
440
For more information on TLS termination on Application Gateway with Key Vault certificates, see [TLS termination with Key Vault certificates](./key-vault-certs.md).
Copy file name to clipboardExpand all lines: articles/purview/scan-data-sources.md
+12-2Lines changed: 12 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -77,7 +77,17 @@ In the steps below we'll be using [Azure Blob Storage](register-scan-azure-blob-
77
77
78
78
Depending on the amount of data in your data source, a scan can take some time to run, so here's how you can check on progress and see results when the scan is complete.
79
79
80
-
1. Navigate to the _data source_ in the _Collection_ and select **View Details** to check the status of the scan
80
+
1. You can view your scan from the collection or from the source itself.
81
+
82
+
1. To view from the collection, navigate to your _Collection_ in the data map, and select the **Scans** button.
83
+
84
+
:::image type="content" source="media/scan-data-sources/select-scans.png" alt-text="Screenshot of the collection page with the scans button highlighted.":::
85
+
86
+
1. Select your scan name to see details.
87
+
88
+
:::image type="content" source="media/scan-data-sources/select-scan-name.png" alt-text="Screenshot of the scans in the collection list with the most recent scan name highlighted.":::
89
+
90
+
1. Or, you can navigate directly to the _data source_ in the _Collection_ and select **View Details** to check the status of the scan.
81
91
82
92
:::image type="content" source="media/scan-data-sources/register-blob-view-scan.png" alt-text="Screenshot of the data map with a source's view details button highlighted.":::
83
93
@@ -95,7 +105,7 @@ Depending on the amount of data in your data source, a scan can take some time t
95
105
96
106
After a scan is complete, it can be managed or run again.
97
107
98
-
1. Select the **Scan name** to manage the scan
108
+
1. Select the **Scan name**from either the collections list or the source page to manage the scan.
99
109
100
110
:::image type="content" source="media/scan-data-sources/register-blob-manage-scan.png" alt-text="Screenshot of a source details page with the scan name link highlighted.":::
0 commit comments