Explore >> Select a destination


You are here

timurakhmadeev.wordpress.com
| | markheath.net
4.8 parsecs away

Travel
| | Mark Heath's Development Blog
| | damienbod.com
2.9 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....
| | gregorsuttie.com
5.6 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...
| | codetraveler.io
16.4 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!