Embedded Analytics with Power BI

Embedded Analytics with Power BI

Supercharge your apps by delivering insights directly to where your users are! Power BI Embedded enables ISVs and application developers to embed analytical content (dashboards, reports and visualisations) directly within an app.

Read More

Azure Data Lake Series: Working with JSON - Part 2

Azure Data Lake Series: Working with JSON - Part 2

In part 2, we ratchet up the complexity to see how we handle JSON schema structures more commonly encountered in the wild (i.e. an array of objects, dictionaries, nested fields, etc). Using U-SQL via Azure Data Lake Analytics we will transform semi-structured data into flattened CSV files.

Read More

Going serverless with Bitcoin, Azure Functions and Cosmos DB

Going serverless with Bitcoin, Azure Functions and Cosmos DB

Serverless database computing with Azure Functions and Microsoft's fully managed No-SQL database service, Cosmos DB. Using a time-based trigger, our function will update Cosmos DB with Bitcoin price data (e.g. open, high, low, volume, etc.) on a regular interval (every 1 minute).

Read More

Azure Data Lake Series: Working with JSON - Part 1

Azure Data Lake Series: Working with JSON - Part 1

In part 1, we begin by learning how to set up our environment in order to query JSON documents using U-SQL via Azure Data Lake Analytics, then storing the flattened results into a CSV file back into Azure Data Lake Store.

Read More

Upload a file to Azure Data Lake Store using .NET

Upload a file to Azure Data Lake Store using .NET

Learn how to upload a file from a local machine to an Azure Data Lake Store using the .NET SDK.

Read More