Skip to content

Commit d523ca6

Browse files
authored
Update sample-script.md
1 parent 5ddf10b commit d523ca6

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

articles/hdinsight/domain-joined/sample-script.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
---
2-
title: Sampel Script
3-
description: Sample script to run when Cluster creation fails with DomainNotFound error.
2+
title: Sample script for Azure HDInsight when cluster creation fails.
3+
description: Sample script to run when Azure HDInsight cluster creation fails with DomainNotFound error.
44
ms.custom: references_regions
55
ms.service: hdinsight
6-
ms.topic: conceptual
6+
ms.topic: troubleshooting
77
ms.date: 04/25/2022
88
---
99

1010
# Sample Script
1111

12+
Use this script to run when Azure HDInsight cluster creation fails with an error **DomainNotFound** error.
13+
1214
```
1315
domainName=$1
1416
userName=$2

0 commit comments

Comments
 (0)