Skip to content

Commit b341c43

Browse files
Merge pull request #286878 from MicrosoftDocs/JasonWHowell-patch-3
Fix links
2 parents 049d6e9 + fc34ed8 commit b341c43

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

articles/batch/tutorial-parallel-dotnet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ The following sections break down the sample application into the steps that it
118118

119119
### Authenticate Blob and Batch clients
120120

121-
To interact with the linked storage account, the app uses the Azure.Storage.Blobs Library for .NET. Using the [BlobServiceClient](/dotnet/api/azure.storage.blobs.blobserviceclient) class which takes a reference to the account Uri and authenticating [Token](/dotnet/api/azure.core.tokencredentia) such as [DefaultAzureCredential](/dotnet/api/azure.identity.defaultazurecredential).
121+
To interact with the linked storage account, the app uses the Azure.Storage.Blobs Library for .NET. Using the [BlobServiceClient](/dotnet/api/azure.storage.blobs.blobserviceclient) class which takes a reference to the account Uri and authenticating [Token](/dotnet/api/azure.core.tokencredential) such as [DefaultAzureCredential](/dotnet/api/azure.identity.defaultazurecredential).
122122

123123
```csharp
124124
// TODO: Replace <storage-account-name> with your actual storage account name

articles/openshift/howto-large-clusters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ When deploying a large cluster, you must start with at most 50 worker nodes at c
5252
> While you can define up to 50 worker nodes at creation time, it's best to start with a small cluster (e.g, three (3) worker nodes) and then scale out to the desired number of worker nodes after the cluster is installed.
5353
>
5454
55-
Follow the steps provided in [Create an Azure Red Hat OpenShift cluster](https://learn.microsoft.com/azure/openshift/create-cluster?tabs=azure-cli) until the "Create the cluster" steps, then continue as instructed:
55+
Follow the steps provided in [Create an Azure Red Hat OpenShift cluster](create-cluster.md?tabs=azure-cli) until the "Create the cluster" steps, then continue as instructed:
5656

5757
The sample command below using the Azure CLI can be used to deploy a cluster with Standard_D32s_v5 as the control plane nodes, requesting three public IP addresses, and defining nine worker nodes:
5858

articles/update-manager/troubleshoot.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ If the extension is already present on the machine but the extension status is n
264264

265265
#### Issue
266266

267-
The property [AllowExtensionOperations](https://learn.microsoft.com/dotnet/api/microsoft.azure.management.compute.models.osprofile.allowextensionoperations?view=azure-dotnet-legacy) is set to false in the machine OSProfile.
267+
The property [AllowExtensionOperations](/dotnet/api/microsoft.azure.management.compute.models.osprofile.allowextensionoperations) is set to false in the machine OSProfile.
268268

269269
#### Resolution
270270
The property should be set to true to allow extensions to work properly.
@@ -286,7 +286,7 @@ Proxy is configured on Windows or Linux machines that may block access to endpoi
286286

287287
#### Resolution
288288

289-
For Windows, see [issues related to proxy](https://learn.microsoft.com/troubleshoot/windows-client/installing-updates-features-roles/windows-update-issues-troubleshooting?toc=%2Fwindows%2Fdeployment%2Ftoc.json&bc=%2Fwindows%2Fdeployment%2Fbreadcrumb%2Ftoc.json#issues-related-to-httpproxy).
289+
For Windows, see [issues related to proxy](/troubleshoot/windows-client/installing-updates-features-roles/windows-update-issues-troubleshooting#issues-related-to-httpproxy).
290290

291291
For Linux, ensure proxy setup doesn't block access to repositories that are required for downloading and installing updates.
292292

@@ -300,7 +300,7 @@ TLS 1.0 and TLS 1.1 are deprecated.
300300

301301
Use TLS 1.2 or higher.
302302

303-
For Windows, see [Protocols in TLS/SSL Schannel SSP](https://learn.microsoft.com/windows/win32/secauthn/protocols-in-tls-ssl--schannel-ssp-).
303+
For Windows, see [Protocols in TLS/SSL Schannel SSP](/windows/win32/secauthn/protocols-in-tls-ssl--schannel-ssp-).
304304

305305
For Linux, execute the following command to see the supported versions of TLS for your distro.
306306
`nmap --script ssl-enum-ciphers -p 443 www.azure.com`

0 commit comments

Comments
 (0)