General availability: New KQL function to enrich your data analysis with geographic context

KQL introduces a new function to retrieve country, state, city, and coordinates from IP addresses using GeoLite2 data. Find out how to use geo_info_from_ip_address() and what it can do for your data analysis. Continue reading General availability: New KQL function to enrich your data analysis with geographic context

Why a proactive detection and incident response plan is crucial for your organization

Matt Suiche of Magnet Forensics talks about top security threats for organizations and strategies for effective incident response.

The post Why a proactive detection and incident response plan is crucial for your organization appeared first on Microsoft Security Blog.

Continue reading Why a proactive detection and incident response plan is crucial for your organization

Improving Web Application Performance Using Azure Cache for Redis

Have your web applications ever experienced performance bottlenecks caused by expensive and repeated method calls? Adding Azure Cache for Redis to your web application can obliterate bottlenecks and provide a consistently fast and responsive user exper… Continue reading Improving Web Application Performance Using Azure Cache for Redis

Enhance the diagramming experience in Microsoft Teams with the new Visio app

Microsoft Teams is your hub for teamwork, bringing together everything a team needs—meetings, calling, collaboration, chat—and diagramming.
 
As of today, Visio is available as a personal app or private workspace in Microsoft Teams. With a private… Continue reading Enhance the diagramming experience in Microsoft Teams with the new Visio app

How to use Power BI API to generate Power BI workspace content

This sample shows how to use Power BI API to generate Power BI content from specific Power BI workspace. We have uploaded the example API request in GitHub repository, you can download the API request examples and test it out in your environment.
&nbsp… Continue reading How to use Power BI API to generate Power BI workspace content

Lesson Learned #365: TSQL Execution Client Statistics using PowerShell

We have an interested service request that our customer needs to measure the network time spent in several interactions executing a query. Following I would like to share the following script using based on this URL: https://docs.microsoft.com/en-… Continue reading Lesson Learned #365: TSQL Execution Client Statistics using PowerShell