<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>azure ml power automate Archives | KAISPE</title>
	<atom:link href="https://www.kaispe.com/tag/azure-ml-power-automate/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.kaispe.com/tag/azure-ml-power-automate/</link>
	<description>Your Digital Transformation Partner</description>
	<lastBuildDate>Tue, 28 Apr 2020 08:47:35 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.4</generator>

<image>
	<url>https://www.kaispe.com/wp-content/uploads/2022/01/cropped-k-32x32.png</url>
	<title>azure ml power automate Archives | KAISPE</title>
	<link>https://www.kaispe.com/tag/azure-ml-power-automate/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Developing Custom Connector in MS Power Automate using Azure ML Services</title>
		<link>https://www.kaispe.com/developing-custom-connector-in-ms-power-automate-using-azure-ml-services/</link>
		
		<dc:creator><![CDATA[jdkaispe]]></dc:creator>
		<pubDate>Tue, 28 Apr 2020 08:47:35 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[azure ml power automate]]></category>
		<category><![CDATA[flow custom connector]]></category>
		<category><![CDATA[power automate api key]]></category>
		<category><![CDATA[power automate custom connector]]></category>
		<category><![CDATA[power automate machine learning]]></category>
		<guid isPermaLink="false">https://www.kaispe.com/?p=1283</guid>

					<description><![CDATA[<p>Recently we had a chance to work on developing a custom connector in Microsoft Power Automate. We had to consume Microsoft Azure Machine Learning Services model using REST API and [&#8230;]</p>
<p>The post <a href="https://www.kaispe.com/developing-custom-connector-in-ms-power-automate-using-azure-ml-services/">Developing Custom Connector in MS Power Automate using Azure ML Services</a> appeared first on <a href="https://www.kaispe.com">KAISPE</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Recently we had a chance to work on developing a custom connector in <a href="http://flow.microsoft.com">Microsoft Power Automate</a>. We had to consume <a href="https://azure.microsoft.com/en-us/services/machine-learning/">Microsoft Azure Machine Learning Services</a> model using REST API and perform prediction. For this purpose, we used KAISPE Student Churn Prediction model and the business scenario we completed was to predict student churn when a set of input data is uploaded on Microsoft OneDrive folder in CSV form.</p>
<p>We started with a blank connector (Create from blank). After providing the REST API URL, we used &#8220;API Key&#8221; as the authentication mechanism with &#8220;Authorization&#8221; as the only header parameter.</p>
<p><img fetchpriority="high" decoding="async" class="aligncenter wp-image-1286 size-large" src="https://www.kaispe.com/wp-content/uploads/2020/04/1-1024x448.png" alt="" width="640" height="280" /></p>
<p>Next in the connector Definition, we added an action. By definition, &#8220;Actions determine the operations that users can perform. Actions can be used to read, create, update or delete resources in the underlying connector.&#8221; Then we provided the Request operation &#8220;POST&#8221; along with URL and body as shown below:</p>
<p><img decoding="async" class="aligncenter wp-image-1287 size-large" src="https://www.kaispe.com/wp-content/uploads/2020/04/2-1024x467.png" alt="" width="640" height="292" /></p>
<p>The default response was also provided. In our case, the Response JSON looks like this. If you are using <a href="https://www.postman.com/">Postman</a>, it would be a lot easier for you to get these JSONs and test your API connection.</p>
<p>{<br />
&#8220;Results&#8221;:     {<br />
&#8220;WebServiceOutput0&#8221;:     [<br />
{<br />
&#8220;Scored Labels&#8221;: &#8220;string&#8221;,<br />
&#8220;Scored Probabilities&#8221;: 0.0<br />
}<br />
]<br />
}<br />
}</p>
<p><img decoding="async" class="aligncenter wp-image-1288 size-large" src="https://www.kaispe.com/wp-content/uploads/2020/04/3-1024x472.png" alt="" width="640" height="295" /></p>
<p>In the last step, we tested the custom connector functionality by providing the REST API key of our Azure machine learning model. An important point to note here is since our API was expecting the following in header:</p>
<p>Authorization: Bearer &lt;API Key&gt;</p>
<p>So we had to use Bearer UEEF(#(#NDNDJD in the Connection value. Then we provided the sample input in JSON to test the connector operation to receive the response successfully as shown below:</p>
<p><img decoding="async" class="aligncenter wp-image-1289 size-large" src="https://www.kaispe.com/wp-content/uploads/2020/04/4-1024x502.png" alt="" width="640" height="314" /></p>
<p>We are now ready to use this connector in any flow. An example is shown below:</p>
<p><img decoding="async" class="aligncenter wp-image-1290 size-large" src="https://www.kaispe.com/wp-content/uploads/2020/04/6-1024x407.png" alt="" width="640" height="254" /></p>
<p>We hope you have found it useful. For any queries, please contact info@kaispe.com</p>
<p>The post <a href="https://www.kaispe.com/developing-custom-connector-in-ms-power-automate-using-azure-ml-services/">Developing Custom Connector in MS Power Automate using Azure ML Services</a> appeared first on <a href="https://www.kaispe.com">KAISPE</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
