Jaliya's Blog
Pages
(Move to ...)
Home
Sessions
TNWiki
Featured
Contact
▼
Wednesday, October 23, 2024
.NET 9.0: Out-of-order Metadata Reading in System.Text.Json
›
Release of .NET 9.0 is like 3 weeks away and in this post, let's have a look at one of the most awaited System.Text.Json fea...
Monday, October 21, 2024
Ingressing Custom Text Log Files from an Azure Virtual Machine into Log Analytics
›
I recently had a requirement where I wanted to see some logs in an Azure Virtual Machine, but didn't want to SSH into the VM to see...
Monday, October 14, 2024
Azure AD B2C: Copy signInNames.emailAddress to email Claim in a Custom Policy
›
I had a requirement where in an Azure AD B2C custom policy, as part of an UserJourney , there was an OrchestrationStep to invoke a RE...
Wednesday, October 2, 2024
DNS Resolution in Internal Container Apps Environments (CAE)
›
In this post, let's see how an App A can communicate with a container app: App B deployed on a Container Apps Environment (CAE...
Thursday, September 26, 2024
Azure AD B2C: Single Tenant to Serve Multiple Environments using Custom Policies
›
In this post, let's see how we can use a single Azure AD B2C tenant to serve multiple environments using custom policies. This is u...
Tuesday, September 17, 2024
Azure Pipelines: Passing Variables Between Stages
›
In my last post I wrote about Azure Pipelines: Passing Variables Between Jobs , and in this let's see how we can pass variables between ...
Thursday, September 12, 2024
Azure Pipelines: Passing Variables Between Jobs
›
In this post let's see how we can pass variables between jobs in Azure Pipelines. Let's say we need to pass a variable fro...
Sunday, September 8, 2024
Azure Pipelines: DurableTask.Netherite: Netherite backend requires 64bit, but current process is 32bit.
›
Recently one of our .NET Isolated Azure Durable Functions got switched to use Netherite as its storage provider and suddenly all the in...
Friday, August 30, 2024
ASP.NET Core 9.0: HybridCache in ASP.NET Core
›
With ASP.NET Core 9.0 , we have access to a new Caching API: HybridCache, and it's designed to replace both IDistributedCache ...
‹
›
Home
View web version