Skip to content

Commit 2e8a172

Browse files
authored
Merge pull request #250969 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 883fc0c + cdfe901 commit 2e8a172

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

articles/azure-monitor/app/asp-net-core.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -658,7 +658,7 @@ For more information about custom data reporting in Application Insights, see [A
658658

659659
The default setting for Application Insights is to only capture **Warning** and more severe logs.
660660

661-
Capture **Information** and more severe logs by changing the logging configuration for the Application Insights provider as follows.
661+
Capture **Information** and less severe logs by changing the logging configuration for the Application Insights provider as follows.
662662

663663
```json
664664
{

articles/iot-hub/iot-hub-devguide-quotas-throttling.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ Operation throttles are rate limitations that are applied in minute ranges and a
2828

2929
It's a good practice to throttle your calls so that you don't hit/exceed the throttling limits. If you do hit the limit, IoT Hub responds with error code 429 and the client should back-off and retry. These limits are per hub (or in some cases per hub/unit). For more information, see [Retry patterns](../iot-develop/concepts-manage-device-reconnections.md#retry-patterns).
3030

31+
For pricing details about which operations are charged and under what circumstances, see [billing information](iot-hub-devguide-pricing.md).
32+
3133
### Basic and standard tier operations
3234

3335
The following table shows the enforced throttles for operations that are available in all IoT Hub tiers. Values refer to an individual hub.

articles/quotas/quickstart-increase-quota-portal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ You can submit a request for a quota increase directly from **My quotas**. Follo
2424

2525
:::image type="content" source="media/quickstart-increase-quota-portal/quotas-portal.png" alt-text="Screenshot of the Quotas service page in the Azure portal.":::
2626

27-
1. On the Overview page, select a provider, such as **Compute**.
27+
1. On the Overview page, select a provider, such as **Compute** or **AML**.
2828

2929
> [!NOTE]
3030
> For all providers other than Compute, you'll see a **Request increase** column instead of the **Adjustable** column described below. There, you can request an increase for a specific quota, or create a support request for the increase.

articles/virtual-machines/windows/run-command.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ The entity was not found in this Azure location
7878
| **EnableRemotePS** | Configures the machine to enable remote PowerShell. |
7979
| **EnableWindowsUpdate** | Enable Windows Update Automatic Updates |
8080
| **IPConfig** | Shows detailed information for the IP address, subnet mask, and default gateway for each adapter bound to TCP/IP. |
81-
| **RDPSetting** | Checks registry settings and domain policy settings. Suggests policy actions if the machine is part of a domain or modifies the settings to default values. |
81+
| **RDPSettings** | Checks registry settings and domain policy settings. Suggests policy actions if the machine is part of a domain or modifies the settings to default values. |
8282
| **ResetRDPCert** | Removes the TLS/SSL certificate tied to the RDP listener and restores the RDP listener security to default. Use this script if you see any issues with the certificate. |
8383
| **SetRDPPort** | Sets the default or user-specified port number for Remote Desktop connections. Enables firewall rules for inbound access to the port. |
8484

0 commit comments

Comments
 (0)