|
You are here |
damienbod.com | ||
| | | | |
codetraveler.io
|
|
| | | | | 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
|
|
| | | | | In this post, we upgrade a Functions app to .NET 5. | |
| | | | |
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... | |
| | | | |
smsagent.blog
|
|
| | | 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... | ||