Skip to content

Commit d7c26ca

Browse files
authored
Merge pull request #285333 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 a5618df + 8eddb72 commit d7c26ca

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed

articles/frontdoor/standard-premium/how-to-add-custom-domain.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ ms.author: duau
1414

1515
When you use Azure Front Door for application delivery, a custom domain is necessary if you want your own domain name to be visible in your user requests. Having a visible domain name can be convenient for your customers and useful for branding purposes.
1616

17-
After you create an Azure Front Door Standard/Premium profile, the default front-end host has the subdomain `azurefd.net`. This subdomain gets included in the URL when Azure Front Door Standard/Premium delivers content from your back end by default. An example is `https://contoso-frontend.azurefd.net/activeusers.htm`.
17+
After you create an Azure Front Door Standard/Premium profile and endpoint, the endpoint host is under a subdomain of `azurefd.net`. This subdomain gets included in the URL when Azure Front Door Standard/Premium delivers content from your back end by default. An example is `https://contoso-frontend-mdjf2jfgjf82mnzx.z01.azurefd.net/activeusers.htm`.
1818

19-
For your convenience, Azure Front Door provides the option of associating a custom domain with the default host. With this option, you deliver your content with a custom domain in your URL instead of a domain name that Azure Front Door owns. An example is `https://www.contoso.com/photo.png`.
19+
For your convenience, Azure Front Door provides the option of associating a custom domain. With this option, you deliver your content with a custom domain in your URL instead of a domain name that Azure Front Door owns. An example is `https://www.contoso.com/photo.png`.
2020

2121
## Prerequisites
2222

articles/networking/nva-accelerated-connections.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,10 @@ This list will be updated as more regions become available. The following region
7474
* West US 2
7575
* West US 3
7676
* North Europe
77-
* Central Sweden
77+
* Sweden Central
7878
* Southeast Asia
79-
* South US
80-
* East Australia
79+
* South Central US
80+
* Australia East
8181

8282
## Supported SKUs
8383

articles/search/search-faceted-navigation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ if (businessTitleFacet != "")
198198
filter = "business_title eq '" + businessTitleFacet + "'";
199199
```
200200

201-
Here's another example from the hotels sample. The following code snippet adds `categoyrFacet` to the filter if a user selects a value from the category facet.
201+
Here's another example from the hotels sample. The following code snippet adds `categoryFacet` to the filter if a user selects a value from the category facet.
202202

203203
```csharp
204204
if (!String.IsNullOrEmpty(categoryFacet))

articles/sentinel/data-connectors/microsoft-sysmon-for-linux.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "Microsoft Sysmon For Linux connector for Microsoft Sentinel"
33
description: "Learn how to install the connector Microsoft Sysmon For Linux to connect your data source to Microsoft Sentinel."
44
author: cwatson-cat
55
ms.topic: how-to
6-
ms.date: 04/26/2024
6+
ms.date: 08/20/2024
77
ms.service: microsoft-sentinel
88
ms.custom: linux-related-content
99
ms.author: cwatson
@@ -13,7 +13,7 @@ ms.collection: sentinel-data-connector
1313
# Microsoft Sysmon For Linux connector for Microsoft Sentinel
1414

1515
[Sysmon for Linux](https://github.com/Sysinternals/SysmonForLinux) provides detailed information about process creations, network connections and other system events.
16-
[Sysmon for linux link:]. The Sysmon for Linux connector uses [Syslog](https://aka.ms/sysLogInfo) as its data ingestion method. This solution depends on ASIM to work as expected. [Deploy ASIM](https://aka.ms/DeployASIM) to get the full value from the solution.
16+
[Sysmon for linux link:]. The Sysmon for Linux connector uses [Syslog](https://aka.ms/sysLogInfo) as its data ingestion method. This solution depends on ASIM to work as expected.
1717

1818
This is autogenerated content. For changes, contact the solution provider.
1919

@@ -30,7 +30,7 @@ This is autogenerated content. For changes, contact the solution provider.
3030
**Top 10 Events by ActingProcessName**
3131

3232
```kusto
33-
vimProcessCreateLinuxSysmon
33+
_Im_ProcessCreate_LinuxSysmonV03
3434
3535
| summarize count() by ActingProcessName
3636
@@ -42,15 +42,15 @@ vimProcessCreateLinuxSysmon
4242
## Vendor installation instructions
4343

4444

45-
>This data connector depends on ASIM parsers based on a Kusto Functions to work as expected. [Deploy the parsers](https://aka.ms/ASimSysmonForLinuxARM)
45+
>This data connector depends on ASIM parsers based on a Kusto Functions to work as expected.
4646
47-
The following functions will be deployed:
47+
The following functions are available:
4848

49-
- vimFileEventLinuxSysmonFileCreated, vimFileEventLinuxSysmonFileDeleted
49+
- _Im_FileEvent_LinuxSysmonFileCreatedV02, _Im_FileEvent_LinuxSysmonFileDeletedV02
5050

51-
- vimProcessCreateLinuxSysmon, vimProcessTerminateLinuxSysmon
51+
- _Im_ProcessCreate_LinuxSysmonV03, _Im_ProcessTerminate_LinuxSysmonV02
5252

53-
- vimNetworkSessionLinuxSysmon
53+
- _Im_NetworkSession_LinuxSysmonV04
5454

5555
[Read more](https://aka.ms/AboutASIM)
5656

0 commit comments

Comments
 (0)