In APIM management is there any way to change the repository URL, instead of https://xxxxxx.scm.azure-api.net, can we use our own URL.
In APIM management is there any way to change the repository URL, instead of https://xxxxxx.scm.azure-api.net, can we use our own URL.
When you create an Azure API Management service instance, Azure assigns it a azure-api.net subdomain (for example, apim-service-name.azure-api.net). You can also expose your API Management endpoints using your own custom domain name, such as contoso.com. This tutorial shows you how to map an existing custom DNS name to endpoints exposed by an API Management instance.
go to Azure portal>API Management service>Deployment + infrastructure>Custom domains>add custom domain

Configure a custom domain name for your Azure API Management instance
If the Answer is helpful, please click Accept Answer and up-vote, so that it can help others in the community looking for help on similar topics.
Thanks @learn2skills, custom domain is fine for APIs endpoint but I am looking is there any way to check-in apim portal code to my git repository, currently in repository url I can't see a way to change the default URL.
@SubinVijayan-7868 As shown in the screenshot above, you can select SCM to assign a custom domain to the Repository URL.
6 people are following this question.