Author: SibeeshVenu
-
Build, Deploy, Configure CI &CD Your Static Website in 5 mins
If you have a static website that has contents like HTML, CSS and images and you would like to host them, you can do that in ... -
Easily move data from one COSMOS DB to another
Introduction In this post, let’s discuss how easily we can move data from one cosmos database to another with the help of Azure data factory. An ... -
.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 IP network. ... -
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 and apply ... -
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 are times ... -
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 topics and ... -
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 using the ... -
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 connection in ... -
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 will see ...