AZURE API management - developer portal - sign up form:basic problem

Luis Bernardo 5 Reputation points
2023-06-30T12:29:56.3833333+00:00

Hi, we have a problem on our developer portal. When we clic on "show" to see the "terms of service" we have the HTML code and not the link to the "terms of service" :

1

In the settings, we have this :

2

Is it normal ? Can we add HTML or just text ?

How can we add a link ?

Thx !!

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
2,290 questions
0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. Priscilla Soares | Escola São Domingos 400 Reputation points
    2023-06-30T12:33:35.4333333+00:00

    In the Azure API Management developer portal, you have the ability to customize the sign-up form, including the terms of service section. By default, the terms of service field is a text field where you can enter plain text. If you're seeing HTML code instead of a link, it suggests that the HTML is being displayed as plain text.

    To add a clickable link to the terms of service in the sign-up form, you'll need to use HTML. Here's how you can do it:

    Go to the Azure portal (portal.azure.com) and navigate to your API Management instance.

    In the left-hand menu, click on "Developer portal" to access the developer portal configuration.

    In the developer portal, click on the "Content" tab in the top navigation bar.

    In the content editor, locate the sign-up form content. It might be in a widget or a specific page, depending on your portal configuration.

    Edit the content for the terms of service section and switch to HTML mode if available.

    Enter the HTML code for a link using the <a> tag. For example:

    htmlCopy code
    <a href="https://example.com/terms" target="_blank">Terms of Service</a>
    

    Replace "https://example.com/terms" with the actual URL of your terms of service page.

    Save the changes.

    After following these steps, the terms of service section should display a clickable link instead of the HTML code. Users will be able to click on the link and be directed to the specified terms of service page.

    1 person found this answer helpful.
    0 comments No comments

  2. Saurabh Sharma 23,826 Reputation points Microsoft Employee
    2023-07-31T17:24:16.55+00:00

    @Luis Bernardo

    Thanks for using Microsoft Q&A!!

    Using Html markup is unfortunately not supported for configuring Terms of Service in the Developer portal. I suggest you to please provide your feedback on Azure APIM Feedback so that community can upvote and the products team can plan to include it in the future releases. Sorry for your inconvenience.

    Thanks

    Saurabh


    Please do not forget to "Accept the answer" wherever the information provided helps you to help others in the community.

    1 person found this answer helpful.
    0 comments No comments

  3. Luis Bernardo 5 Reputation points
    2023-06-30T12:53:02.9033333+00:00

    Hi, thx for the quick answer. But I don't find the "Content" tab in the top navigation bar.

    Is it on the visual editor ?


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.