Search icon
Subscription
0
Cart icon
Close icon
You have no products in your basket yet
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Scalable Data Analytics with Azure Data Explorer

You're reading from  Scalable Data Analytics with Azure Data Explorer

Product type Book
Published in Mar 2022
Publisher Packt
ISBN-13 9781801078542
Pages 364 pages
Edition 1st Edition
Languages
Concepts
Author (1):
Jason Myerscough Jason Myerscough
Profile icon Jason Myerscough

Table of Contents (18) Chapters

Preface 1. Section 1: Introduction to Azure Data Explorer
2. Chapter 1: Introducing Azure Data Explorer 3. Chapter 2: Building Your Azure Data Explorer Environment 4. Chapter 3: Exploring the Azure Data Explorer UI 5. Section 2: Querying and Visualizing Your Data
6. Chapter 4: Ingesting Data in Azure Data Explorer 7. Chapter 5: Introducing the Kusto Query Language 8. Chapter 6: Introducing Time Series Analysis 9. Chapter 7: Identifying Patterns, Anomalies, and Trends in your Data 10. Chapter 8: Data Visualization with Azure Data Explorer and Power BI 11. Section 3: Advanced Azure Data Explorer Topics
12. Chapter 9: Monitoring and Troubleshooting Azure Data Explorer 13. Chapter 10: Azure Data Explorer Security 14. Chapter 11: Performance Tuning in Azure Data Explorer 15. Chapter 12: Cost Management in Azure Data Explorer 16. Chapter 13: Assessment 17. Other Books You May Enjoy

Creating and configuring ADX instances with PowerShell

As mentioned earlier, we will use Azure Cloud Shell for this exercise, so if you have been following along, you should have provisioned Azure Cloud Shell. If you have not, please be sure to read the earlier section, Introducing Azure Cloud Shell.

Let's begin by cloning the repository in Azure Cloud Shell:

  1. Open a new browser tab and go to https://shell.azure.com. The URL takes you directly to Cloud Shell.
  2. Ensure your current shell is PowerShell. You will see the name of your current shell in the top-left corner, as shown in Figure 2.24:

Figure 2.24 – Cloud Shell

  1. Create a new directory called development, by typing mkdir development, and navigate into the directory: cd development.
  2. Clone our Git repository: git clone https://github.com/PacktPublishing/Scalable-Data-Analytics-with-Azure-Data-Explorer.git.
  3. Navigate into the Scalable-Data-Analytics-with-Azure-Data...
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}