...
The Get-AzFunctionAppSetting
cmdlet returns the existing application settings, as in the following example:
Code Block | ||
---|---|---|
| ||
Get-AzFunctionAppSetting -Name <FUNCTION_APP_NAME> -ResourceGroupName <RESOURCE_GROUP_NAME> |
...
...
The Get-AzFunctionAppSetting
cmdlet returns the existing application settings, as in the following example:
Code Block | ||
---|---|---|
| ||
Get-AzFunctionAppSetting -Name <FUNCTION_APP_NAME> -ResourceGroupName <RESOURCE_GROUP_NAME> |
...