Skip to content

Commit 1834360

Browse files
Merge pull request #235895 from sreekzz/patch-157
Fixed the broken link
2 parents 21dbf71 + 7dc273c commit 1834360

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/hdinsight/hdinsight-hadoop-script-actions-linux.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Develop script actions to customize Azure HDInsight clusters
33
description: Learn how to use Bash scripts to customize HDInsight clusters. Script actions allow you to run scripts during or after cluster creation to change cluster configuration settings or install additional software.
44
ms.service: hdinsight
55
ms.topic: how-to
6-
ms.date: 07/19/2022
6+
ms.date: 04/26/2023
77
---
88

99
# Script action development with HDInsight
@@ -115,7 +115,7 @@ The best practice is to download and archive everything in an Azure Storage acco
115115
> [!IMPORTANT]
116116
> The storage account used must be the default storage account for the cluster or a public, read-only container on any other storage account.
117117
118-
For example, the samples provided by Microsoft are stored in the [https://hdiconfigactions.blob.core.windows.net/](https://hdiconfigactions.blob.core.windows.net/) storage account. This location is a public, read-only container maintained by the HDInsight team.
118+
For example, the samples provided by Microsoft are stored in the `https://hdiconfigactions.blob.core.windows.net/` storage account. This location is a public, read-only container maintained by the HDInsight team.
119119

120120
### <a name="bPS4"></a>Use pre-compiled resources
121121

0 commit comments

Comments
 (0)