File tree 1 file changed +11
-1
lines changed
1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -68,9 +68,19 @@ Location Name Type Zone
68
68
-------- ---- ---- ----
69
69
East US testnewkustocluster Microsoft.Kusto/Clusters
70
70
```
71
-
72
71
The above command updates the cluster "testnewkustocluster" found in the resource group "testrg" with a customer managed key.
73
72
73
+ ### Example 3: Update Cluster with TrustedExternalTenant
74
+ ``` powershell
75
+ PS C:\> Update-AzKustoCluster -ResourceGroupName testrg -Name testnewkustocluster -TrustedExternalTenant @(@{value="12345678-1234-1234-1234-123456789012"})
76
+
77
+ Location Name Type Zone
78
+ -------- ---- ---- ----
79
+ East US testnewkustocluster Microsoft.Kusto/Clusters
80
+ ```
81
+
82
+ The above command updates the cluster "testnewkustocluster" found in the resource group "testrg" with the provided Trusted External Tenant.
83
+
74
84
## PARAMETERS
75
85
76
86
### -AsJob
You can’t perform that action at this time.
0 commit comments