def get_app_value()

in src/Saas.Lib/Deployment.Script.Modules/map-output-parameters-for-app-service.py [0:0]


def get_app_value(config: dict, app_name: str, key: str) -> str:
    for item in config['appRegistrations']: 
        if item['name'] == app_name: return item[key]