3
votes

Could you help me with two very simple and obvious question:

  1. How to set a favicon on developer portal in azure api management?
  2. How to edit an email template for a newly created user account? In notifications tab there are any other template except this one. Am I missing something?
2

2 Answers

5
votes

You can change the favico using this script.

<script type="text/javascript">
(function() {
    var link = document.createElement('link');
    link.type = 'image/x-icon';
    link.rel = 'shortcut icon';
    link.href = 'https://blabla.blob.core.windows.net/content/MediaLibrary/CustomAssets/favicon.ico';
    document.getElementsByTagName('head')[0].appendChild(link);
}());
</script>
0
votes

Currently we do not support setting your own favicon. It's on our radar though.

Regarding your second question, we do not send notification when new users sign up. Is that something you need? Feel free to raise a request in our uservoice http://feedback.azure.com/forums/248703-api-management