Skip to content

Commit b24fdd5

Browse files
authored
Improved Correctness Score
Improved Correctness Score
1 parent 3c52e7f commit b24fdd5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/hdinsight/configure-azure-blob-storage.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -86,17 +86,17 @@ Same thing can be achieved via ARM request if that is how you want to create HDI
8686
## MSI based Script Action using primary Azure Blob Storage storage
8787
8888
Previously while adding the primary storage as Azure Blob Storage storage in the Azure HDInsight cluster, you can't provide MSI for authentication.
89-
Also to access a script action that is not accessible anonymously, you need to mention the SAS Key in the script action parameters, so the Azure HDInsight Cluster can access the script for execution.
89+
Also to access a script action that isn't accessible anonymously, you need to mention the SAS Key in the script action parameters, so the Azure HDInsight Cluster can access the script for execution.
9090
9191
Now, you can add Azure Blob Storage storage in Azure HDInsight cluster as a primary storage using MSI.
9292
93-
Hence there is no need to provide the SAS key in the script action parameters, while adding the script action, if the script uploaded to the primary Azure Blob Storage storage account.
93+
Hence there's no need to provide the SAS key in the script action parameters, while adding the script action, if the script uploaded to the primary Azure Blob Storage storage account.
9494
95-
The script will be downloaded and implemented. This will work even if the script is not publicly accessible.
95+
The script is downloaded and implemented. This will work even if the script isn't publicly accessible.
9696
97-
The new feature specifically supports scripts that are not publicly accessible but do not require a SAS key or token. This provides an additional layer of security for scripts that need to be kept private.
97+
The new feature specifically supports scripts that aren't publicly accessible but don't require a SAS key or token. This provides an additional layer of security for scripts that need to be kept private.
9898
99-
The conventional script action in a storage which is anonymously accessible or if a SAS key is passed along with the script URI, will still work without any changes. For more inforation, see [Customize Azure HDInsight clusters by using script actions](./hdinsight/hdinsight-hadoop-customize-cluster-linux.md)
99+
The conventional script action in which is anonymously accessible or if a SAS key is passed along with the script URI, still works without any changes. For more information, see [Customize Azure HDInsight clusters by using script actions](./hdinsight/hdinsight-hadoop-customize-cluster-linux.md)
100100
101101
## Next steps
102102

0 commit comments

Comments
 (0)