I have an application running on Azure container apps that uses Azure Cosmos DB for Table to store customer's feedback. Azure Cosmos DB for Table connection string has been added to as a secret to the container apps, but I get "connection string parsing error".
I expected customer feedback to successfully populate in the cosmos DB for table. I have checked the container environment variable value to make sure it matches the connection string secret key.
Thank you!