Microsoft Secure Tech Accelerator
Apr 03 2024, 07:00 AM - 11:00 AM (PDT)
Microsoft Tech Community

New Blog Post | Create and Maintain Your Own KQL Demo Environment with the New Start-for-free Cluste

Microsoft

AshleyMartin_0-1646073757502.png

Create and Maintain Your Own KQL Demo Environment with the New Start-for-free Cluster – Azure Cloud ...

As we continue efforts to ensure KQL is accessible to everyone (regardless of whether or not an Azure subscription is required), a new Start-for-free Cluster program has been publicly released.

This cluster can be used for learning, for evaluation, or if you’re like me, as a hobby to get extra keen on data science.

All you need is either a Microsoft Account or a Microsoft Identity and you get immediate access to a cluster with four vCores, 8GB or RAM, and around 100GB of storage.

4 Replies

@AshleyMartin 

There is syntax mistake in the docs to injest data:

.ingest into table StormEvents 'https://kustosamples.blob.core.windows.net/samplefiles/StormEvents.csv with (ignoreFirstRecord=true)

should be

.ingest into table StormEvents 'https://kustosamples.blob.core.windows.net/samplefiles/StormEvents.csv' with (ignoreFirstRecord=true)

 

@guidovbrakel Thanks for locating that! Will report the issue and get it fixed.

@Rod_Trent I ran into an error and then fixed it myself, so then I thought lets report it so others don't run into the same error.

Just following up. This has now been fixed.

 

Thanks, again!