Skip to content

Commit d3af002

Browse files
joescarsahmelsayed
authored andcommitted
Add Setting verbiage regarding encryption
1 parent 62ce990 commit d3af002

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Azure.Functions.Cli/Actions/LocalActions/AddSettingAction.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
namespace Azure.Functions.Cli.Actions.LocalActions
1111
{
12-
[Action(Name = "add", Context = Context.Settings, HelpText = "Add new local app setting to appsettings.json")]
12+
[Action(Name = "add", Context = Context.Settings, HelpText = "Add new local app setting to appsettings.json.\n\t Settings are encrypted by default. If encrypted, they can only be decrypted on the current machine.")]
1313
class AddSettingAction : BaseAction
1414
{
1515
private readonly ISecretsManager _secretsManager;

0 commit comments

Comments
 (0)