Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The Get-AzFunctionAppSetting cmdlet returns the existing application settings, as in the following example:

Code Block
languagepowershellc#
Get-AzFunctionAppSetting -Name <FUNCTION_APP_NAME> -ResourceGroupName <RESOURCE_GROUP_NAME>

...