Skip to content

Commit 6bf02d2

Browse files
authored
Merge pull request #283273 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 fb60513 + 98cff8c commit 6bf02d2

File tree

5 files changed

+72
-10
lines changed

5 files changed

+72
-10
lines changed

articles/ai-services/openai/includes/python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ pip install openai==0.28.1
4646
4747
## Retrieve key and endpoint
4848

49-
To successfully make a call against the Azure OpenAI service, you'll need the following:
49+
To successfully make a call against the Azure OpenAI Service, you'll need the following:
5050

5151
|Variable name | Value |
5252
|--------------------------|-------------|

articles/azure-monitor/containers/kubernetes-monitoring-enable.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This article describes how to enable complete monitoring of your Kubernetes clus
2222
>
2323
>- [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.
2424
>- [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.
2626
2727
## Supported clusters
2828

@@ -188,6 +188,7 @@ If the Azure Managed Grafana instance is already linked to an Azure Monitor work
188188
- Parameter file: [https://aka.ms/azureprometheus-enable-bicep-template-parameters](https://aka.ms/azureprometheus-enable-arm-template-parameters)
189189
- DCRA module: [https://aka.ms/nested_azuremonitormetrics_dcra_clusterResourceId](https://aka.ms/nested_azuremonitormetrics_dcra_clusterResourceId)
190190
- Profile module: [https://aka.ms/nested_azuremonitormetrics_profile_clusterResourceId](https://aka.ms/nested_azuremonitormetrics_profile_clusterResourceId)
191+
- Azure Managed Grafana Role Assignment module: [https://aka.ms/nested_grafana_amw_role_assignment](https://aka.ms/nested_grafana_amw_role_assignment)
191192

192193
**Arc-Enabled cluster ARM**
193194

articles/sentinel/data-connectors/slack-audit.md

Lines changed: 64 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -49,30 +49,87 @@ To integrate with Slack Audit (using Azure Functions) make sure you have:
4949

5050

5151
> [!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.
5453
5554
>**(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.
5655
57-
5856
> [!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**
6158
6259
**STEP 1 - Configuration steps for the Slack API**
6360

6461
[Follow the instructions](https://api.slack.com/web#authentication) to obtain the credentials.
6562

63+
**STEP 2 - Choose ONE from the following two deployment options to deploy the connector and the associated Azure Function**
6664

65+
> [!IMPORTANT]
66+
> Before deploying the Slack Audit data connector, have the Workspace ID and Workspace Primary Key (can be copied from the following).
6767
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+
[![Deploy To Azure](https://aka.ms/deploytoazurebutton)](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.
69113

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.
71115

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.
72118

119+
**2. Configure the Function App**
73120

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)
74129

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`.
75131
132+
1. Once all application settings have been entered, click **Save**.
76133

77134

78135
## Next steps

articles/sentinel/normalization-schema-network.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ Fields that appear in the table below are common to all ASIM schemas. Any guidel
152152
| <a name="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. |
153153
| <a name="networkduration"></a>**NetworkDuration** | Optional | Integer | The amount of time, in milliseconds, for the completion of the network session or connection.<br><br>Example: `1500` |
154154
| **Duration** | Alias | | Alias to [NetworkDuration](#networkduration). |
155-
|<a name="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+
|<a name="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` |
156156
| **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. |
157157
| **NetworkConnectionHistory** | Optional | String | TCP flags and other potential IP header information. |
158158
| **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` |

articles/storage/blobs/blobfuse2-what-is.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@ Other key features in BlobFuse2 include:
4444
- Parallel downloads and uploads to improve access time for large files
4545
- Multiple mounts to the same container for read-only workloads
4646

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+
4751
## BlobFuse2 enhancements from BlobFuse v1
4852

4953
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

Comments
 (0)