Skip to content

Commit e8fc292

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into ddos-author
2 parents 2493f4f + cabe929 commit e8fc292

File tree

11 files changed

+55
-43
lines changed

11 files changed

+55
-43
lines changed

articles/active-directory/develop/TOC.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@
102102
- name: App sign-in flow
103103
href: app-sign-in-flow.md
104104
- name: Support passwordless authentication
105+
href: support-fido2-authentication.md
105106
- name: Protect and access APIs
106107
items:
107108
- name: Restrict your app to a set of users

articles/app-service/environment/migrate.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ At this time, App Service Environment migrations to v3 using the migration featu
2424
- Australia Southeast
2525
- Brazil South
2626
- Canada Central
27+
- Canada East
2728
- Central India
2829
- Central US
2930
- East Asia

articles/app-service/environment/overview.md

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -105,23 +105,24 @@ App Service Environment v3 is available in the following regions:
105105
| Australia Southeast | Brazil South |
106106
| Brazil South | Canada Central |
107107
| Canada Central | Central India |
108-
| Central India | Central US |
109-
| Central US | East Asia |
110-
| East Asia | East US |
111-
| East US | East US 2 |
112-
| East US 2 | France Central |
113-
| France Central | Germany West Central |
114-
| Germany West Central | Japan East |
115-
| Japan East | Korea Central |
116-
| Korea Central | North Europe |
117-
| North Central US | Norway East |
118-
| North Europe | South Africa North |
119-
| Norway East | South Central US |
120-
| South Africa North | Southeast Asia |
121-
| South Central US | UK South |
122-
| Southeast Asia | West Europe |
123-
| Switzerland North | West US 2 |
124-
| UAE North | West US 3 |
108+
| Canada East | Central US |
109+
| Central India | East Asia |
110+
| Central US | East US |
111+
| East Asia | East US 2 |
112+
| East US | France Central |
113+
| East US 2 | Germany West Central |
114+
| France Central | Japan East |
115+
| Germany West Central | Korea Central |
116+
| Japan East | North Europe |
117+
| Korea Central | Norway East |
118+
| North Central US | South Africa North |
119+
| North Europe | South Central US |
120+
| Norway East | Southeast Asia |
121+
| South Africa North | UK South |
122+
| South Central US | West Europe |
123+
| Southeast Asia | West US 2 |
124+
| Switzerland North | West US 3 |
125+
| UAE North | |
125126
| UK South | |
126127
| UK West | |
127128
| West Central US | |

articles/data-catalog/data-catalog-frequently-asked-questions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
metadata:
33
title: Azure Data Catalog frequently asked questions
44
description: Frequently asked questions about Azure Data Catalog, including capabilities for data source discovery, annotation, and management.
5-
author: ChandraKavya
6-
ms.author: kchandra
5+
author: whhender
6+
ms.author: whhender
77
ms.service: data-catalog
88
ms.topic: faq
99
ms.date: 02/23/2022

articles/purview/apply-classifications.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This article discusses how to apply classifications on assets.
1414

1515
## Introduction
1616

17-
Classifications can be system or custom types. System classifications are present in Microsoft Purview by default. Custom classifications can be created based on a regular expression pattern. Classifications can be applied to assets either automatically or manually.
17+
Classifications can be system or custom types. System classifications are present in Microsoft Purview by default. Custom classifications can be created based on a regular expression pattern and keyword lists. Classifications can be applied to assets either automatically via scanning or manually.
1818

1919
This document explains how to apply classifications to your data.
2020

@@ -27,9 +27,9 @@ This document explains how to apply classifications to your data.
2727
In Microsoft Purview, you can apply system or custom classifications on a file, table, or column asset. This article describes the steps to manually apply classifications on your assets.
2828

2929
### Apply classification to a file asset
30-
Microsoft Purview can scan and automatically classify documentation files. For example, if you have a file named *multiple.docx* and it has a National ID number in its content, Microsoft Purview adds the classification **EU National Identification Number** to the file asset's detail page.
30+
Microsoft Purview can scan and automatically classify documents. For example, if you have a file named *multiple.docx* and it has a National ID number in its content, Microsoft Purview adds the classification **EU National Identification Number** to the file asset's detail page.
3131

32-
In some scenarios, you might want to manually add classifications to your file asset. If you have multiple files that are grouped into a resource set, add classifications at the resource set level.
32+
In some scenarios, you might want to manually add classifications to your file asset or if you have multiple files that are grouped into a resource set, add classifications at the resource set level.
3333

3434
Follow these steps to add a custom or system classification to a partition resource set:
3535

@@ -93,6 +93,17 @@ To add a classification to a column:
9393

9494
:::image type="content" source="./media/apply-classifications/confirm-classification-added.png" alt-text="Screenshot showing how to confirm that a classification was added to a column schema.":::
9595

96+
## View classification details
97+
Microsoft Purview captures important details like who applied a classification and when it was applied. To view the details, hover over the classification to revel the Classification details card. The classification details card shows the following information:
98+
- Classification name - Name of the classification applied on the asset or column.
99+
- Applied by - Who applied the classification. Possible values are scan and user name.
100+
- Applied time - Local timestamp when the classification was applied via scan or manually.
101+
- Classification type - System or custom.
102+
103+
Users with *Data Curator* role will see additional details for classifications that were applied automatically via scan. These details will include sample count that the scanner read to classify the data and distinct data count in the sample that the scanner found.
104+
105+
:::image type="content" source="./media/apply-classifications/view-classification-detail.png" alt-text="Screenshot showing how to view classification detail.":::
106+
96107
## Impact of rescanning on existing classifications
97108

98109
Classifications are applied the first time, based on sample set check on your data and matching it against the set regex pattern. At the time of rescan, if new classifications apply, the column gets additional classifications on it. Existing classifications stay on the column, and must be removed manually.

articles/purview/how-to-manage-quotas.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
title: Manage resources and quotas
33
titleSuffix: Microsoft Purview
44
description: Learn about the quotas and limits on resources for Microsoft Purview and how to request quota increases.
5-
author: jasonwhowell
6-
ms.author: jasonh
5+
author: whhender
6+
ms.author: whhender
77
ms.service: purview
88
ms.topic: conceptual
99
ms.date: 03/21/2022
60 KB
Loading

articles/virtual-machines/linux/n-series-driver-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Then run installation commands specific for your distribution.
5555
wget -O /tmp/${CUDA_REPO_PKG} https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1604/x86_64/${CUDA_REPO_PKG}
5656

5757
sudo dpkg -i /tmp/${CUDA_REPO_PKG}
58-
sudo apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1604/x86_64/7fa2af80.pub
58+
sudo apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1604/x86_64/3bf863cc.pub
5959
rm -f /tmp/${CUDA_REPO_PKG}
6060

6161
sudo apt-get update

articles/vpn-gateway/TOC.yml

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@
177177
items:
178178
- name: Configure P2S for multiple authentication types
179179
href: howto-point-to-site-multi-auth.md
180-
- name: OpenVPN
180+
- name: OpenVPN tunnel type
181181
items:
182182
- name: Configure OpenVPN tunnel type
183183
href: vpn-gateway-howto-openvpn.md
@@ -195,30 +195,28 @@
195195
href: create-custom-policies-p2s-ps.md
196196
- name: P2S client configuration
197197
items:
198-
- name: Certificate authentication
198+
- name: Certificate authentication clients
199199
items:
200200
- name: Install client certificates
201201
href: point-to-site-how-to-vpn-client-install-azure-cert.md
202-
- name: Generate and install VPN client profile configuration files
202+
- name: Generate and install VPN client profile config files
203203
href: point-to-site-vpn-client-configuration-azure-cert.md
204-
- name: RADIUS authentication
204+
- name: RADIUS authentication clients
205205
items:
206-
- name: Generate and install VPN client profile configuration files
206+
- name: Generate and install VPN client profile config files
207207
href: point-to-site-vpn-client-configuration-radius.md
208-
- name: AAD authentication
208+
- name: AAD authentication clients
209209
items:
210210
- name: Windows client
211211
href: openvpn-azure-ad-client.md
212212
- name: macOS client
213213
href: openvpn-azure-ad-client-mac.md
214-
- name: Generate VPN client profile configuration files
214+
- name: Generate VPN client profile config files
215215
href: about-vpn-profile-download.md
216216
- name: Intune - Deploy VPN client profile
217217
href: vpn-profile-intune.md
218-
- name: OpenVPN
219-
items:
220-
- name: Configure OpenVPN clients
221-
href: vpn-gateway-howto-openvpn-clients.md
218+
- name: Install and configure an OpenVPN client
219+
href: vpn-gateway-howto-openvpn-clients.md
222220
- name: Routing, BGP, and VNet Peering
223221
items:
224222
- name: Configure BGP for a VPN gateway

articles/vpn-gateway/about-vpn-profile-download.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
---
2-
title: 'About Point-to-Site VPN client profiles for Azure AD authentication'
2+
title: 'P2S VPN client profile config files - Azure AD authentication'
33
titleSuffix: Azure VPN Gateway
4-
description: Learn about P2S VPN client profile files for Azure AD authentication.
4+
description: Learn how to generate P2S VPN client profile configuration files for Azure AD authentication.
55
author: cherylmc
66
ms.service: vpn-gateway
77
ms.topic: how-to
88
ms.date: 05/04/2022
99
ms.author: cherylmc
1010

1111
---
12-
# Generate P2S Azure VPN client profile files - Azure AD authentication
12+
# Generate P2S Azure VPN Client profile config files - Azure AD authentication
1313

14-
After you install the Azure VPN Client, you configure the VPN client profile. Client profile files contain information that's necessary to configure a VPN connection. This article helps you obtain and understand the information needed to configure an Azure VPN Client profile.
14+
After you install the Azure VPN Client, you configure the VPN client profile. Client profile config files contain information that's necessary to configure a VPN connection. This article helps you obtain and understand the information needed to configure an Azure VPN Client profile for Azure VPN Gateway point-to-site configurations that use Azure AD authentication.
1515

1616
## <a name="generate"></a>Generate profile files
1717

@@ -21,7 +21,7 @@ You can generate VPN client profile configuration files using PowerShell, or by
2121

2222
1. In the Azure portal, navigate to the virtual network gateway for the virtual network that you want to connect to.
2323
1. On the virtual network gateway page, select **Point-to-site configuration**.
24-
1. At the top of the Point-to-site configuration page, select **Download VPN client**. It takes a few minutes for the client configuration package to generate.
24+
1. At the top of the point-to-site configuration page, select **Download VPN client**. It takes a few minutes for the client configuration package to generate.
2525
1. Your browser indicates that a client configuration zip file is available. It's named the same name as your gateway. Unzip the file to view the folders.
2626

2727
### PowerShell

0 commit comments

Comments
 (0)