An Azure managed MySQL database service for app development and deployment.
@lalin You could use below ways to list configurations added by ServiceConnector, then use the right key names in your php test code.
Use Azure Portal, your ACA -> ServiceConnector node at left panel -> the expanding arrow at the beginning of your connector
- Use Azure CLI
az container app connection list-configuration -g <your_resource_group> -n <your_aca_name> --connection <your_serviceconnection_name>
Regards
Geetha