Explore >> Select a destination


You are here

www.michaelcrump.net
| | gregorsuttie.com
4.5 parsecs away

Travel
| | 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
3.4 parsecs away

Travel
| | Learn how to Send email from PowerShell with a Logic App. This step-by-step guide shows you how to create the app and set up you script.
| | www.inogic.com
2.5 parsecs away

Travel
| | 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
| | damienbod.com
38.8 parsecs away

Travel
| This post looks at implementing an Open ID Connect identity provider in Microsoft Entra External ID. Auth0 is used as the identity provider and an ASP.NET Core application is used to test the authentication. Microsoft Entra External ID federates to Auth0. Client code: https://github.com/damienbod/EntraExternalIdCiam Microsoft Entra External ID supports federation using OpenID Connect and was...