Hello

Welcome to my small blog where I write about things that I'm interested in and what I learn along the way.

Here are pages that might be interesting:

Thanks for reading! I hope you will find something useful for you.

Pass Parameters To Azure Function From Data Factory: Body, Query, Headers, Path

Azure Function, also known as Function App, is a popular Azure service that is part of the serverless stack. It allows you to run small pieces of code or “functions”...

3 Ways To Check If Data Exists Using ADF Data Flow - Azure Data Factory

Data pipelines are complex and often depend on data computed by other pipelines. Therefore, it is useful to have a way to automatically check whether the upstream source has the...

Dates & Timestamps In Azure Data Factory: Parsing, Formatting, Converting - Pipeline & Data Flow

Date and time information is a vital piece of any dataset, for example, when a purchase was made, when is the last time user logged in, how long a request...

PyTorch DistributedDataParallel Example In Azure ML - Multi-Node Multi-GPU Distributed Training

In this post, we will discuss how to leverage PyTorch’s DistributedDataParallel (DDP) implementation to run distributed training in Azure Machine Learning using Python SDK. There is a number of steps...

3 Ways To Check If Resource Exists In Azure Bicep

Azure Bicep and ARM templates are designed to be idempotent, this means that running a template multiple times should result in the same end state of the resources. However, there...