You are here |
4bes.nl | ||
| | | |
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 | |
| | | |
troubleshootingsql.com
|
|
| | | | In the first post of this series, I had talked about the cheat sheet which documents the best practices for storage for SQL Server workloads running on Azure Virtual Machines. In this post, I am going to show how to automate additional checks for your virtual machine and your storage configuration. I am going to... | |
| | | |
gregorsuttie.com
|
|
| | | | There are many ways to pass variables into an Azure Function. In this quick blog post I will show you how you can test the Azure Function locally with local settings and then use app settings from the Azure Portal and then also use values stored within Azure KeyVault incase we need to store and... | |
| | | |
4bes.nl
|
|
| | Learn step by step how you can create Azure Durable Functions for PowerShell with Human interaction. We use an example to see the workflow |