Click here to Skip to main content
15,890,609 members
Articles / DevOps / Deployment

Reading Entries from Application Settings and Connection Strings in Azure Function using C# .NET Core 3.1, 5, 6

Rate me:
Please Sign up or sign in to vote.
2.82/5 (3 votes)
16 Dec 2021CPOL2 min read 7.6K   3  
This is a coding solution to use Application Settings and Connection Strings sections under Configuration Menu in Azure Functions V2.x and above to store configurable entries.
The solution uses "local.settings.json" file to store entries and also explains how to upload the same entries to Azure Function Host and use them accordingly after deployment.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Technical Lead
India India
I'm a Software Architect proficient in .NET Core, Azure PaaS, Azure DevOps, and Microservices. With expertise in these technologies, I design scalable and secure software systems. My strong knowledge of .NET Core allows me to create high-performance applications with code reusability. I leverage Azure PaaS services like Azure App Service, Functions, and Storage to develop cloud-native solutions. Using Azure DevOps, I automate the software development lifecycle and establish efficient collaboration. Additionally, I specialize in Microservices architecture, ensuring applications are divided into independent services for flexibility and scalability. Overall, I architect cutting-edge software solutions optimized for the cloud environment.

Comments and Discussions