Latest Articles
-
.NET 8 New and Efficient Way to Check IP is in Given IP Range
The .NET 8 has introduced a new type IPNetwork with a Contains method. It retruns true if the given IPAddress is part of the ... -
Async Client IP safelist for Dot NET
Here, in this post we will see, how we can get the Safe List IP addresses asynchronously and add that to configure our ActionFilterAttribute ... -
Post Messages to Microsoft Teams Using Python
Most of us uses Microsoft Teams on a daily basis, and we post a lot of messages, chats, contents to the platform. However there ... -
Get Azure Blob Storage Blob Metadata Using PowerShell
Here we will see how you can get the metadata of each blob available in your Azure storage account using PowerShell. -
Deploy .net 6 App to Azure from Azure DevOps using Pipelines
Working with both Azure and Azure DevOps is always fun, and the possibilities of automation are endless. I have written many articles on these ... -
Integrate Azure App Insights in 1 Minute to .Net6 Application
Integrating an existing Azure App Insights into your application is never been easier than this. Within a minute you can do this. I am ... -
Azure DevOps Service Connection with Multiple Azure Resource Group
I wanted to use the Azure DevOps same service connection to connect to multiple resource groups, so that I can use the same service ... -
Change MFA Phone/Mobile Number Using PowerShell
Did you know that you can change the mobile number of a user from Azure AD, by using PowerShell? Here in this post, we ... -
Reminder to a Teams Channel Using Power Automate Flow
I recently had to create a private channel in Teams and I had to update a file manually each month on a specific date ... -
Get Azure DevOps Sprint Capacity Using API and PostMan
I wanted to know my Sprint capacity programmatically as I need to find the average sprint capacity and the area where my team ...