Tag: Azure

Infinite Scrolling in Blazor
Infinite Scrolling in Blazor
Blog Posts

Orginal blog post by Gérald Barré can be found here Infinite scrolling is a way to automatically loads data when you reach the end of the page. It allows you to continue scrolling indefinitely. The method is often used in social media feeds or blogs. In this post, we’ll create a Blazor component that you… READ MORE

Azure Synapse Analytics Queries #6 Monitor Data Skew
Azure Synapse Analytics Queries #6 Monitor Data Skew
Blog Posts

Data skew is one of the most important considerations when working with Azure Synapse Analytics. Data skew is the uneven distribution of data across data storage distributions in SQL Dedicated Pools. In this post, you’ll learn how to monitor the data skew in your Azure Synapse Analytics SQL Pool.  About Data Skew  To begin, data skew is when your data is not distributed correctly across different… READ MORE

How to Deploy to Azure with Least Privilege
How to Deploy to Azure with Least Privilege
Blog Posts

In this post we’ll walk through the steps you can take to give a Service Principal a role with “Least Privilege” in Azure. After reading this article you will have a very practical method that you can use over and over again. You will be able to create roles for your Service Principals that will… READ MORE

Modernize your Oracle workloads to Azure SQL
Modernize your Oracle workloads to Azure SQL
Webinars

Are you looking to leave Oracle behind? Join us to find out how to accelerate the migration journey by automating Oracle migrations to SQL Server using 1st party tools such as SQL Server Migration Assistant and Data Access Migration Tool.

Deploy Azure Data Services with Terraform
Deploy Azure Data Services with Terraform
Blog Posts

Terraform-based deployment of almost all Azure Data Services (default deployment settings are in the parenthesis): Azure Service Bus (Standard, namespace,topic,subscription, auth. rules) Azure Data Lake Storage (ZRS, Hot, Secured, StandardV2) Azure Data Factory (w/Git or without) Azure Data Factory linked with Data Lake Storage Azure Data Factory Pipeline Azure DataBricks WorkSpace (Standard) Azure EventHub (Standard, namespace) Azure Functions (Dynamic, LRS storage, Python, w/App.Insights or without) Azure Data Explorer (Kusto, Standard_D11_v2, 2 nodes) Azure Analysis Server (backup-enabled, S0, LRS, Standard) Azure Event Grid (domain, EventGridSchema) Azure SQL Server (version 12.0) Azure SQL Database (ElasticPool SKU name, 5 GB max data size) Azure SQL Elastic Pool (StandardPool, LicenseIncluded, 50 eDTU/50GB) Properties and content… READ MORE

Connecting Azure SQL Server with Azure Machine Learning
Connecting Azure SQL Server with Azure Machine Learning
Blog Posts

Accessing data in different data sources is one of the main tasks in machine learning model development life cycle. Let’s discuss one of the most common data accessing scenarios. Scenario : We have to set of relational data points stored in a Azure SQL server to develop a machine learning model using Azure Machine Learning.… READ MORE