[NoBrainer] Define Azure Key Vault with embedded Access Policy in Terraform

azurerm (Azure resource manager) provider for terraform allows definition of Key Vault access policies either within the azurerm_key_vault resource via the access_policy block or by using the azurerm_key_vault_access_policy resource (using both methods for access policy management leads to conflicts). The advantage of defining Key Vault access policies within the azurerm_key_vault resource over defining azurerm_key_vault_access_policy resource(s)... Continue Reading →

The ultimate Gmail trick

Recently, a colleague at work told me a great Gmail trick that I'd like to share here. You can add a + sign at the end of the local part of your email address followed by an arbitrary combination of words and/or numbers. Example: yourusername+test1234@gmail.com Emails sent to such variants of your Gmail address will... Continue Reading →

Microsoft Graph REST API pitfall $expand

Last week I fell into a Graph REST API pitfall. In a customer project we implemented an interface that abstracts the interaction with Azure Active Directory (AAD). It defines a method that loads all users of a specific AAD group. The implementation of this interface interacts with Microsoft Graph REST API using GraphServiceClient. The code... Continue Reading →

Relaunch with new host and new design

After having a blog hosted on GitHub using GitHub pages I decided a few months ago to restart blogging from scratch at wordpress.com. Currently I'm setting up everything properly. My goal is to release the first blog post before the end of 2021. Afterwards I plan to regularly provide content concerning solutions for challenges I... Continue Reading →

Website Powered by WordPress.com.

Up ↑