Azure - Temporary e-mail blog !

Dive into the world of knowledge without taking yourself too seriously. From the demystification of complex subjects to jokes that defy convention, we're here to rattle your brain and bring a wry smile to your face. đŸ€“đŸ€Ł

Controlling User Data Access in Azure Tenants
Alice Dupont
6 April 2024
Controlling User Data Access in Azure Tenants

Managing Azure tenant security involves implementing strategies to prevent unauthorized access to user data. Through the use of Azure CLI and PowerShell scripts, administrators can create custom roles and assign them to users or groups, effectively limiting their ability to list sensitive information.

Extracting User Account Information from Application Insights in Azure
Gerald Girard
4 April 2024
Extracting User Account Information from Application Insights in Azure

Extracting user details such as firstname, lastname, and contact information from Azure Application Insights involves using Kusto Query Language (KQL) for direct queries and integrating with backend services through JavaScript and Azure SDK. The techniques include joining request data with custom event data, implementing authentication with Azure Identity, and utilizing the MonitorQueryClient for programmatic access.

Optimizing Email Distribution in C# with Azure Communication Services
Gerald Girard
1 April 2024
Optimizing Email Distribution in C# with Azure Communication Services

Managing outbound communications in software applications, particularly those that rely on Azure Services for sending notifications, requires a balanced approach to ensure efficiency and compliance. The strategies discussed aim to limit the volume of messages, thereby enhancing the user experience and maintaining system integrity.

Ensuring Continuous Email Automation in Azure Logic Apps with Shared Mailboxes
Daniel Marino
26 March 2024
Ensuring Continuous Email Automation in Azure Logic Apps with Shared Mailboxes

Managing Office 365 API connections within Azure Logic Apps, particularly for actions involving shared mailboxes, requires a nuanced approach to prevent token expiration issues. Utilizing Azure Functions for token refresh and embracing secure practices like the principle of least privilege can significantly enhance the stability and security of these connections.

Enabling Custom MailFrom Address in Azure Email Communication Service
Gabriel Martim
25 March 2024
Enabling Custom MailFrom Address in Azure Email Communication Service

Managing Azure Email Communication Services often involves configuring MailFrom addresses to enhance brand visibility and trustworthiness among recipients. Successfully adding a custom MailFrom address requires a verified domain, with proper SPF, DKIM, and possibly DMARC configurations. However, users may encounter issues such as a disabled 'Add' button, preventing them from updating their MailFrom settings.