Skip to content

Commit d5f86f4

Browse files
authored
Merge pull request #245522 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/azure-docs (branch main)
2 parents 45b19d0 + 7741b9d commit d5f86f4

File tree

2 files changed

+13
-7
lines changed

2 files changed

+13
-7
lines changed

articles/active-directory/cloud-infrastructure-entitlement-management/how-to-create-alert-trigger.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ This article describes how you can create and view activity alerts and alert tri
5252

5353
The **Alerts** table displays information about your alert.
5454

55+
Select the alert name to view the individual activities and further details about the **resources**, **tasks**, and **identities** involved.
56+
5557

5658

5759
## View activity alert triggers

includes/vpn-gateway-config-openvpn-linux.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -58,21 +58,25 @@
5858

5959
1. Don't change any other fields. Use the filled in configuration in client input to connect to the VPN.
6060

61-
1. To connect using the command line, type the following command:
61+
- To connect using the command line, type the following command:
6262

63-
```
64-
sudo openvpn --config <name and path of your VPN profile file>&
65-
```
63+
```
64+
sudo openvpn --config <name and path of your VPN profile file>&
65+
```
66+
- To disconnect using command line, type the following command:
6667
67-
1. To connect using the GUI, go to system settings.
68+
```
69+
sudo pkill openvpn
70+
```
71+
- To connect using the GUI, go to system settings.
6872
69-
1. Click **+** to add a new VPN connection.
73+
1. Select **+** to add a new VPN connection.
7074
7175
1. Under **Add VPN**, pick **Import from file…**.
7276
7377
1. Browse to the profile file and double-click or pick **Open**.
7478
75-
1. Click **Add** on the **Add VPN** window.
79+
1. Select **Add** on the **Add VPN** window.
7680
7781
:::image type="content" source="./media/vpn-gateway-vwan-config-openvpn-linux/import.png" alt-text="Screenshot shows Import from file on the Add VPN page." lightbox="./media/vpn-gateway-vwan-config-openvpn-linux/import.png":::
7882

0 commit comments

Comments
 (0)