We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ddf10b commit d523ca6Copy full SHA for d523ca6
articles/hdinsight/domain-joined/sample-script.md
@@ -1,14 +1,16 @@
1
---
2
-title: Sampel Script
3
-description: Sample script to run when Cluster creation fails with DomainNotFound error.
+title: Sample script for Azure HDInsight when cluster creation fails.
+description: Sample script to run when Azure HDInsight cluster creation fails with DomainNotFound error.
4
ms.custom: references_regions
5
ms.service: hdinsight
6
-ms.topic: conceptual
+ms.topic: troubleshooting
7
ms.date: 04/25/2022
8
9
10
# Sample Script
11
12
+Use this script to run when Azure HDInsight cluster creation fails with an error **DomainNotFound** error.
13
+
14
```
15
domainName=$1
16
userName=$2
0 commit comments