HomecareHomebase / azure-bake

An Open Source Deployment Management Framework for DevOps and Developers
MIT License
9 stars 14 forks source link

get_instrumentation_key should fail gracefully #113

Open Balfa opened 5 years ago

Balfa commented 5 years ago

If AppInsightsUtils.get_instrumentation_key() encounters some error getting the resource or resource group, it should just return an empty string to allow the rest of the deployment to continue. It could log a warning so as not to fail completely silently :)