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/hdinsight-sales-insights-etl.md
+26-26Lines changed: 26 additions & 26 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -76,13 +76,13 @@ If you don't have an Azure subscription, create a [free account](https://azure.m
76
76
1. Set variable for resource group. Replace `RESOURCE_GROUP_NAME` with the name of an existing or new resource group, then enter the command:
77
77
78
78
```bash
79
-
resourceGroup="RESOURCE_GROUP_NAME"
79
+
RESOURCE_GROUP="RESOURCE_GROUP_NAME"
80
80
```
81
81
82
82
1. Execute the script. Replace `LOCATION` with a desired value, then enter the command:
83
83
84
84
```bash
85
-
./scripts/resources.sh $resourceGroup LOCATION
85
+
./scripts/resources.sh $RESOURCE_GROUP LOCATION
86
86
```
87
87
88
88
If you're not sure which region to specify, you can retrieve a list of supported regions for your subscription with the [az account list-locations](/cli/azure/account#az-account-list-locations) command.
@@ -107,39 +107,39 @@ The default password for SSH access to the clusters is `Thisisapassword1`. If yo
107
107
1. To view the names of the clusters, enter the following command:
0 commit comments