WebTemplateStudio: Postgen modal azure links don't redirect correctly

The links we have for the 3 services are:

  1. Functions: https://portal.azure.com/#blade/WebsitesExtension/FunctionsIFrameBladeMain
  2. Cosmos DB: https://portal.azure.com/#blade/HubsExtension/BrowseResourceBlade/resourceType/Microsoft.DocumentDb%2FdatabaseAccounts
  3. App Service: https://ms.portal.azure.com/#blade/HubsExtension/BrowseResourceBlade/resourceType/Microsoft.Web%2Fsites

CosmosDB and App Service link takes you to the “All Resources” page rather than the “Cosmos DB” or “App Service” resource group pages when clicked on through the VSCode extension.

VSCode Issue: https://github.com/microsoft/vscode/issues/45515 VSCode currently decodes the %2F into a slash, so it takes you to a different path.

About this issue

  • Original URL
  • State: closed
  • Created 5 years ago
  • Reactions: 1
  • Comments: 17 (7 by maintainers)

Most upvoted comments

check - this should be better with next (Mondays) insiders build, https://github.com/microsoft/vscode/issues/83645#issuecomment-559814023

By the way you might want to change ms.portal.azure.com/ to portal.azure.com