29th July 2024 Power Automate Update Fields in Azure DevOps This post shows you how to find the names for fields and how to update fields in Azure DevOps using Power Automate Categories DevOps/Power Automate
25th July 2024 Connecting Power Automate to DevOps This post explores connecting Power Automate to DevOps for item creation and item editing and includes troubleshooting the connection Categories DevOps/Power Automate
21st June 2024 Power Automate – Create the Power BI Workspace This post will finally create the flow to automatically create the Power BI workspace making use of all the preparation in previous posts. Categories Power Automate/Power BI
17th June 2024 Allow the use of Power BI Rest APIs This post walks through doing the changes allow the use of Power BI Rest APIs by the service principal created in post 1 Categories Entra/Power BI
29th May 2024 Use Power Automate to Fetch Secrets from Key Vault When you store secrets in Azure Key Vault as described in the previous post in this series you need a way to fetch them when you need them Categories Azure/Power Automate/Power BI
6th April 2024 Create Azure Key Vault to store Tenant ID, Client ID and Secret Azure Key Vault is a cloud service that provides a secure store for secrets. And in the previous post on creating Power BI Service Principal Profile we added a secret. The Tenant ID, Client ID and Secret values give access to the Service Principal and whatever permission they have. So for that reason we are going to create an Azure Key... Categories Azure/How to