-
Notifications
You must be signed in to change notification settings - Fork 5k
Adding custom URL "vsocde.dev/azure" & details on it to the VS Code f… #8265
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@meeraharidasa Added comments about moving the detailed section and some text edits.
docs/setup/vscode-web.md
Outdated
@@ -79,11 +79,16 @@ We've explored a couple of URLs already (`vscode.dev/github` and `vscode.dev/azu | |||
| MakeCode | `/edu/makecode` | [MakeCode docs](https://arcade.makecode.com/vscode) | | |||
| VS Code for Education | `/edu` | [VS Code for Education landing page](https://vscodeedu.com/) | | |||
| Azure Machine Learning (AML) | `/+ms-toolsai.vscode-ai-remote-web` | [AML docs](https://learn.microsoft.com/azure/machine-learning/how-to-launch-vs-code-remote?view=azureml-api-2&tabs=vscode-web) | | |||
| Azure | `/azure` | [AML docs](https://insiders.vscode.dev/azure) | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See comment below about moving this section. Similar to the table entry for Azure Repos, change the link text to "More info above" and link to the section.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Makes sense!
|
||
Please note that some URLs must be entered in a specific way (for example, `vscode.dev/editor/liveshare` requires an active Live Share session). Please review each service's documentation for specific access and usage information. | ||
|
||
There's more information on some of these URLs below. | ||
|
||
## VS Code for the Web - Azure |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Move this section higher up, just below Azure Repos. It breaks the follow-on sections and fits better alongside the other Azure section.
Suggest renaming it to "Manage Azure applications"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@meeraharidasa As mentioned above, please move this entire section above the "More custom URLs" and change the section name to "Manage Azure applications".
Then in the table with custom URLs, the URL should point to this section instead to make it consistent with how it's done for Azure Repos.
@meeraharidasa About having a dedicated page for /azure, looping in @mistymadonna who's working on the Azure docs on our site. It would be best to have such a page as part of the Azure section. |
docs/setup/vscode-web.md
Outdated
@@ -79,11 +79,16 @@ We've explored a couple of URLs already (`vscode.dev/github` and `vscode.dev/azu | |||
| MakeCode | `/edu/makecode` | [MakeCode docs](https://arcade.makecode.com/vscode) | | |||
| VS Code for Education | `/edu` | [VS Code for Education landing page](https://vscodeedu.com/) | | |||
| Azure Machine Learning (AML) | `/+ms-toolsai.vscode-ai-remote-web` | [AML docs](https://learn.microsoft.com/azure/machine-learning/how-to-launch-vs-code-remote?view=azureml-api-2&tabs=vscode-web) | | |||
| Azure | `/azure` | [AML docs](https://insiders.vscode.dev/azure) | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We probably also want to change the URL text to something other than "AML docs"
thanks @ntrogh!! |
This looks good to me! Co-authored-by: Nick Trogh <1908215+ntrogh@users.noreply.github.com>
We are releasing the /azure route soon this year and wanted to have it be a part of VS Code for the Web docs.
Additionally, I'd like to have a page with more information on the sub route and will link to that from here.