Explore >> Select a destination


You are here

damienbod.com
| | codetraveler.io
0.9 parsecs away

Travel
| | Azure Functions recently released support for .NET 5. Let's take a look at how to upgrade our existing Azure Functions to use it!
| | www.daveabrock.com
0.7 parsecs away

Travel
| | In this post, we upgrade a Functions app to .NET 5.
| | gregorsuttie.com
0.8 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...
| | smsagent.blog
20.6 parsecs away

Travel
| For a long time I've used the following PowerShell cmdlet from the Intune PowerShell SDK to get an access token for Microsoft Graph for running ad-hoc Graph queries or testing automation code locally: $GraphToken = Connect-MSGraph -PassThru Since most of the time I prefer to construct my own code to call the REST API directly...