Welcome to Pankaj Rawat's Tech Blog 👋 (Page 3)

I'm a Software Developer who occasionally writes about various tech topics, including .NET, Azure, IoT, AWS and GenAI. My blog covers my recent learnings and experiences.

How to use Azure Key Vault Secrets using Manage Identity

In this post, I shared how to use Azure Key Vault Secrets in Azure Function using Manage Idenity

One of the common concern of every application, either On-premises or Cloud, how to manage application keys and secrets? Keeping credential, secrets and other keys is an important task. Keeping sensitive information in code is not a good practice. Most people keep application keys and secrets in application config file (JSON or XML) and change those value according to environments. I followed the same practice with Azure Function, WebJob and Web App.

Read more...

What is the reason of your Azure WebJobs stop/restart?

Start/Stop Continuous Azure WebJobs activity log

In this post, I shared how to use Azure activity log to find Azure WebJobs stop/restart problem.

Read more...