Make URLs show the same content to different parties

MF1-MSFT 1 Reputation point Microsoft Employee
2022-11-02T16:54:19.26+00:00

A deeply frustrating feature of a lot of Microsoft UIs is that URLs are not universal. I have come across multiple instances of my giving or receiving a link, then having to get on a call with the other party to hash out why we're not seeing the same thing, as the actual contents of what one's seeing is influenced by browser state and front-end. I most frequently use and so come across this in Azure Portal and ADO (unable to find a precise tag for that).

I don't think this is a feature we've deliberately designed; the point of a link is to provide a quick, short and easy route to a specific piece of information. Having long URLs that do not guarantee a specific view makes linking people to action pages and referencing code/info in code comments unnecessarily unwieldy.

We should make our URLs actually universal, and ideally with fewer characters for easier and cleaner linking.

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
36,162 questions
0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. Michael Taylor 48,581 Reputation points
    2022-11-02T17:38:22.093+00:00

    They are. You'll need to provide us more concrete examples of what you're talking about here.

    Note that Azure DevOps is not supported on this forum so questions related to it need to be posted over on Stack Overflow. But as far as Azure Portal goes you can use a URL to navigate to specific resources. Of course if somebody sends you a link to a private dashboard then that won't work. That is sort of the purpose of dashboards. If you need a "team" dashboard then set up a shared dashboard that everyone has access to.

    0 comments No comments

  2. MF1-MSFT 1 Reputation point Microsoft Employee
    2022-11-08T12:10:54.043+00:00

    The most recent example I came across was https://ms.portal.azure.com/#@microsoft.onmicrosoft.com/asset/Microsoft_Azure_KeyVault/Secret/<key_vault_url>/secrets/<secret_name>

    Clicking on this link takes you to a read only view of the secret in question.

    258269-view-secret-2.jpg

    However, if I navigate to the list of objects in the keyvault then click on the same secret I get an entirely different view with the EXACT same URL:

    258275-edit-secret.jpg

    0 comments No comments

  3. MF1-MSFT 1 Reputation point Microsoft Employee
    2022-11-15T16:13:32.613+00:00

    Any comment on this @Michael Taylor ?