Skip to content

Commit 7000fb7

Browse files
authored
Merge pull request #227233 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 7a6aad3 + 348ad96 commit 7000fb7

File tree

6 files changed

+9
-10
lines changed

6 files changed

+9
-10
lines changed

articles/azure-monitor/logs/logs-ingestion-api-overview.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,15 @@ The Logs Ingestion API can send data to any custom table that you create and to
3636

3737
### Built-in tables
3838

39-
The Logs Ingestion API can send data to the following built-in tables. Other tables may be added to this list as support for them is implemented. Columns extended on top of built-in tables must have the suffix `_CF`. Columns in a custom table don't need this suffix. Column names can consist of alphanumeric characters and the characters `_` and `-`, and they must start with a letter.
39+
The Logs Ingestion API can send data to the following built-in tables. Other tables may be added to this list as support for them is implemented. Columns extended on top of built-in tables must have the suffix `_CF`. Columns in a custom table don't need this suffix.
4040

4141
- [CommonSecurityLog](/azure/azure-monitor/reference/tables/commonsecuritylog)
4242
- [SecurityEvents](/azure/azure-monitor/reference/tables/securityevent)
4343
- [Syslog](/azure/azure-monitor/reference/tables/syslog)
4444
- [WindowsEvents](/azure/azure-monitor/reference/tables/windowsevent)
4545

46-
46+
> [!NOTE]
47+
> Column names can consist of alphanumeric characters and the characters `_` and `-`, and they must start with a letter.
4748
4849
## Authentication
4950

articles/sentinel/sap/deployment-solution-configuration.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,7 @@ By default, all analytics rules provided in the Microsoft Sentinel solution for
9494
3. Sensitive privileged user logon
9595
4. Sensitive privileged user makes a change in other
9696
5. Sensitive privilege user password change and login
97-
6. Brute force (RFC)
98-
7. Function module tested
99-
8. The SAP audit log monitoring analytics rules
97+
6. Function module tested
10098

10199
## Enable or disable the ingestion of specific SAP logs
102100

@@ -135,4 +133,4 @@ If you need to reenable the Docker container, run this command:
135133

136134
```
137135
docker start sapcon-[SID]
138-
```
136+
```

articles/virtual-desktop/delegated-access-virtual-desktop.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ New-AzRoleAssignment -ObjectId <usergroupobjectid> -RoleDefinitionName "Desktop
4949

5050
## Next steps
5151

52-
For a more complete list of PowerShell cmdlets each role can use, see the [PowerShell reference](/powershell/windows-virtual-desktop/overview).
52+
For a more complete list of PowerShell cmdlets each role can use, see the [PowerShell reference](/powershell/module/az.desktopvirtualization/?view=azps-7.5.0).
5353

5454
For a complete list of roles supported in Azure RBAC, see [Azure built-in roles](../role-based-access-control/built-in-roles.md).
5555

articles/virtual-desktop/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ With Azure Virtual Desktop, you can set up a scalable and flexible environment:
3434
- Create a full desktop virtualization environment in your Azure subscription without running any gateway servers.
3535
- Publish host pools as you need to accommodate your diverse workloads.
3636
- Bring your own image for production workloads or test from the Azure Gallery.
37-
- Reduce costs with pooled, multi-session resources. With the new Windows 11 and Windows 10 Enterprise multi-session capability, exclusive to Azure Virtual Desktop and Remote Desktop Session Host (RDSH) role on Windows Server, you can greatly reduce the number of virtual machines and operating system overhead while still providing the same resources to your users.
37+
- Reduce costs with pooled, multi-session resources. With the new Windows 11 and Windows 10 Enterprise multi-session capability, exclusive to Azure Virtual Desktop and the Remote Desktop Session Host (RDSH) role on Windows Server, you can greatly reduce the number of virtual machines and operating system overhead while still providing the same resources to your users.
3838
- Provide individual ownership through personal (persistent) desktops.
3939
- Use autoscale to automatically increase or decrease capacity based on time of day, specific days of the week, or as demand changes, helping to manage cost.
4040

articles/virtual-desktop/set-up-mfa.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ To optionally configure the time period before a user is asked to sign-in again:
9999

100100
## Azure AD joined session host VMs
101101

102-
For connections to succeed, you must [disable the legacy per-user multi-factor authentication sign-in method](../active-directory/devices/howto-vm-sign-in-azure-ad-windows.md#mfa-sign-in-method-required). If you don't want to restrict signing in to strong authentication methods like Windows Hello for Business, you'll also need to [exclude the Azure Windows VM Sign-In app](../active-directory/devices/howto-vm-sign-in-azure-ad-windows.md#mfa-sign-in-method-required) from your Conditional Access policy.
102+
For connections to succeed, you must [disable the legacy per-user multi-factor authentication sign-in method](../active-directory/devices/howto-vm-sign-in-azure-ad-windows.md#mfa-sign-in-method-required). If you don't want to restrict signing in to strong authentication methods like Windows Hello for Business, you'll also need to [exclude the Azure Windows VM Sign-In app](../active-directory/devices/howto-vm-sign-in-azure-ad-windows.md#enforce-conditional-access-policies) from your Conditional Access policy.
103103

104104
## Next steps
105105

articles/virtual-machines/disks-metrics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ The following metrics provide insight on VM-level bursting:
6161
- **VM Uncached Used Burst IO Credits Percentage**: The accumulated percentage of the VM’s uncached IOPS burst used. Emitted on a 5 minute interval.
6262
- **VM Uncached Used Burst BPS Credits Percentage**: The accumulated percentage of the VM’s uncached throughput burst used. Emitted on a 5 minute interval.
6363
- **VM Cached Used Burst IO Credits Percentage**: The accumulated percentage of the VM’s cached IOPS burst used. Emitted on a 5 minute interval.
64-
- **VM Cached Used Burst BPS Credits Percentage**: The accumulated percentage of the VM’s cached IOPS burst used. Emitted on a 5 minute interval.
64+
- **VM Cached Used Burst BPS Credits Percentage**: The accumulated percentage of the VM’s cached throughput burst used. Emitted on a 5 minute interval.
6565

6666
## Storage IO utilization metrics
6767
The following metrics help diagnose bottleneck in your Virtual Machine and Disk combination. These metrics are only available with the following configuration:

0 commit comments

Comments
 (0)