Application Insights is an extensible Application Performance Management (APM) service for web developers. It provides rich performance monitoring, powerful alerting, and easy-to-consume dashboards to help…
Azure App Service can be integrated with a plethora of services like BitBucket, GitHub, Dropbox, OneDrive, Visual Studio Team Services, local or any external git…
Microsoft Azure platform is evolving at a very fast pace and keeping up with all the changes may be challenging. Many products and services are released every…
Azure App Service Editor, formerly known as Visual Studio Online (Monaco), is a web-based editor for App Service, that looks a lot like VS Code and…
Wouldn’t it be great if you could have a function which generates resized images from every new image that gets uploaded in your Azure blob storage, without having…
If you have multiple files having an extension like jpeg and you want to batch rename them to `jpg` as extension you can do that with a single…
A time may come when you will need to alter your database to use a different collation. You can do this by using the following snippet: USE master;…
To get a rough view of how many rows, total, used and unused space each table has, in a sql server database you can run…
It’s a common thing for websites to serve some kind of static content, like images, sounds, fonts or videos. When deploying a new website, the most common way…
Sometimes, the response from a request is required first in order to continue with all the other API requests currently stored in your Postman folders. Think…