Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
511 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
couchdb on azure container seems to have issue with azure forward slash /
When saving simple json in couchdb, azure seems to remove forward slash / in URL
Example when saving below json:
{ "_id": "https://jenkins-url.com/apache/couchdb/issues", "data": { } }
azure:
PUT /db/https%3A/jenkins-url.com/apache/couchdb/issues 201
couchdb on-prem:
PUT /db/https%3A%2F%2Fjenkins-url.com%2Fapache%2Fcouchdb%2Fissues 201
Notice that azure service removes / from URL