Skip to content

Commit 2e9031a

Browse files
authored
Merge pull request #228495 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 9476e54 + 2175754 commit 2e9031a

File tree

7 files changed

+10
-13
lines changed

7 files changed

+10
-13
lines changed

articles/active-directory/conditional-access/resilience-defaults.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ If the required controls of a policy weren't previously satisfied, the policy is
5454
- Country location (resolving new IP or GPS coordinates)
5555
- Authentication strengths
5656

57-
When active, the Backup Authentication Service doesn't evaluate authentication methods required by [authentication strengths](../authentication/concept-authentication-strengths.md). If you used a non-phishing-resistant authentication method before an outage, during an outage you aren't be prompted for multifactor authentication even if accessing a resource protected by a Conditional Access policy with a phishing-resistant authentication strength.
57+
When active, the Backup Authentication Service doesn't evaluate authentication methods required by [authentication strengths](../authentication/concept-authentication-strengths.md). If you used a non-phishing-resistant authentication method before an outage, during an outage you aren't prompted for multifactor authentication even if accessing a resource protected by a Conditional Access policy with a phishing-resistant authentication strength.
5858

5959
## Resilience defaults enabled
6060

articles/active-directory/devices/howto-vm-sign-in-azure-ad-linux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ The following Linux distributions are currently supported for deployments in a s
4343
| CentOS | CentOS 7, CentOS 8 |
4444
| Debian | Debian 9, Debian 10, Debian 11 |
4545
| openSUSE | openSUSE Leap 42.3, openSUSE Leap 15.1+ |
46-
| RedHat Enterprise Linux (RHEL) | RHEL 7.4 to RHEL 7.10, RHEL 8.3+ |
46+
| RedHat Enterprise Linux (RHEL) | RHEL 7.4 to RHEL 7.9, RHEL 8.3+ |
4747
| SUSE Linux Enterprise Server (SLES) | SLES 12, SLES 15.1+ |
4848
| Ubuntu Server | Ubuntu Server 16.04 to Ubuntu Server 22.04 |
4949

articles/aks/quickstart-helm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ description: A Helm chart for Kubernetes
170170

171171
dependencies:
172172
- name: redis
173-
version: 14.7.1
173+
version: 17.3.17
174174
repository: https://charts.bitnami.com/bitnami
175175

176176
...

articles/cdn/create-profile-endpoint-bicep.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,14 @@ One Azure resource is defined in the Bicep file:
4646

4747
```azurecli
4848
az group create --name exampleRG --location eastus
49-
az deployment group create --resource-group exampleRG --template-file main.bicep --parameters profileName=<profile-name> endpointName=<endpoint-name> originURL=<origin-url>
49+
az deployment group create --resource-group exampleRG --template-file main.bicep --parameters profileName=<profile-name> endpointName=<endpoint-name> originUrl=<origin-url>
5050
```
5151
5252
# [PowerShell](#tab/PowerShell)
5353
5454
```azurepowershell
5555
New-AzResourceGroup -Name exampleRG -Location eastus
56-
New-AzResourceGroupDeployment -ResourceGroupName exampleRG -TemplateFile ./main.bicep -profileName "<profile-name>" -endpointName "<endpoint-name>" -originURL "<origin-url>"
56+
New-AzResourceGroupDeployment -ResourceGroupName exampleRG -TemplateFile ./main.bicep -profileName "<profile-name>" -endpointName "<endpoint-name>" -originUrl "<origin-url>"
5757
```
5858
5959
---

articles/iot-dps/quick-enroll-device-tpm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ AToAAQALAAMAsgAgg3GXZ0SEs/gakMyNRqXXJP1S124GUgtk8qHaGzMUaaoABgCAAEMAEAgAAAAAAAEA
389389
390390
:::zone-end
391391
392-
To verify that the enrollment group has been created:
392+
To verify that the individual enrollment has been created:
393393
394394
1. In the Azure portal, select your Device Provisioning Service.
395395

articles/storage/common/storage-use-azcopy-blobs-copy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ See the [Get started with AzCopy](storage-use-azcopy-v10.md) article to download
3131

3232
Apply the following guidelines to your AzCopy commands.
3333

34-
- Source and destination accounts must belong to the same Azure AD tenant.
34+
- If you're using Azure AD authorization for both source and destination, then both accounts must belong to the same Azure AD tenant.
3535

3636
- Your client must have network access to both the source and destination storage accounts. To learn how to configure the network settings for each storage account, see [Configure Azure Storage firewalls and virtual networks](storage-network-security.md?toc=/azure/storage/blobs/toc.json).
3737

articles/virtual-machines/linux/n-series-driver-setup.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -110,14 +110,11 @@ sudo reboot
110110
```
111111

112112
3. Reconnect to the VM and continue installation with the following commands:
113-
114113
```bash
115114
sudo rpm -Uvh https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
116-
sudo yum install dkms
117-
118-
sudo wget https://developer.download.nvidia.com/compute/cuda/repos/rhel7/x86_64/cuda-rhel7.repo -O /etc/yum.repos.d/cuda-rhel7.repo
119-
120-
sudo yum install cuda-drivers
115+
sudo yum-config-manager --add-repo https://developer.download.nvidia.com/compute/cuda/repos/rhel7/x86_64/cuda-rhel7.repo
116+
sudo yum clean all
117+
sudo yum -y install nvidia-driver-latest-dkms cuda-drivers
121118
```
122119

123120
The installation can take several minutes.

0 commit comments

Comments
 (0)