Enhanced Filtering for Connectors – Improving Deliverability and Minimizing False Positives

Enhanced Filtering for Connectors (EFC) helps ensure that emails retain their original IP address and sender information when being routed through various services before being routed to Exchange Online by allowing for more accurate identification of s… Continue reading Enhanced Filtering for Connectors – Improving Deliverability and Minimizing False Positives

Enhancing Training Search Experience using Azure AI Video Indexer

 
Training and development are vital for Companies often have vast archives of training videos, webinars, and recorded sessions. However, efficiently finding the right training content from video archives can be challenging. This example demonstr… Continue reading Enhancing Training Search Experience using Azure AI Video Indexer

Logic app Standard Storage issue investigation using Slots

Logic Apps require an Azure Storage Account file share to host their files. Even though the Logic App site will work without a storage account, it will not be scalable across multiple instances.
Unfortunately, if the storage is inaccessible due to DNS … Continue reading Logic app Standard Storage issue investigation using Slots

New Login Experience for Azure Subscriptions with az login

Introduction
If you have multiple Azure subscriptions, you might have experienced the frustration of logging into the wrong one with the az login command. This can cause errors and confusion when you try to run commands or access resources in the wrong… Continue reading New Login Experience for Azure Subscriptions with az login

Ultimate Guide to POSETTE: An Event for Postgres, 2024 edition

Now in its 3rd year, POSETTE: An Event for Postgres 2024 is not only bigger than previous years but some of my Postgres friends who are speakers tell me the event is even better than past years. Sweet.
Formerly called Citus Con (yes, we did a rename), … Continue reading Ultimate Guide to POSETTE: An Event for Postgres, 2024 edition

Document Intelligence and Index Creation Using Azure ML with Parallel Processing (Part 1)

Besides Azure portal, you can also do document intelligence and index creation in ML studio. The entire process of index creation includes several steps, crack_and_chunk, generate_embeddings, update_index, and register_index. In Azure ML studio you can… Continue reading Document Intelligence and Index Creation Using Azure ML with Parallel Processing (Part 1)