JAVASCRIPT_CODE_FAILURE: Exception occurred when making http call to the provider. Cause: TypeError: Cannot read property "azure" from null (script_include:AzureApiCommand; line 119)Issue Running Microsoft Azure Discovery fails with the below error: JAVASCRIPT_CODE_FAILURE: Exception occurred when making http call to the provider. Cause: TypeError: Cannot read property "azure" from null (script_include:AzureApiCommand; line 119) The above error can also be seen when performing "Test Account" action while creating a Cloud Discovery Schedule and the same error can be seen in the MID Server agent logs.CauseBecause of missing the MID Server property "mid.cloud.discovery.retry.configuration" in the "ecc_agent_property" tableResolutionAdd the property "mid.cloud.discovery.retry.configuration" in the "ecc_agent_property" table and set its value to the below JSON and submit. {"aws":{"retries":5,"response_codes":[429,400],"script":"ExponentialBackoffStrategy","config":{"base_delay":1000,"max_delay":10000,"additional_delay_window":1500}},"gcp":{"retries":5,"response_codes":[408,429,500,503,504],"script":"ExponentialBackoffStrategy","config":{"base_delay":1000,"max_delay":10000,"additional_delay_window":1500}},"azure":{"retries":5,"response_codes":[429],"script":"ResponseHeaderBackoffStrategy","config":{"response_header":"Retry-After","delay_unit":"seconds","additional_delay_window":1500}}}Related LinksCloud Request Retry Framework - Transfer of Information(TOI) - KB1122445