|
You are here |
www.frankysnotes.com | ||
| | | | |
keithbabinec.com
|
|
| | | | | Azure Resource Manager (ARM) templates have a nice set of built-in functions that allow you to develop complex expressions. These expressions can help a static deployment template file become more scalable and flexible for different scenarios. This article is a quick rundown on my new favorite tip for debugging a template expression that you just... | |
| | | | |
gist.github.com
|
|
| | | | | Azure Functions - Part 4: Working with Persistent Data and Visual Studio Code - 2 - afp4_2.cs | |
| | | | |
www.inogic.com
|
|
| | | | | Introduction: In our recent blog, We saw how to create an Azure function and now that we have our Azure function ready and hosted, let's look at invoking the function through a workflow. At this point, we will execute the function through an HTTP request instead of registering the function as a Webhook. Let us modify the | |
| | | | |
www.inogic.com
|
|
| | | Introduction: Azure function is a serverless architecture where your code is hosted in the cloud and you do not need any infrastructure to host this. Traditionally extending business logic for Dynamics 365 Customer Engagement (D365 CE) included creating plugin and workflow assemblies which would be deployed to CRM using Plugin registration tool. The assembly could | ||