One of the tasks you may require to do while modernizing your application into a cloud native app using Kubernetes, would be to converting the AppSettings variables to ConfigMap or Secret. The following extension will give you the possibility to generate a Kubernetes ConfigMap from AppSettings.json file.
Simply right click on the AppSettings.json file and click "Convert To ConfigMap" then choose if you want to tokenize or not and save the file. |