In this post we will consume the Muhimbi SOAP service in an Azure Microsoft .NET Core App Service (as it can easily handle those SOAP webservices through WCF by creating service references) that can further be invoked using a Custom Connector in Power Automate, PowerApps.
Category: Azure
Creating Power Automate / OpenAPI Extensions for Azure Functions (Fusion Development)
So, what is this "Fusion Development" you ask? Fusion development allows your business to build better applications, faster, by bringing together professional developers with amateur or hobbyist developers. If you're not familiar with fusion development, have a look at the Microsoft Learning Path - Transform your business applications with fusion development. In this post, we … Continue reading Creating Power Automate / OpenAPI Extensions for Azure Functions (Fusion Development)
Creating Azure Functions OpenAPI Extension from SOAP Web Services
As a developer, you want to concentrate on the application\code and not worry about Infrastructure and other underlying complexities. Azure Functions indeed is the perfect fit as it is "serverless" and you can add "service references". In this post we will consume the Muhimbi SOAP service in an Azure function that can further be invoked as a REST API in Microsoft Flow, PowerApps, and even from your own Rest Client.
Decrypting Office 365 Sensitivity Labels documents for further processing
Sensitivity labels in Office 365 can be used to classify and protect documents in SharePoint Online and OneDrive for bussiness. As an IT\Security Admin Sensitivity labels provides a lot of capabilities on planning the security of the data in your documents. However, at time we might need to post process or archive or post process the secured document. For example, you want to archive the secured document to PDF. But before we convert the document we would need to strip off the Encrytion and this can cause a lots of processing headaches, especially if large numbers of documents
Microsoft Azure Services Big Picture with Power Platform
Microsoft Azure Services Big Picture with Power Platform - Powerful alone. Better together.Microsoft Power Platform is more than the sum of its parts. When connected to Azure and hundreds of other apps, Microsoft Power Platform enables you to quickly deliver value and clear your app backlog.
Automatic Moderation of images in a SharePoint folder to exclude racy images from PDF Merge
When talking to one of our customers, about the 'Image Content Moderator API' he told me that his company has recently asked him to Moderate few images(100 around) and Merge the Non-Racy images into a single PDF. With Muhimbi you can easy select the file from the User-Interface and Convert them into a single PDF but that now moderating 100 images can be very time consuming and boring. So he asked me if could automate the process using Power Automate. This is the use can for this blog.
Azure Image Moderator API with Power Automate – Part 2
In this blog we will explore the 'Image Moderation API' with Power Automate(Microsoft Flow) and Automate approval process using Content Moderator. Use Case: Content Moderator will Convert the list item to PDF only if the attachment does not contain "Racy" image.
Introduction to Azure Content Moderator -Part 1
Content moderation is a process of monitoring user generated content by tracking, flagging, assessing, and filtering out offensive and unwanted content that might create risks for a company.
Text Analytics with Azure Cognitive Service for Power Automate– Part 3
In this blog, we will collect the customer responses in Microsoft Form, use Microsoft Azure Text Analytics in Power Automate (Microsoft Flow) action and store the result in SharePoint List. In SharePoint List we will use the Column Customizer and to quickly display if the customer is ‘Happy‘ or ‘UnHappy‘ based on the value returned by Text Analysis Sentiment API.
Text Analytics with Azure Cognitive Service for Power Apps – Part 2
In our previous post in this series, we understood the basics of Azure Microsoft Cognitive Services: Text Analytics API and invoke the API using PostMan and Power Shell. if you are new to Azure Cognitive Service I would recommend having a look at the Introduction section in my previous blog.