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

19
19
20
20
## See Also
21
21
[Launch the Configuration Manager (Analytics Platform System)](launch-the-configuration-manager.md)

38
38
39
39
2. The **Create Run As Account Wizard** dialog will open. On the **Introduction** page, click **Next**.
40
40
41
41
3. On the **General Properties** page, select **Windows** from **Run As Account type** and specify "APS Watcher" as the **Display name**.


47
47
48
48
5. On the **Distribution Security** page, select **Less secure** and click the **Create** button to finish.

51
51
52
52
1. If you decide to use the **More secure** option, you have to manually specify computers to which credentials will be distributed. To do this, after creating the Run As account, right-click on it and select **Properties**.
53
53
54
54
2. Navigate to the **Distribution** tab and **Add** desired computers.

57
57
58
58
2. Set the **Microsoft APS Watcher Account** profile to use **APS Watcher** Run As account.
59
59
60
60
1. Navigate to **Administration** -> **Run As Configuration** -> **Profiles**.

63
63
64
64
2. Right click on **Microsoft APS Watcher Account** from the list and select **Properties**.

67
67
68
68
3. The **Run As Profile Wizard** dialog will open. Skip the **Introduction** page by clicking **Next**.
69
69
70
70
4. On the **General Properties** page, click **Next**.
71
71
72
72
5. On the **Run As Accounts** page, click the **Add...** button and select the previously created **APS Watcher** Run As account.

75
75
76
76
6. Click **Save** to finish profile assignment.
77
77
78
78
3. Wait until APS appliances discovery completes.
79
79
80
80
1. Navigate to the **Monitoring** pane and open the **SQL Server Appliance** -> **Microsoft Analytics Platform System** -> **Appliances** state view.

83
83
84
84
2. Wait until the appliance appears in the list. The name of the appliance should be equal to one specified in the registry. After discovery completes you should see all appliances listed but not monitored. To enable monitoring, follow the next steps.
85
85
@@ -92,11 +92,11 @@ Here are detailed instructions on how to do the tasks:
92
92
93
93
2. On the **General Properties** page, select **Basic Authentication** account type.

96
96
97
97
3. On the **Credentials** page, supply valid credentials to access APS health state DMVs.

100
100
101
101
5. Configure the **Microsoft APS Action Account** profile to use the newly created Run As account for the APS instance.
102
102
@@ -105,7 +105,7 @@ Here are detailed instructions on how to do the tasks:
105
105
2. On the **Run As Accounts** page, click **Add...** and

109
109
110
110
## Next Step
111
111
Now that you have configured the Management Packs, you are ready to start monitoring the appliance. For more information, see [Monitor the Appliance by Using System Center Operations Manager (Analytics Platform System)](monitor-the-appliance-by-using-system-center-operations-manager.md).

44
44
45
45
## See Also
46
46
[Monitor the Appliance by Using the Admin Console (Analytics Platform System)](monitor-the-appliance-by-using-the-admin-console.md)
Copy file name to clipboardExpand all lines: docs/azure-data-studio/extensions/kusto-extension.md
+4-6Lines changed: 4 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ author: markingmyname
8
8
ms.author: maghan
9
9
ms.reviewer: jukoesma
10
10
ms.custom:
11
-
ms.date: 09/22/2020
11
+
ms.date: 10/29/2020
12
12
---
13
13
14
14
# Kusto (KQL) extension for Azure Data Studio (Preview)
@@ -127,11 +127,9 @@ The [SandDance extension](sanddance-extension.md) with the Kusto (KQL) extension
127
127
128
128
| Details | Workaround |
129
129
|---------|------------|
130
-
|[Kusto connection Viewlet after reload doesn't work](https://github.com/microsoft/azuredatastudio/issues/12475). | N/A |
131
-
|[Unable to reconnect automatically](https://github.com/microsoft/azuredatastudio/issues/11830). | Disconnect and reconnect to the Azure Data Explorer cluster. |
132
-
|[Refresh Kusto cluster doesn't seem to reconnect properly](https://github.com/microsoft/azuredatastudio/issues/11824). | Disconnect and reconnect to the Azure Data Explorer cluster. |
133
-
|[Connect to a cluster should bring up cluster dashboard instead of database](https://github.com/microsoft/azuredatastudio/issues/12549)| N/A |
134
-
| For each table in your Azure Data cluster database, there's only an option to **SELECT TOP 1000** instead of **TAKE 10**. | N/A |
130
+
|[In Kusto notebook, Changing a database connection on a saved alias connection is stuck after an error in code cell execution](https://github.com/microsoft/azuredatastudio/issues/12384)| Close and reopen the Notebook, then connect to the right cluster with the database |
131
+
|[In Kusto Notebook, changing a database connection on a non-saved alias connection doesn't work](https://github.com/microsoft/azuredatastudio/issues/12843)|Create a new connection from Connection Viewlet and save it with an alias. Then create a new notebook and connect to the newly saved connection) |
132
+
|[In Kusto Notebook, the database dropdown isn't populated when creating a new ADX connection](https://github.com/microsoft/azuredatastudio/issues/12666)| Create a new connection from Connection Viewlet and save it with an alias. Then create a new notebook and connect to the newly saved connection) |
135
133
136
134
You can file a [feature request](https://github.com/microsoft/azuredatastudio/issues/new?assignees=&labels=&template=feature_request.md&title=) to provide feedback to the product team.
137
135
You can file a [bug](https://github.com/microsoft/azuredatastudio/issues/new?assignees=&labels=&template=bug_report.md&title=) to provide feedback to the product team.
Copy file name to clipboardExpand all lines: docs/azure-data-studio/notebooks/notebooks-kqlmagic.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ author: markingmyname
8
8
ms.author: maghan
9
9
ms.reviewer: jukoesma
10
10
ms.custom:
11
-
ms.date: 04/27/2020
11
+
ms.date: 10/29/2020
12
12
---
13
13
14
14
# Kqlmagic in Azure Data Studio
@@ -254,5 +254,4 @@ Learn more about notebooks and Kqlmagic:
254
254
-[Use a Jupyter Notebook and Kqlmagic extension to analyze data in Azure Data Explorer](/azure/data-explorer/Kqlmagic)
255
255
-[Extension (Magic) to Jupyter notebook and Jupyter lab](https://github.com/Microsoft/jupyter-Kqlmagic), that enable notebook experience working with Kusto, Application Insights, and LogAnalytics data.
Copy file name to clipboardExpand all lines: docs/azure-data-studio/tutorial-sql-editor.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,11 +61,11 @@ Azure Data Studio provides many built-in T-SQL snippets for quickly creating sta
61
61
62
62
2. Type **sql** in the editor, arrow down to **sqlCreateStoredProcedure**, and press the *Tab* key (or *Enter*) to load the create stored procedure snippet.

65
65
66
66
3. The create stored procedure snippet has two fields set up for quick edit, *StoredProcedureName* and *SchemaName*. Select *StoredProcedureName*, right-click, and select **Change All Occurrences**. Now type *getCustomer* and all *StoredProcedureName* entries change to *getCustomer*.

69
69
70
70
5. Change all occurrences of *SchemaName* to *dbo*.
71
71
6. The snippet contains placeholder parameters and body text that needs updating. The *EXECUTE* statement also contains placeholder text because it doesn't know how many parameters the procedure will have. For this tutorial update the snippet so it looks like the following code:
Copy file name to clipboardExpand all lines: docs/big-data-cluster/cluster-troubleshooter-notebooks.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,7 +75,7 @@ A set of notebooks for repairing known situations and states of a SQL Server Big
75
75
|Name |Description |
76
76
|---|---|---|---|
77
77
|TSG005 - Forwarding loop detected|Use this notebook to dealing with forwarding loop detected since the utility dnsmasq can put a local loopback in resolv.conf, which can cause the controller pods to go into a CrashLoopBackOff during initial cluster deployment: https://askubuntu.com/questions/627899/nameserver-127-0-1-1-in-resolv-conf-wont-go-away|
78
-
|TSG011 - Restart sparkhistory server|Use this notebook to restart sparkhistory server since the sparkhistory java process can hang during startup. Restarting the sparkhistory server (supervisorctl restart sparkhistory) can resolve this issue.|
78
+
|TSG011 - Restart sparkhistory server|Use this notebook to restart sparkhistory server since the sparkhistory java process can stop responding during startup. Restarting the sparkhistory server (supervisorctl restart sparkhistory) can resolve this issue.|
79
79
|TSG018 - Kill sqlservr process on the master pool| Use this notebook when T-SQL SHUTDOWN does not successfully re-cycle the ./sqlservr process. Use this notebook to kill the main sqlservr process which will get automatically restarted by the ./sqlservr front end process.|
80
80
|TSG024 - Namenode is in safe mode| Use this notebook when HDFS gets itself into Safe mode. For example if too many Pods are re-cycled too quickly in the Storage Pool then Safe mode may be automatically enabled.|
81
81
|TSG028 - Restart node manager on all storage pool nodes| Use this notebook when needs to restart node manager on all storage pool nodes.|
@@ -99,4 +99,3 @@ A set of notebooks for repairing known situations and states of a SQL Server Big
99
99
## Next steps
100
100
101
101
For more information about big data clusters, see [What are [!INCLUDE[big-data-clusters-2019](../includes/ssbigdataclusters-ss-nover.md)]](big-data-cluster-overview.md).
0 commit comments