Explore >> Select a destination


You are here

dusted.codes
| | csharp.christiannagel.com
10.3 parsecs away

Travel
| | In older solutions I've created a service that returns all the different configurations used by different projects in a solution, e.g. URLs to APIs, connection strings, and more. Now with Azure App Configuration a service is offered by Microsoft Azure that makes this easy a lot easier: a service that can be used by your...
| | gregorsuttie.com
11.2 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...
| | nodogmablog.bryanhogan.net
11.7 parsecs away

Travel
| | Full source code available here. .NET Core 2 and .NET Core 2.1 offer many ways to load configuration and they are well documented by Microsoft. But there is one scenario that I didn't see explained.
| | ptimofeev.com
57.5 parsecs away

Travel
| A look at what Infrastructure as Code is and how it can be used in a practical exercise: spinning up a proxy server on Amazon AWS with Terraform.