Skip to content

Commit a6d8c58

Browse files
authored
Merge pull request #294125 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 566eeb2 + 6aedbd9 commit a6d8c58

File tree

14 files changed

+19
-19
lines changed

14 files changed

+19
-19
lines changed

articles/automation/update-management/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ sudo yum -q --security check-update
174174
> [!NOTE]
175175
> Currently there's no supported method to enable native classification-data availability on CentOS. At this time, we provide limited support to customers who might have enabled this feature on their own.
176176
177-
**Redhat** - To classify updates on Red Hat Enterprise version 6, you must install the YUM security plugin. On Red Hat Enterprise Linux 7, the plugin is already a part of YUM itself and there's no need to install anything. For more information, see the following Red Hat [knowledge article](https://access.redhat.com/solutions/10021).
177+
**Red Hat** - To classify updates on Red Hat Enterprise version 6, you must install the YUM security plugin. On Red Hat Enterprise Linux 7, the plugin is already a part of YUM itself and there's no need to install anything. For more information, see the following Red Hat [knowledge article](https://access.redhat.com/solutions/10021).
178178

179179

180180
## Integrate Update Management with Configuration Manager

articles/azure-netapp-files/performance-linux-filesystem-cache.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ These factors are controlled by four tunables. Each tunable can be tuned dynamic
3030
3131
### `vm.dirty_ratio | vm.dirty_bytes`
3232

33-
These two tunables define the amount of RAM made usable for data modified but not yet written to stable storage. Whichever tunable is set automatically sets the other tunable to zero; RedHat advises against manually setting either of the two tunables to zero. The option `vm.dirty_ratio` (the default of the two) is set by Redhat to either 20% or 30% of physical memory depending on the OS, which is a significant amount considering the memory footprint of modern systems. Consideration should be given to setting `vm.dirty_bytes` instead of `vm.dirty_ratio` for a more consistent experience regardless of memory size. For example, ongoing work with SAS GRID determined 30 MiB an appropriate setting for best overall mixed workload performance.
33+
These two tunables define the amount of RAM made usable for data modified but not yet written to stable storage. Whichever tunable is set automatically sets the other tunable to zero; RedHat advises against manually setting either of the two tunables to zero. The option `vm.dirty_ratio` (the default of the two) is set by Red Hat to either 20% or 30% of physical memory depending on the OS, which is a significant amount considering the memory footprint of modern systems. Consideration should be given to setting `vm.dirty_bytes` instead of `vm.dirty_ratio` for a more consistent experience regardless of memory size. For example, ongoing work with SAS GRID determined 30 MiB an appropriate setting for best overall mixed workload performance.
3434

3535
### `vm.dirty_background_ratio | vm.dirty_background_bytes`
3636

37-
These tunables define the starting point where the Linux write-back mechanism begins flushing dirty blocks to stable storage. Redhat defaults to 10% of physical memory, which, on a large memory system, is a significant amount of data to start flushing. With SAS GRID as an example, historically the recommendation was to set `vm.dirty_background` to 1/5 size of `vm.dirty_ratio` or `vm.dirty_bytes`. Considering how aggressively the `vm.dirty_bytes` setting is set for SAS GRID, no specific value is being set here.
37+
These tunables define the starting point where the Linux write-back mechanism begins flushing dirty blocks to stable storage. Red Hat defaults to 10% of physical memory, which, on a large memory system, is a significant amount of data to start flushing. With SAS GRID as an example, historically the recommendation was to set `vm.dirty_background` to 1/5 size of `vm.dirty_ratio` or `vm.dirty_bytes`. Considering how aggressively the `vm.dirty_bytes` setting is set for SAS GRID, no specific value is being set here.
3838

3939
### `vm.dirty_expire_centisecs`
4040

articles/azure-netapp-files/performance-linux-mount-options.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ When you use `nconnect`, keep the following rules in mind:
3232

3333
| Linux release | NFSv3 (minimum release) | NFSv4.1 (minimum release) |
3434
|-|-|-|
35-
| Redhat Enterprise Linux | RHEL8.3 | RHEL8.3 |
35+
| Red Hat Enterprise Linux | RHEL8.3 | RHEL8.3 |
3636
| SUSE | SLES12SP4 or SLES15SP1 | SLES15SP2 |
3737
| Ubuntu | Ubuntu18.04 | |
3838

articles/communication-services/tutorials/includes/twilio-to-acs-chat-ios-tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ For more information, see [Use Azure CLI to Create and Manage Access Tokens](../
2828

2929
### Install the libraries
3030

31-
To start the migration from Twilio Conversations Chat, the first step is to install the Azure Communication Services Chat SDK for iOS to your project. You can configure these parameters using `Cocoapods`.
31+
To start the migration from Twilio Conversations Chat, the first step is to install the Azure Communication Services Chat SDK for iOS to your project. You can configure these parameters using `CocoaPods`.
3232

3333
1. Create a Podfile for your application. Open the terminal, navigate to the project folder, and run:
3434

articles/communication-services/tutorials/includes/twilio-to-acs-video-ios-tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ This open source prebuilt set of controls enables you to create aesthetically pl
3737

3838
## Installation
3939

40-
To start the migration from Twilio Video, the first step is to install the Azure Communication Services Calling SDK for iOS to your project. You can configure these parameters using`Cocoapods`.
40+
To start the migration from Twilio Video, the first step is to install the Azure Communication Services Calling SDK for iOS to your project. You can configure these parameters using`CocoaPods`.
4141

4242
1. To create a Podfile for your application, open the terminal and navigate to the project folder and run:
4343

articles/notification-hubs/ios-sdk-current.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,17 +58,17 @@ configure push credentials in your notification hub. Even if you have no prior e
5858

5959
5. Add the Azure Notification Hubs SDK modules.
6060

61-
You can integrate the Azure Notification Hubs SDK into your app by using [Cocoapods](https://cocoapods.org/) or by manually adding the binaries to your project.
61+
You can integrate the Azure Notification Hubs SDK into your app by using [CocoaPods](https://cocoapods.org/) or by manually adding the binaries to your project.
6262

63-
- Integration via Cocoapods: Add the following dependencies to your podfile to include Azure Notification Hubs SDK in your app:
63+
- Integration via CocoaPods: Add the following dependencies to your podfile to include Azure Notification Hubs SDK in your app:
6464

6565
```ruby
6666
pod 'AzureNotificationHubs-iOS'
6767
```
6868

6969
- Run pod install to install your newly defined pod and open your .xcworkspace.
7070

71-
If you see an error such as **Unable to find a specification for AzureNotificationHubs-iOS** while running pod install, run `pod repo update` to get the latest pods from the Cocoapods repository, and then run pod install.
71+
If you see an error such as **Unable to find a specification for AzureNotificationHubs-iOS** while running pod install, run `pod repo update` to get the latest pods from the CocoaPods repository, and then run pod install.
7272

7373
- Integration via Carthage: Add the following dependencies to your Cartfile to include the Azure Notification Hubs SDK in your app:
7474

articles/openshift/howto-use-lockbox.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ keywords: azure, openshift, aro, red hat, lockbox
1313

1414
# Authorize support requests for cluster access with Azure Lockbox
1515

16-
In some circumstances, a support agent at Microsoft may need access to your OpenShift cluster resources. The Azure Lockbox feature works with Azure Redhat OpenShift to provide customers a way to review and approve or reject requests from Microsoft support to access their cluster resources. This ability can be important for financial, government, or other regulatory industries where there's extra scrutiny regarding access to resources.
16+
In some circumstances, a support agent at Microsoft may need access to your OpenShift cluster resources. The Azure Lockbox feature works with Azure Red Hat OpenShift to provide customers a way to review and approve or reject requests from Microsoft support to access their cluster resources. This ability can be important for financial, government, or other regulatory industries where there's extra scrutiny regarding access to resources.
1717

1818
With Azure Lockbox, whenever a support ticket is created, you have the ability to grant consent to Microsoft support agents to access your cluster resources. The actions that the support engineer can take are limited to those [listed below](#aro-lockbox-actions). Azure Lockbox will tell you exactly what action the support agent is trying to execute.
1919

articles/sap/center-sap-solutions/faq.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ sections:
3939
answer: |
4040
There's no extra licensing cost for deploying or registering an SAP system and generating a virtual
4141
instance. You pay only for
42-
the compute, storage, networking, Virtual machine OS image license (Redhat/SUSE) and other Azure resources you deploy or enable.
42+
the compute, storage, networking, Virtual machine OS image license (Red Hat/SUSE) and other Azure resources you deploy or enable.
4343
4444
- question: Which scenarios does Azure Center for SAP solutions support?
4545
answer: |

articles/sap/center-sap-solutions/get-quality-checks-insights.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Azure Center for SAP solutions runs more than 100 quality checks on all VIS reso
5252
- High availability (HA) Load Balancer checks
5353
- HANA DB file system checks.
5454
- OS parameter checks for ANF file system.
55-
- Pacemaker configuration checks for HANA DB and ASCS Instance for SUSE and Redhat
55+
- Pacemaker configuration checks for HANA DB and ASCS Instance for SUSE and Red Hat
5656
- OS Configuration checks for Application Instances
5757

5858
The table in the **Advisor Recommendations** tab shows all the recommendations for ASCS, Application, and Database instances in the VIS.

articles/site-recovery/site-recovery-whats-new-archive.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -641,7 +641,7 @@ Features added this month are summarized in the table.
641641

642642
**Feature** | **Details**
643643
--- | ---
644-
**Linux support** | Support was added for Redhat Enterprise Linux 7.6, RedHat Workstation 6/7, Oracle Linux 6.10 and Oracle Linux 7.6, and new kernel versions for Ubuntu, Debian, and SUSE.
644+
**Linux support** | Support was added for Red Hat Enterprise Linux 7.6, RedHat Workstation 6/7, Oracle Linux 6.10 and Oracle Linux 7.6, and new kernel versions for Ubuntu, Debian, and SUSE.
645645

646646

647647
### Update rollup 31

0 commit comments

Comments
 (0)