Setup a Python 3.10 Environment on WSL
A quick how-to covering steps to run a different version of Python on Linux (via WSL),
A quick how-to covering steps to run a different version of Python on Linux (via WSL),
Developing Azure Applications typically requires interacting with many azure services. When it's not practical or permitted to use actual Azure services in development, emulators like Azurite come to the rescue.
In this post we'll solve a common Azure permission problem: What if we want to allow certain users to read detailed logs or perform specific operations in an azure resource, but we don't want to grant administrator or contributor access beyond very specific permissions?
This post is a walk-through deploying a Streamlit Python app to Azure App Service from an Azure DevOps Pipeline.
In this post I'll walk through the process of configuring a local environment on Windows to support fine-tuning LLMs using a local GPU
This video is a quick walk-through using Fabric mirroring to replicate data from a Snowflake Data Warehouse into a fabric Data Warehouse. Mirroring with Change Data Capture provides near real-time data replication of Snowflake data.
This video is a quick walk-through using a Fabric pipeline to import data from a Snowflake Data Warehouse to a Lakehouse Delta Table. Snowflake data sources are supported out-of-the-box in Fabric, making this type of integration straightforward!
A frequently updated collection of information, training and exam preparation resources for those preparing to pass the Microsoft DP-600 exam leading to the Microsoft Certified: Fabric Analytics Engineer Associate certification
When processing Fabric files and tables in a Medallion architecture, often we need to move data between Lakehouses. This post covers how to easily read & write data between Lakehouses in the same Workspace.