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/bastion/connect-vm-native-client-linux.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,7 +78,7 @@ You can connect to a VM private IP address instead of the resource ID. Be aware
78
78
Using the `az network bastion` command, replace `--target-resource-id` with `--target-ip-address` and the specified IP address to connect to your VM. The following example uses --ssh-key for the authentication method.
Copy file name to clipboardExpand all lines: articles/bastion/diagnostic-logs.md
+27-26Lines changed: 27 additions & 26 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: Learn how to enable and work with Azure Bastion diagnostic logs.
4
4
author: cherylmc
5
5
ms.service: azure-bastion
6
6
ms.topic: how-to
7
-
ms.date: 02/03/2020
7
+
ms.date: 12/09/2024
8
8
ms.author: cherylmc
9
9
10
10
---
@@ -13,45 +13,46 @@ ms.author: cherylmc
13
13
14
14
As users connect to workloads using Azure Bastion, Bastion can log diagnostics of the remote sessions. You can then use the diagnostics to view which users connected to which workloads, at what time, from where, and other such relevant logging information. In order to use the diagnostics, you must enable diagnostics logs on Azure Bastion. This article helps you enable diagnostics logs, and then view the logs.
15
15
16
-
>[!NOTE]
17
-
>To view all resource logs available for Bastion, select each of the resource logs. If you exclude the 'All Logs' setting, you will not see all the available resource logs.
16
+
>[!NOTE]
17
+
>To view all resource logs available for Bastion, select each of the resource logs. If you exclude the 'All Logs' setting, you will not see all the available resource logs.
18
18
19
19
## <aname="enable"></a>Enable the resource log
20
20
21
21
1. In the [Azure portal](https://portal.azure.com), go to your Azure Bastion resource and select **Diagnostics settings** from the Azure Bastion page.
22
22
23
-

24
-
2. Select **Diagnostics settings**, then select **+Add diagnostic setting** to add a destination for the logs.
23
+
1. Select **Diagnostics settings**, then select **+Add diagnostic setting** to add a destination for the logs.
25
24
26
-

27
-
3. On the **Diagnostics settings** page, select the type of storage account to be used for storing diagnostics logs.
25
+
1. On the **Diagnostics settings** page, select your desired settings. For example:
28
26
29
-

30
-
4. When you complete the settings, it will look similar to this example:
27
+
| Setting | Value |
28
+
|---|---|
29
+
| Category groups | audit or allLogs |
30
+
| Categories | Bastion Audit Logs |
31
+
| Destination details | Select the storage account where you want to store the logs. |
1. When you complete the settings, select **Save**.
33
35
34
36
## <aname="view"></a>View diagnostics log
35
37
36
38
To access your diagnostics logs, you can directly use the storage account that you specified while enabling the diagnostics settings.
37
39
38
40
1. Navigate to your storage account resource, then to **Containers**. You see the **insights-logs-bastionauditlogs** blob created in your storage account blob container.
2. As you go inside the container, you see various folders in your blob. These folders indicate the resource hierarchy for your Azure Bastion resource.
42
+
1. As you go inside the container, you see various folders in your blob. These folders indicate the resource hierarchy for your Azure Bastion resource.
3. Navigate to the full hierarchy of your Azure Bastion resource whose diagnostics logs you wish to access/view. The 'y=', 'm=', 'd=', 'h=' and 'm=' indicate the year, month, day, hour, and minute respectively for the resource logs.
44
+
1. Navigate to the full hierarchy of your Azure Bastion resource whose diagnostics logs you wish to access/view. The 'y=', 'm=', 'd=', 'h=' and 'm=' indicate the year, month, day, hour, and minute respectively for the resource logs.
Copy file name to clipboardExpand all lines: articles/bastion/howto-metrics-monitor-alert.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,22 +1,22 @@
1
1
---
2
-
title: 'Configure monitoring and metrics using Azure Monitor'
2
+
title: Configure monitoring and metrics using Azure Monitor
3
3
titleSuffix: Azure Bastion
4
4
description: Learn about Azure Bastion monitoring and metrics using Azure Monitor.
5
5
services: bastion
6
6
author: cherylmc
7
7
8
8
ms.service: azure-bastion
9
9
ms.topic: how-to
10
-
ms.date: 04/05/2024
10
+
ms.date: 12/09/2024
11
11
ms.author: cherylmc
12
12
13
13
---
14
14
# How to configure monitoring and metrics for Azure Bastion using Azure Monitor
15
15
16
16
This article helps you work with monitoring and metrics for Azure Bastion using Azure Monitor.
17
17
18
-
>[!NOTE]
19
-
>Using **Classic Metrics** is not recommended.
18
+
>[!NOTE]
19
+
>Using **Classic Metrics** is not recommended.
20
20
>
21
21
22
22
## About metrics
@@ -88,7 +88,7 @@ The recommended values for this metric's configuration are:
88
88
***Metric Namespace:** Standard Metrics.
89
89
***Metric:** Select the metric that you want to view.
90
90
91
-
1. Once a metric is selected, the default aggregation will be applied. Optionally, you can apply splitting, which will show the metric with different dimensions.
91
+
1. Once a metric is selected, the default aggregation is applied. Optionally, you can apply splitting, which shows the metric with different dimensions.
0 commit comments