posts
Managing SharePoint Sensitivity Label Watermarks: Layout Options and Accessibility Considerations
Sensitivity labels in SharePoint Online provide visual indicators through watermarks to help users identify classified content. However, the default diagonal watermark layout can present usability and accessibility challenges. This guide explores watermark configuration options, addresses common user concerns, and provides solutions for managing watermark display in SharePoint documents.
Table of Contents Understanding Sensitivity Label Watermarks Watermark Layout Options User Experience and Accessibility Concerns Configuring Watermark Layout at Tenant Level Managing Watermarks at File Level Conclusion References Understanding Sensitivity Label Watermarks Sensitivity label watermarks are visual indicators that appear on documents to display the classification level of content.
posts
Connect Application Insights to Microsoft Copilot Studio for Real-Time Monitoring
Monitoring your Copilot Studio agents is essential for understanding user interactions, identifying issues, and optimizing performance. Azure Application Insights provides comprehensive real-time monitoring and analytics capabilities for your copilot conversations. This guide walks you through connecting Application Insights to your Copilot Studio agent, enabling detailed telemetry, conversation tracking, and performance monitoring.
Table of Contents Why Application Insights for Copilot Studio? Prerequisites Step 1: Create Application Insights Resource Step 2: Retrieve the Connection String Step 3: Link Application Insights to Copilot Agent Step 4: Verify Configuration Step 5: Check Metadata in Application Insights within Copilot Studio Agent Step 6: Test Step 7: Enable Enhanced Transcripts Step 8: Access the Copilot Studio Dashboard in Application Insights References Why Application Insights for Copilot Studio?
posts
Generate Self-Signed Certificates for SharePoint Authentication with PowerShell
Certificate-based authentication is a secure method for connecting to SharePoint Online and Microsoft 365 services using service principals and automated scripts. This guide demonstrates two methods for generating self-signed certificates using PowerShell and how to use them with PnP PowerShell for SharePoint authentication.
Table of Contents Why Use Certificate-Based Authentication? Prerequisites Method 1: Using New-SelfSignedCertificate Method 2: Using New-PnPAzureCertificate Locating Your Certificate Exporting Certificates Registering Certificate with Entra ID App Connecting to SharePoint with Certificate Best Practices Troubleshooting Conclusion References Why Use Certificate-Based Authentication?