You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/hdinsight/configure-azure-blob-storage.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -86,17 +86,17 @@ Same thing can be achieved via ARM request if that is how you want to create HDI
86
86
## MSI based Script Action using primary Azure Blob Storage storage
87
87
88
88
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.
90
90
91
91
Now, you can add Azure Blob Storage storage in Azure HDInsight cluster as a primary storage using MSI.
92
92
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.
94
94
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.
96
96
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.
98
98
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)
0 commit comments