Skip to content

Commit b491f71

Browse files
authored
Merge pull request #303100 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 18b96b7 + b05c009 commit b491f71

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

articles/automation/manage-runtime-environment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ PATCH
313313
https://management.azure.com/subscriptions/<subscriptionId>/resourceGroups/<resourceGroup>/providers/Microsoft.Automation/automationAccounts/<accountName>/runbooks/<runbookName>?api-version=2024-10-23
314314
{
315315
"properties": {
316-
"type": "PowerShell"
316+
"type": "PowerShell",
317317
"runtimeEnvironment": "<runtimeEnvironmentName>"
318318
}
319319
}

articles/hdinsight/spark/optimize-memory-usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ If you're using Apache Hadoop YARN, then YARN controls the memory used by all co
3131

3232
To address 'out of memory' messages, try:
3333

34-
* Review DAG Management Shuffles. Reduce by map-side reducting, pre-partition (or bucketize) source data, maximize single shuffles, and reduce the amount of data sent.
34+
* Review DAG Management Shuffles. Reduce by map-side reducing, pre-partition (or bucketize) source data, maximize single shuffles, and reduce the amount of data sent.
3535
* Prefer `ReduceByKey` with its fixed memory limit to `GroupByKey`, which provides aggregations, windowing, and other functions but it has ann unbounded memory limit.
3636
* Prefer `TreeReduce`, which does more work on the executors or partitions, to `Reduce`, which does all work on the driver.
3737
* Use DataFrames rather than the lower-level RDD objects.

articles/load-testing/resource-limits-quotas-capacity.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,19 @@ Azure Load Testing captures metrics, test results, and logs for each test run. T
7171

7272
To raise the limit or quota above the default limit, [open an online customer support request](https://portal.azure.com/#blade/Microsoft_Azure_Support/HelpAndSupportBlade/newsupportrequest) at no charge.
7373

74-
1. Select **Create a support ticket**.
74+
1. Select **Create a support request**.
7575

76-
1. Provide a **summary** of your issue.
76+
1. Enter *quota* in **Describe your issue**.
77+
78+
1. Select **go** to continue.
79+
80+
1. Select *Service and Subscription Limits (Quotas)* in **Which service are you having an issue with?**.
81+
82+
1. Select **Next** to continue.
83+
84+
1. Select **Create a support request**.
85+
86+
1. The New support request screen will open. Select *Azure services* in **What is your issue related to?**.
7787

7888
1. Select **Issue type** as *Service and subscription limits (quotas)*.
7989

0 commit comments

Comments
 (0)