Forum Discussion
AshleyMartin
Microsoft
Feb 28, 2022New Blog Post | Create and Maintain Your Own KQL Demo Environment with the New Start-for-free Cluste
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.
- guidovbrakelBrass Contributor
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)
- Rod_Trent
Microsoft
guidovbrakel Thanks for locating that! Will report the issue and get it fixed.
- guidovbrakelBrass ContributorRod_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.