Update!: Microsoft 365 Live Events How To and Deep Dive QA Webcast

Microsoft Teams Live Events Update: There was an error in the .ics Outlook file download that has been corrected to reflect the correct date (the 14th/Tuesday) and correct time (12 noon eastern).
The last several weeks the number one request I hav… Continue reading Update!: Microsoft 365 Live Events How To and Deep Dive QA Webcast

The type-dependent type or value that is independent of the type

Some time ago, we saw how to create a type-dependent expression that is always false. I noted that it feels weird creating a whole new type just to create a fixed false value.
But maybe we can make it more useful by generalizing it.

The unconditional_t alias template always represents the type T, and the unconditional_v variable template Continue reading The type-dependent type or value that is independent of the type

A Journey to Holistic Cloud Protection with the Microsoft 365 Security Stack Part 4 – Apps

For our third stop on the journey to holistic cloud protection with the Microsoft 365 security stack we will be discussing Application security.  For anyone new joining us on this journey please ensure you check out Part I: Overview,  Part II… Continue reading A Journey to Holistic Cloud Protection with the Microsoft 365 Security Stack Part 4 – Apps

Getting Reports from Long Running Performance Monitor Data Collector Sets

Hello everyone, my name is still David Loder, and I’m still PFE out of Detroit, Michigan. And I have a confession to make. What you are about to read took me three revisions back and forth with my customer until we came up with a solution that wor… Continue reading Getting Reports from Long Running Performance Monitor Data Collector Sets

10 Reasons to Avoid DevOps

In this post, Premier DevOps Consultant Assaf Stone touches on 10 realities you must consider before implementing a DevOps transformation.

Unless you are either very new or have no connection to the software delivery profession and industry (in which case I’d be curious to hear how you found this blog post), you have probably heard of Continue reading 10 Reasons to Avoid DevOps

Add file watcher on containers in Azure Storage account using Azure Logic App

Scenario:
You want to get an alert whenever there are events such as creation of new blob or modification of existing blobs in the storage account.
 
Prerequisites:

Azure Storage General Purpose v2(GPv2) or ADLS Gen 2 account

 
Action:
Azur… Continue reading Add file watcher on containers in Azure Storage account using Azure Logic App