.NET Core configuration fundamentals outline the importance of handling configuration in cloud-native applications, emphasizing environment-specific settings and the options pattern for managing app settings. The document discusses various configuration providers, such as environment variables and external configuration servers, and illustrates how to build a web host and handle configuration loading effectively. It also touches on best practices for flexibility and simplicity in using external configuration sources for .NET applications.