I have an Azure Stream Analytics Job that uses an Azure Function as output. I deploy the ASA job as well as the function via CI/CD. When I deploy the ASA Job (given that the AF exists) the deployment succeeds and the job starts successfully. Furthermore the AF gets triggered successfully (i.e. the output works and it is not a problem e.g. related to the TSL setting -> Connection Test Failed when trying to add an Azure function as an output sink to Stream Analytics Job).
Still, when I am doing the connection test it fails:
Why is the connection test failing?
