Chapter 13: Assessment

Chapter 1

Modify ${Home}/Scalable-Data-Analytics-with-Azure-Data-Explorer/Chapter01/first-query.kql to display an area chart.

Answer:

The solution can be found in this book's GitHub repository:

${Home}/Scalable-Data-Analytics-with-Azure-Data-Explorer/Chapter01/population-areachart.kql

Chapter 2

  1. Modify adx-powershell.ps1 and try to deploy another cluster with doubleEncryption parameter enabled. Hint: New-AzKustoCluster has an optional parameter called -EnableDoubleEncryption.

Answer:

New-AzKustoCluster -ResourceGroupName $resource_group_name -Name $cluster_name -Location $location -SkuName 'Dev(No SLA)_Standard_D11_v2' -SkuTier 'Basic' -SkuCapacity 1 -EnableDoubleEncryption

  1. Create a new parameter file and enable purging ...

Get Scalable Data Analytics with Azure Data Explorer now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.