Azure Logic Apps Toolbox 5-Custom JSON payloads Thursday, January 14, 2021 8:51 PM Christoph Wilfing Did you ever have the problem of pushing different JSON payloads to a logic app and hitting errors due to JSON schema mismatches? The usual HTTP Request forces you to define the JSON Schema at the beginning. For every tiny difference in the later used properties you need to create your own Logic App even if the process is the same. I will show you an example of a single Logic App deciding at runtime which JSON schema to use for decoding the post body payload. Stay tuned! Azure | Cloud | Developer | English | Flow | Logic apps | Microsoft | PowerShell Mediumlink | Permalink | Comments (0) | Post RSS mehr
Join the M365 virtual community events Tuesday, January 5, 2021 9:00 PM Martina Grom Ready to learn more about Microsoft 365 technology such as Microsoft Graph, SharePoint, Office-AddIns and more? Check out the Microsoft 365 virtual community events! Azure | Cloud | Developer | English | Graph | Microsoft | Microsoft365 | Office | Office365 | SharePoint Mediumlink | Permalink | Comments (0) | Post RSS mehr
Working with Azure AD schema extensions and Microsoft Graph Tuesday, December 29, 2020 10:30 PM Toni Pohl Azure Active Directory is Microsoft´s Cloud Identity system that stores user, license, group, apps, device data and more data in a secure way. As developers, we can extend many of these resources with custom extension. This can be useful to store additional metadata, such as a cost center or personal data for a user, for a group or other resource types. Unfortunately, there isn't much documentation on that. Here's how to do this step-by-step for the user resource with Azure AD schema extensions in real life. Azure | Cloud | Developer | English | Graph | Microsoft | Microsoft365 | Office365 | PowerShell Mediumlink | Permalink | Comments (2) | Post RSS mehr
Azure Logic Apps Toolbox 4-Working with SharePoint dropdown fields Friday, December 18, 2020 3:00 PM Toni Pohl Yesterday I documented in "Get data from SharePoint as HTML table with Azure Logic Apps" how data is retrieved from SharePoint Online with an Azure Logic app. To dig a little deeper into working with SharePoint list data, here are a few more helpful tips. Azure | Developer | English | Logic apps | Microsoft | Microsoft365 | Office365 | SharePoint Mediumlink | Permalink | Comments (1) | Post RSS mehr
Azure Logic Apps Toolbox 3-Get data from SharePoint as HTML table Thursday, December 17, 2020 6:00 PM Toni Pohl Sometimes it´s good to get data from a data source as a table and as quickly as possible in an automated way. While this can be done with multiple ways, here´s a quick solution if you want to get the items from a custom list in SharePoint Online sent as a HTML table in an email with Azure Logic Apps (or Power Automate). Azure | Cloud | Developer | English | Logic apps | Microsoft | Microsoft365 | Office365 | SharePoint Mediumlink | Permalink | Comments (1) | Post RSS mehr
Get the new Azure architecture icons v3 Monday, November 30, 2020 6:00 PM Toni Pohl Cloud architecture diagrams need to look good. Get the new Azure architecture icons v3 here! Azure | Cloud | English | Microsoft | Design Mediumlink | Permalink | Comments (0) | Post RSS mehr
Free Microsoft eBook Roadmap to Digital Infinity Tuesday, November 17, 2020 10:30 PM Martina Grom Today´s a quick tip: Check out the free Microsoft eBook "Roadmap to Digital Infinity" - How to become an Intelligence Driven Organization! Azure | Cloud | Business Intelligence | English | Microsoft Mediumlink | Permalink | Comments (1) | Post RSS mehr
Austria is getting its own Microsoft data centers Tuesday, October 20, 2020 11:00 AM Toni Pohl Today, Microsoft announced "the Microsoft cloud in Austria, for Austria". The Austrian data center region will join Microsoft's global cloud and provide Microsoft 365, Microsoft Azure and Dynamics 365 services. Azure | Cloud | English | Governance | Microsoft | Microsoft365 | Office365 | atwork Mediumlink | Permalink | Comments (0) | Post RSS mehr
Handle failed actions in Azure Logic Apps Tuesday, October 6, 2020 4:00 PM Toni Pohl Today´s a quick tip for users working with Azure Logic Apps. This article shows how you can continue to work in a flow if an action has failed. This sample accesses an Excel file from a Microsoft teams SharePoint site and searches for a key. If the key was not found, the flow shall continue and deliver a useful error code with a message. See how this works here. Azure | App | Cloud | Developer | English | Flow | Microsoft Mediumlink | Permalink | Comments (2) | Post RSS mehr
PowerShell package 'Az.Accounts' failed to download Sunday, September 20, 2020 9:00 PM Martina Grom I recently ran into this problem: I had to install the Azure Az PowerShell module from the PowerShell Gallery on a new computer. Interestingly the installation with Install-Module -Name Az failed with the error message "WARNING: Source Location 'https://www.powershellgallery.com/api/v2/package/Az.Accounts/1.9.3' is not valid.". See my solution here. Azure | Cloud | Developer | English | Microsoft | Microsoft365 | Office365 | PowerShell | Tools Mediumlink | Permalink | Comments (1) | Post RSS mehr
Join us at the Global Microsoft 365 Developer Bootcamp - Austria Tuesday, August 18, 2020 2:00 PM Toni Pohl Global Microsoft 365 Developer Bootcamp is back! This year the event will take place virtually from more than 100 cities worldwide. Join us at our Microsoft 365 Developer Bootcamp - Austria on November, 13th, 2020! Azure | Cloud | Developer | English | Microsoft | MVP | Microsoft Teams | Microsoft365 | Office365 | PowerApps | PowerShell | Event | Visual Studio | SharePoint Mediumlink | Permalink | Comments (0) | Post RSS mehr
Get Administrator roles and Privileged Identity Management roles of an Azure AD tenant Thursday, July 16, 2020 5:00 AM Toni Pohl To ensure the security of your Microsoft 365 client, we recommend implementing an appropriate governance and security strategy. An effective measure is to determine the current administrators and their permissions. In this article, we want to identify administrators with permanent roles and administrators who can use roles with Privileged Identity Management (PIM). PIM provides just-in-time privileged access to Azure AD and Azure resources. See how to find all Administrators, including PIM, here. Azure | Cloud | Developer | English | Governance | Microsoft | Microsoft365 | Office365 | PowerShell | Security | Tools Mediumlink | Permalink | Comments (1) | Post RSS mehr