Is it possible to use a custom domain or a custom data API in URLs? #1437
Unanswered
Madhan-Rommala
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Hi @Madhan-Rommala, Are you using an Azure service to host your container? You reference You can then set a custom global REST endpoint prefix using the Data Api builder runtime configuration: "runtime": {
"rest": {
"path": "/<custom-rest-api-path>",
"enabled": true
}, ...
} |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Custom Domain - Need to find the way to configure the custom domain to API URL. currently the REST API will be reachable via "http://dns-name-label.location.azurecontainer.io:port/.." but I wanted to add customer domain as per my wish in API url like
"http://organization-name.com/api/..." and I don't wanted to mention location-name , azurecontainer, port numbers in my api url.
Is there a workaround for this?
Beta Was this translation helpful? Give feedback.
All reactions