Explore >> Select a destination


You are here

janik6n.net
| | damienbod.com
10.4 parsecs away

Travel
| | This article looks at setting up an ASP.NET Core application to use Azure Key Vault. When deployed to Azure, it works like in the Azure documentation but when working on development PCs, some changes are required for a smooth developer experience. Code: https://github.com/damienbod/UsingAzureKeyVaultInDevelopment I develop using Visual Studio and manage multiple accounts and test environments....
| | www.systanddeploy.com
9.3 parsecs away

Travel
| | In this post we will see how to query Intune resource from a Logic App by using an Azure app registration.
| | gregorsuttie.com
8.9 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...
| | www.claudiobernasconi.ch
66.4 parsecs away

Travel
| Minimal APIs allow you to create HTTP APIs with minimal dependencies and a minimal number of files. Learn about Minimal APIs.