Ambuz Ranjanambuzrnjn33.hashnode.dev·Sep 10, 2023The Ultimate Guide to Mastering Azure App ConfigurationWhat is Azure App Configuration? Azure App Configuration provides a centralized repository that empowers developers to separate configurations from code, thereby facilitating application scalability and rapid iteration. With the emergence of microser...Discuss·28 readsDevops
Alvin JohanssonforElvablog.elva-group.com·Apr 11, 2023Using AppConfig Feature Flags with Organization UnitsAWS AppConfig is a tool under AWS Systems Manager which handles, you guessed it, configurations of your applications. One of the major features are Feature Flags which enables you to toggle a feature wherever you need to within your solutions. It's a...Discuss·34 likes·403 readsAWS
Alberto Meneghinimenalb.hashnode.dev·Jan 10, 2023AWS AppConfig Feature Flags, DotNet and Blazor WASMThis article is also available in Italian here. The pace of today’s modern software development and release is getting faster and faster. Just a couple of years ago, before implementing a feature, there was a lot of upfront analysis. That was often b...Discuss·383 reads feature flags
Mohamed Fayazfayaz.click·Dec 21, 2022📱Control your AWS Apps with a simple message.Several tools in the market enable the engineering teams to easily roll out the application changes in various environments from a simple config to major code changes. But it often requires some level of technical understanding to make those updates....Discuss·2 likes·100 readsAmazon Web Services (AWS)AWS
Raul NaupariProblog.raulnq.com·Aug 27, 2022Application Configuration Management with AWS AppConfig in .NETUsually, when we develop an application, it is necessary to have configuration data to work properly. This data can come from multiple sources: Files: The solution is simple to implement. But to change or apply a new configuration change a deploymen...Discuss·103 readsAWS