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/azure-monitor/containers/kubernetes-monitoring-enable.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ This article describes how to enable complete monitoring of your Kubernetes clus
22
22
>
23
23
>-[Configure data collection and cost optimization in Container insights using data collection rule](./container-insights-data-collection-dcr.md)<br>Details on customizing log collection once you've enabled monitoring, including using preset cost optimization configurations.
24
24
>-[Best practices for monitoring Kubernetes with Azure Monitor](../best-practices-containers.md)<br>Best practices for monitoring Kubernetes clusters organized by the five pillars of the [Azure Well-Architected Framework](/azure/architecture/framework/), including cost optimization.
25
-
>-[Cost optimization in Azure Monitor](../best-practices-cost.md)<br>Best practices for configuring all features of Azure Monitor to optimize you costs and limit the amount of data that you collect.
25
+
>-[Cost optimization in Azure Monitor](../best-practices-cost.md)<br>Best practices for configuring all features of Azure Monitor to optimize your costs and limit the amount of data that you collect.
26
26
27
27
## Supported clusters
28
28
@@ -188,6 +188,7 @@ If the Azure Managed Grafana instance is already linked to an Azure Monitor work
Copy file name to clipboardExpand all lines: articles/sentinel/data-connectors/slack-audit.md
+64-7Lines changed: 64 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,30 +49,87 @@ To integrate with Slack Audit (using Azure Functions) make sure you have:
49
49
50
50
51
51
> [!NOTE]
52
-
> This connector uses Azure Functions to connect to the Slack REST API to pull its logs into Microsoft Sentinel. This might result in additional data ingestion costs. Check the [Azure Functions pricing page](https://azure.microsoft.com/pricing/details/functions/) for details.
53
-
52
+
> This connector uses Azure Functions to connect to the Slack REST API to pull its logs into Microsoft Sentinel. This might result in additional data ingestion costs. Check the [Azure Functions pricing page](https://azure.microsoft.com/pricing/details/functions/) for details.
54
53
55
54
>**(Optional Step)** Securely store workspace and API authorization key(s) or token(s) in Azure Key Vault. Azure Key Vault provides a secure mechanism to store and retrieve key values. [Follow these instructions](/azure/app-service/app-service-key-vault-references) to use Azure Key Vault with an Azure Function App.
56
55
57
-
58
56
> [!NOTE]
59
-
> This data connector depends on a parser based on a Kusto Function to work as expected. [Follow these steps](https://aka.ms/sentinel-SlackAuditAPI-parser) to create the Kusto functions alias, **SlackAudit**
60
-
57
+
> This data connector depends on a parser based on a Kusto Function to work as expected. [Follow these steps](https://aka.ms/sentinel-SlackAuditAPI-parser) to create the Kusto functions alias, **SlackAudit**
61
58
62
59
**STEP 1 - Configuration steps for the Slack API**
63
60
64
61
[Follow the instructions](https://api.slack.com/web#authentication) to obtain the credentials.
65
62
63
+
**STEP 2 - Choose ONE from the following two deployment options to deploy the connector and the associated Azure Function**
66
64
65
+
> [!IMPORTANT]
66
+
> Before deploying the Slack Audit data connector, have the Workspace ID and Workspace Primary Key (can be copied from the following).
67
67
68
-
**STEP 2 - Choose ONE from the following two deployment options to deploy the connector and the associated Azure Function**
68
+
Option 1 - Azure Resource Manager (ARM) Template
69
+
70
+
Use this method for automated deployment of the Slack Audit data connector using an ARM Tempate.
71
+
72
+
1. Select the **Deploy to Azure** button below.
73
+
74
+
[](https://aka.ms/sentinel-SlackAuditAPI-azuredeploy)
75
+
76
+
2. Select the preferred **Subscription**, **Resource Group** and **Location**.
77
+
78
+
> [!NOTE]
79
+
> Within the same resource group, you can't mix Windows and Linux apps in the same region. Select existing resource group without Windows apps in it or create new resource group.
80
+
81
+
4. Enter the **SlackAPIBearerToken** and deploy.
82
+
5. Mark the checkbox labeled **I agree to the terms and conditions stated above**.
83
+
6. Select **Purchase** to deploy.
84
+
85
+
Option 2 - Manual Deployment of Azure Functions
86
+
87
+
Use the following step-by-step instructions to deploy the Slack Audit data connector manually with Azure Functions (Deployment via Visual Studio Code).
88
+
89
+
**1. Deploy a Function App**
90
+
91
+
> [!NOTE]
92
+
> You will need to [prepare VS code](/azure/azure-functions/functions-create-first-function-python#prerequisites) for Azure function development.
93
+
94
+
1. Download the [Azure Function App](https://aka.ms/sentinel-SlackAuditAPI-functionapp) file. Extract archive to your local development computer.
95
+
2. Start VS Code. Choose File in the main menu and select Open Folder.
96
+
3. Select the top level folder from extracted files.
97
+
4. Choose the Azure icon in the Activity bar, then in the **Azure: Functions** area, choose the **Deploy to function app** button.
98
+
99
+
- If you aren't already signed in, choose the Azure icon in the Activity bar, then in the **Azure: Functions** area, choose **Sign in to Azure**
100
+
- If you're already signed in, go to the next step.
101
+
102
+
6. Provide the following information at the prompts:
103
+
104
+
a. **Select folder:** Choose a folder from your workspace or browse to one that contains your function app.
105
+
106
+
b. **Select Subscription:** Choose the subscription to use.
107
+
108
+
c. Select **Create new Function App in Azure** (Don't choose the Advanced option)
109
+
110
+
d. **Enter a globally unique name for the function app:** Type a name that is valid in a URL path. The name you type is validated to make sure that it's unique in Azure Functions. (e.g. SlackAuditXXXXX).
111
+
112
+
e. **Select a runtime:** Choose Python 3.8.
69
113
70
-
>**IMPORTANT:** Before deploying the Slack Audit data connector, have the Workspace ID and Workspace Primary Key (can be copied from the following).
114
+
f. Select a location for new resources. For better performance and lower costs choose the same [region](https://azure.microsoft.com/regions/) where Microsoft Sentinel is located.
71
115
116
+
7. Deployment will begin. A notification is displayed after your function app is created and the deployment package is applied.
117
+
8. Go to Azure Portal for the Function App configuration.
72
118
119
+
**2. Configure the Function App**
73
120
121
+
1. In the Function App, select the Function App Name and select **Configuration**.
122
+
1. In the **Application settings** tab, select **New application setting**.
123
+
1. Add each of the following application settings individually, with their respective string values (case-sensitive):
124
+
125
+
- SlackAPIBearerToken
126
+
- WorkspaceID
127
+
- WorkspaceKey
128
+
- logAnalyticsUri (optional)
74
129
130
+
> Use logAnalyticsUri to override the log analytics API endpoint for dedicated cloud. For example, for public cloud, leave the value empty; for Azure GovUS cloud environment, specify the value in the following format: `https://<CustomerId>.ods.opinsights.azure.us`.
75
131
132
+
1. Once all application settings have been entered, click **Save**.
Copy file name to clipboardExpand all lines: articles/sentinel/normalization-schema-network.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
@@ -152,7 +152,7 @@ Fields that appear in the table below are common to all ASIM schemas. Any guidel
152
152
| <aname="networkdirection"></a>**NetworkDirection**| Optional | Enumerated | The direction of the connection or session:<br><br> - For the [EventType](#eventtype)`NetworkSession`, `Flow` or `L2NetworkSession`, **NetworkDirection** represents the direction relative to the organization or cloud environment boundary. Supported values are `Inbound`, `Outbound`, `Local` (to the organization), `External` (to the organization) or `NA` (Not Applicable).<br><br> - For the [EventType](#eventtype)`EndpointNetworkSession`, **NetworkDirection** represents the direction relative to the endpoint. Supported values are `Inbound`, `Outbound`, `Local` (to the system), `Listen` or `NA` (Not Applicable). The `Listen` value indicates that a device has started accepting network connections but isn't actually, necessarily, connected. |
153
153
| <aname="networkduration"></a>**NetworkDuration**| Optional | Integer | The amount of time, in milliseconds, for the completion of the network session or connection.<br><br>Example: `1500`|
154
154
|**Duration**| Alias || Alias to [NetworkDuration](#networkduration). |
155
-
|<aname="networkicmptype"></a> **NetworkIcmpType**| Optional | String | For an ICMP message, the ICMP message type number, as described in [RFC 2780](https://datatracker.ietf.org/doc/html/rfc2780) for IPv4 network connections, or in [RFC 4443](https://datatracker.ietf.org/doc/html/rfc4443) for IPv6 network connections. |
155
+
|<aname="networkicmptype"></a> **NetworkIcmpType**| Optional | String | For an ICMP message, ICMP type name associated with the numerical value, as described in [RFC 2780](https://datatracker.ietf.org/doc/html/rfc2780) for IPv4 network connections, or in [RFC 4443](https://datatracker.ietf.org/doc/html/rfc4443) for IPv6 network connections.<br><br>Example: `Destination Unreachable` for NetworkIcmpCode `3`|
156
156
|**NetworkIcmpCode**| Optional | Integer | For an ICMP message, the ICMP code number as described in [RFC 2780](https://datatracker.ietf.org/doc/html/rfc2780) for IPv4 network connections, or in [RFC 4443](https://datatracker.ietf.org/doc/html/rfc4443) for IPv6 network connections. |
157
157
|**NetworkConnectionHistory**| Optional | String | TCP flags and other potential IP header information. |
158
158
|**DstBytes**| Recommended | Long | The number of bytes sent from the destination to the source for the connection or session. If the event is aggregated, **DstBytes** should be the sum over all aggregated sessions.<br><br>Example: `32455`|
Copy file name to clipboardExpand all lines: articles/storage/blobs/blobfuse2-what-is.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,6 +44,10 @@ Other key features in BlobFuse2 include:
44
44
- Parallel downloads and uploads to improve access time for large files
45
45
- Multiple mounts to the same container for read-only workloads
46
46
47
+
> [!IMPORTANT]
48
+
> If you are using versions 2.2.0, 2.2.1, or 2.3.0, refrain from using the `Block-cache` mode and switch to the `file-cache` mode till [known issues](https://github.com/Azure/azure-storage-fuse/wiki/Blobfuse2-Known-issues) are fixed.
49
+
50
+
47
51
## BlobFuse2 enhancements from BlobFuse v1
48
52
49
53
BlobFuse2 has more feature support and improved performance in multiple user scenarios from BlobFuse v1. For the extensive list of improvements, see the [BlobFuse2 README](https://github.com/Azure/azure-storage-fuse/blob/main/README.md#distinctive-features-compared-to-blobfuse-v1x). Here's a summary of enhancements in BlobFuse2 from BlobFuse v1:
0 commit comments