<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>azure on Alexander Development</title><link>https://alexanderdevelopment.net/tag/azure/</link><description>Recent content in azure on Alexander Development</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><lastBuildDate>Thu, 31 May 2018 14:00:00 +0000</lastBuildDate><atom:link href="https://alexanderdevelopment.net/tag/azure/index.xml" rel="self" type="application/rss+xml"/><item><title>Installing and securing OpenFaaS on an AKS cluster</title><link>https://alexanderdevelopment.net/post/2018/05/31/installing-and-securing-openfaas-on-an-aks/</link><pubDate>Thu, 31 May 2018 14:00:00 +0000</pubDate><guid>https://alexanderdevelopment.net/post/2018/05/31/installing-and-securing-openfaas-on-an-aks/</guid><description>A few months back, I wrote a guide for installing and locking down OpenFaaS in a Docker Swarm running on Google Cloud Platform virtual machines. Today I want to share a step-by-step guide that shows how to install OpenFaaS on a new Azure Kubernetes Service (AKS) cluster using an Nginx ingress controller to lock it down with basic authentication and free Let&amp;rsquo;s Encrypt TLS certificates.</description></item><item><title>Building a simple service relay for Dynamics 365 CE with RabbitMQ and Python - part 4</title><link>https://alexanderdevelopment.net/post/2018/02/08/building-a-simple-service-relay-for-dynamics-365-ce-with-rabbitmq-and-python-part-4/</link><pubDate>Thu, 08 Feb 2018 04:00:42 +0000</pubDate><guid>https://alexanderdevelopment.net/post/2018/02/08/building-a-simple-service-relay-for-dynamics-365-ce-with-rabbitmq-and-python-part-4/</guid><description>This is the final post in my series about building a service relay for Dynamics 365 CE with RabbitMQ and Python. In my previous post in this series, I showed the Python code to make the service relay work. In today&amp;rsquo;s post, I will show how you can use Azure Functions to make a consumer service proxy using C# so client applications don&amp;rsquo;t have to access to your RabbitMQ broker directly, and I will also discuss some general thoughts on security and scalability for this service relay architecture.</description></item><item><title>Running Dynamics 365 Configuration Data Mover jobs in Azure Functions</title><link>https://alexanderdevelopment.net/post/2017/08/09/running-dynamics-365-configuration-data-mover-jobs-in-azure-functions/</link><pubDate>Wed, 09 Aug 2017 19:13:58 +0000</pubDate><guid>https://alexanderdevelopment.net/post/2017/08/09/running-dynamics-365-configuration-data-mover-jobs-in-azure-functions/</guid><description>My Dynamics 365 Configuration Data Mover utility allows you to run synchronization jobs from an interactive GUI tool or the command line, but the actual data synchronization logic is contained in a separate AlexanderDevelopment.ConfigDataMover.Lib.dll file that can be included in other applications. In today&amp;rsquo;s post I will show how you can set up an Azure Function to execute a Configuration Data Mover job file to sync data between two Dynamics 365 organizations.</description></item><item><title>Executing Dynamics 365 workflows from Microsoft Flow</title><link>https://alexanderdevelopment.net/post/2016/12/10/executing-dynamics-365-workflows-from-microsoft-flow/</link><pubDate>Sat, 10 Dec 2016 19:34:51 +0000</pubDate><guid>https://alexanderdevelopment.net/post/2016/12/10/executing-dynamics-365-workflows-from-microsoft-flow/</guid><description>The only Dynamics 365 actions that Microsoft Flow offers right now are &amp;ldquo;create a new record&amp;rdquo; and &amp;ldquo;list records,&amp;rdquo; but with just a bit of additional effort it&amp;rsquo;s possible to access all the capabilities of the Web API. Today I will show how to create a Microsoft Flow that queries a set of accounts and executes a workflow for each one.</description></item><item><title>Scheduling Dynamics 365 workflows with Azure Functions and C#</title><link>https://alexanderdevelopment.net/post/2016/11/30/scheduling-dynamics-365-workflows-with-azure-functions-and-csharp/</link><pubDate>Wed, 30 Nov 2016 02:00:00 +0000</pubDate><guid>https://alexanderdevelopment.net/post/2016/11/30/scheduling-dynamics-365-workflows-with-azure-functions-and-csharp/</guid><description>Over the past few days, I&amp;rsquo;ve shared two approaches for scheduling Dynamics 365 workflows using Azure Functions and the Dynamics 365 Web API. One uses Node.js, and the other uses Python. Because most Dynamics CRM developers are probably more familiar with C# than Node.js or Python, I also created an equivalent C# version.</description></item><item><title>Scheduling Dynamics 365 workflows with Azure Functions and Python</title><link>https://alexanderdevelopment.net/post/2016/11/29/scheduling-dynamics-365-workflows-with-azure-functions-and-python/</link><pubDate>Tue, 29 Nov 2016 12:00:00 +0000</pubDate><guid>https://alexanderdevelopment.net/post/2016/11/29/scheduling-dynamics-365-workflows-with-azure-functions-and-python/</guid><description>Last week I shared a solution for Scheduling Dynamics 365 workflows with Azure Functions and Node.js. In this post, I will show how to achieve equivalent functionality using Python. The actual Python code is simpler than my Node.js example, but the Azure Functions configuration is much more complicated.
First, here&amp;rsquo;s the Python script I am using.</description></item><item><title>Scheduling Dynamics 365 workflows with Azure Functions and Node.js</title><link>https://alexanderdevelopment.net/post/2016/11/25/scheduling-dynamics-365-workflows-with-azure-functions/</link><pubDate>Fri, 25 Nov 2016 17:00:03 +0000</pubDate><guid>https://alexanderdevelopment.net/post/2016/11/25/scheduling-dynamics-365-workflows-with-azure-functions/</guid><description>Earlier this week I showed an easy way to integrate a Node.js application with Dynamics 365 using the Web API. Building on that example, I have created a scheduled workflow runner using Node.js and Azure Functions. Here&amp;rsquo;s how I did it.
First, I created a workflow in Dynamics 365 that creates a note on an account record.</description></item><item><title>Azure Text Analytics sentiment analysis with North52</title><link>https://alexanderdevelopment.net/post/2016/05/17/azure-text-analytics-sentiment-analysis-with-north52/</link><pubDate>Tue, 17 May 2016 13:19:37 +0000</pubDate><guid>https://alexanderdevelopment.net/post/2016/05/17/azure-text-analytics-sentiment-analysis-with-north52/</guid><description>For the last several months I&amp;rsquo;ve been working on an enterprise Dynamics CRM project where one of our goals is to minimize the amount of custom code we write by using North52&amp;rsquo;s Business Process Activities. I had not been exposed to North52 before working on this project, but I have been pleasantly surprised with how much it has allowed our mostly functional resources to achieve without needing technical assistance.</description></item><item><title>Webcast: Sentiment Analysis in Microsoft Dynamics CRM using Azure Text Analytics</title><link>https://alexanderdevelopment.net/post/2016/04/06/webcast-sentiment-analysis-in-microsoft-dynamics-crm-using-azure-text-analytics/</link><pubDate>Wed, 06 Apr 2016 14:37:20 +0000</pubDate><guid>https://alexanderdevelopment.net/post/2016/04/06/webcast-sentiment-analysis-in-microsoft-dynamics-crm-using-azure-text-analytics/</guid><description>On Monday, April 11, at 12 p.m. EDT, I will be presenting a webcast at MSDynamicsWorld.com that will show how a custom integration with Microsoft Azure Machine Learning can be used to perform sentiment analysis on any data stored in Dynamics CRM.
Custom sentiment analysis integrations can enable a number of interesting processes in Dynamics CRM including:</description></item><item><title>Predictions in Dynamics CRM with custom Azure Machine Learning integrations</title><link>https://alexanderdevelopment.net/post/2015/12/01/using-azure-machine-learning-predictive-data-models-in-dynamics-crm/</link><pubDate>Tue, 01 Dec 2015 03:08:34 +0000</pubDate><guid>https://alexanderdevelopment.net/post/2015/12/01/using-azure-machine-learning-predictive-data-models-in-dynamics-crm/</guid><description>Earlier this year I wrote a post that showed how to perform sentiment analysis in Dynamics CRM using Microsoft Azure Text Analytics. Azure Text Analytics makes it incredibly easy to use sentiment analysis (with English text only), but the full Azure Machine Learning offering is much more powerful. In today&amp;rsquo;s post I will show how to create a custom predictive web service in Azure ML and make predictions with it in Dynamics CRM.</description></item><item><title>Sentiment analysis in Dynamics CRM using Azure Text Analytics</title><link>https://alexanderdevelopment.net/post/2015/10/12/sentiment-analysis-in-dynamics-crm-using-azure-text-analytics/</link><pubDate>Mon, 12 Oct 2015 22:36:23 +0000</pubDate><guid>https://alexanderdevelopment.net/post/2015/10/12/sentiment-analysis-in-dynamics-crm-using-azure-text-analytics/</guid><description>Last year I created a proof-of-concept solution that showed how to integrate Dynamics CRM with HP Haven OnDemand (then called HP IDOL OnDemand) to perform sentiment analysis and index records to support &amp;ldquo;find similar&amp;rdquo; queries. While I was working through the AzureCon challenge a few weeks ago, I thought it would be an interesting exercise to update my sentiment analysis code to work with the Text Analytics offering from the Microsoft Azure Marketplace.</description></item></channel></rss>