Skip to content

Commit 45ff60c

Browse files
authored
Merge pull request #1773 from v-kents/ks-links-202104
Links: Azure Dev (2021-04)
2 parents 933c112 + 16fccc7 commit 45ff60c

File tree

9 files changed

+14
-14
lines changed

9 files changed

+14
-14
lines changed

articles/github/build-vm-image.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Get started with the [GitHub Actions](https://docs.github.com/en/actions/learn-g
1717

1818
With GitHub Actions, you can speed up your CI/CD process by creating custom virtual machine images with artifacts from your workflows. You can both build images and distribute them to a [Shared Image Gallery](/azure/virtual-machines/shared-image-galleries).
1919

20-
You can then use these images to create [virtual machines](https://azure.microsoft.com/services/virtual-machines/) and [virtual machine scale sets](https://docs.microsoft.com/azure/virtual-machine-scale-sets/overview).
20+
You can then use these images to create [virtual machines](https://azure.microsoft.com/services/virtual-machines/) and [virtual machine scale sets](/azure/virtual-machine-scale-sets/overview).
2121

2222
The build virtual machine image action uses the [Azure Image Builder service](/azure/virtual-machines/image-builder-overview).
2323

@@ -311,4 +311,4 @@ As a last step, create a virtual machine from your image.
311311
```
312312

313313
## Next steps
314-
- Learn how to [deploy to Azure](deploy-to-azure.md).
314+
- Learn how to [deploy to Azure](deploy-to-azure.md).

articles/index.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ productDirectory:
5252
text: Develop a static website
5353
- url: ./javascript/tutorial/deploy-nodejs-azure-app-service-with-visual-studio-code.md
5454
text: Deploy to Azure App Service
55-
- url: ./javascript/tutorial/tutorial-vscode-serverless-node-install.md?tabs=bash
55+
- url: ./javascript/tutorial/vscode-function-app-http-trigger/tutorial-vscode-serverless-node-install.md?tabs=bash
5656
text: Deploy a serverless application
5757
- url: ./javascript/tutorial/tutorial-vscode-docker-node/tutorial-vscode-docker-node-01.md?tabs=bash
5858
text: Deploy Docker containers
@@ -187,4 +187,4 @@ additionalContent:
187187
url: ./java/toolkit-for-intellij/index.yml
188188
- title: Azure Toolkit for Eclipse
189189
summary: Use Azure Toolkit for Eclipse to create, develop, test, and deploy Azure applications from within the Eclipse IDE.
190-
url: ./java/toolkit-for-eclipse/index.yml
190+
url: ./java/toolkit-for-eclipse/index.yml

articles/java/learning-resources/fundamentals.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ The following sections provide links to videos that can help you learn Java adva
6969

7070
### Performance
7171

72-
- [Performance](https://blogs.msdn.microsoft.com/azureossds/2016/02/05/profiling-java-process-on-azure-web-apps)
72+
- [Performance](/archive/blogs/azureossds/profiling-java-process-on-azure-web-apps)
7373
- [Memory Issues](https://www.linkedin.com/learning/java-memory-management?u=3322)
7474
- [Dump Analysis](https://www.linkedin.com/learning/java-concurrency-troubleshooting-latency-and-throughput?u=3322)
7575
- [Testing - sampler of methods](https://learning.oreilly.com/playlists/e1ec94ab-a912-4455-b8a7-eccb024d3c55/)
@@ -96,4 +96,4 @@ The following sections provide links to resources that can help you understand h
9696

9797
### Support on Azure
9898

99-
- [Support for JDK on Azure](/azure/developer/java/fundamentals/java-jdk-long-term-support)
99+
- [Support for JDK on Azure](../fundamentals/java-jdk-long-term-support.md)

articles/javascript/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
- name: Set up your dev environment
1919
href: core/configure-local-development-environment.md
2020
- name: Set up service principal
21-
href: core/node-sdk-azure-authenticate-principal.md
21+
href: how-to/with-sdk/set-up-development-environment.md
2222
- name: Authenticate to Azure
2323
href: core/node-sdk-azure-authenticate.md
2424
- name: Tutorials

articles/javascript/core/automate-tasks-with-azure-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Once the Azure CLI is installed, you must log in to continue running Azure CLI c
3636
az login --identity
3737
```
3838

39-
[Login with a user's Service Principal](/cli/azure/authenticate-azure-cli#sign-in-with-a-service-principal), after [the Service Principal is created](../core/node-sdk-azure-authenticate-principal.md#create-a-service-principal-using-the-azure-cli-20).
39+
[Login with a user's Service Principal](/cli/azure/authenticate-azure-cli#sign-in-with-a-service-principal), after [the Service Principal is created](../how-to/with-sdk/set-up-development-environment.md#1-create-a-service-principal).
4040

4141
```dotnetcli
4242
read -sp "Azure password: " AZ_PASS && echo && \

articles/javascript/core/configure-local-development-environment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,6 @@ Visual Studio Code includes a number of built-in git features. For more informat
141141

142142
## Next steps
143143

144-
* [Create and use a service principal](node-sdk-azure-authenticate-principal.md)
144+
* [Create and use a service principal](../how-to/with-sdk/set-up-development-environment.md)
145145
* [Authenticate with the Azure modules for Node.js](node-sdk-azure-authenticate.md)
146146
* [Deploy a static website to Azure from Visual Studio Code](../tutorial/tutorial-vscode-static-website-node/tutorial-vscode-static-website-node-01.md)

articles/javascript/tutorial/tutorial-vscode-static-website-node/tutorial-vscode-static-website-node-06.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ The storage you created incurs minimal ongoing costs (which for storage are very
2020
[!INCLUDE [tutorial-next-steps](../../includes/tutorial-next-steps.md)]
2121

2222
> [!div class="nextstepaction"]
23-
> [I'm done](../../how-to/create-static-site.md) [I ran into an issue](https://www.research.net/r/PWZWZ52?tutorial=node-deployment-staticwebsite&step=clean-up-resources)
23+
> [I'm done](../../how-to/create-static-web-app.md) [I ran into an issue](https://www.research.net/r/PWZWZ52?tutorial=node-deployment-staticwebsite&step=clean-up-resources)

articles/javascript/whats-new-developer-advocacy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This content is primarily from Developer Advocates as well as other members of t
2121
* [Cloud First Conference Talk: Highly available, distributed & resilient software](https://youtu.be/OGFkz81mKf8?t=7162) - YouTube - Yohan Lasorsa
2222
* [Utilise staticwebdev GitHub org](https://github.com/staticwebdev) - We're here to help you get started with Azure Static Web Apps, the easiest way to get a static web application deployed to Azure. - Aaron Powell
2323
* [GraphQL on Azure: Part 6 - Subscriptions with SignalR](https://dev.to/azure/graphql-on-azure-part-6-subscriptions-with-signalr-275b) - Aaron Powell
24-
* [Reset deployment tokens in Azure Static Web Apps](https://docs.microsoft.com/azure/static-web-apps/deployment-token-management) - Burke Holland
24+
* [Reset deployment tokens in Azure Static Web Apps](/azure/static-web-apps/deployment-token-management) - Burke Holland
2525
* [Deploy Rust/WASM on SWA - updated](https://dev.to/azure/angular-rust-webassembly-node-js-serverless-and-the-new-azure-static-web-apps-cnb) - Wassim Chegham
2626
* [GitHub template for building a shareable web components library with Svelte](https://github.com/sinedied/svelte-web-components-template) - Yohan Lasorsa
2727
* [Desenvolvendo a Intro do Star Wars com HTML, CSS, JavaScript & Node.js! - updated](https://dev.to/azure/desenvolvendo-a-intro-do-star-wars-com-html-css-javascript-node-js-oae) - in **Portuguese​** - Glaucia Lemos
@@ -76,4 +76,4 @@ Glaucia Lemos
7676
* [Video #3](https://youtu.be/6u4aM2eT-gg)
7777
* YouTube: [Back-End Migration to Serverless Architecture & Local Database PostGreSQL to Cosmos DB - Day 01](https://youtu.be/nVbU9BlF5hs)
7878
* Wassim Chegham:
79-
* Blog: [Angular, Rust, WebAssembly, Node.js, Serverless, and... the NEW Azure Static Web Apps!](https://dev.to/azure/angular-rust-webassembly-node-js-serverless-and-the-new-azure-static-web-apps-cnb)
79+
* Blog: [Angular, Rust, WebAssembly, Node.js, Serverless, and... the NEW Azure Static Web Apps!](https://dev.to/azure/angular-rust-webassembly-node-js-serverless-and-the-new-azure-static-web-apps-cnb)

articles/javascript/whats-new-docs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ Find new and updated content for JavaScript and TypeScript developers.
6060
|3|[Build, test, and deploy JavaScript and Node.js apps - Azure Pipelines](/azure/devops/pipelines/ecosystems/javascript?tabs=code)|
6161
|4|[Monitor Azure Functions](/azure/azure-functions/functions-monitoring)|
6262
|5|[Get started with speech-to-text](/azure/cognitive-services/speech-service/get-started-speech-to-text?tabs=script%2Cbrowser%2Cwindowsinstall&pivots=programming-language-javascript)|
63-
|6|[Call an ASP.NET Core web API with JavaScript](https://docs.microsoft.com/aspnet/core/tutorials/web-api-javascript?view=aspnetcore-5.0&preserve-view=true)|
64-
|7|[ASP.NET Core SignalR JavaScript client](https://docs.microsoft.com/aspnet/core/signalr/javascript-client?view=aspnetcore-5.0&preserve-view=true)|
63+
|6|[Call an ASP.NET Core web API with JavaScript](/aspnet/core/tutorials/web-api-javascript?preserve-view=true&view=aspnetcore-5.0)|
64+
|7|[ASP.NET Core SignalR JavaScript client](/aspnet/core/signalr/javascript-client?preserve-view=true&view=aspnetcore-5.0)|
6565
|8|[Azure Functions JavaScript developer guide](/azure/azure-functions/functions-reference-node?tabs=v2)|
6666
|9|[Sign in users and call the Microsoft Graph API from an Angular single-page application](/azure/active-directory/develop/tutorial-v2-angular)|
6767
|10|[Application Insights for web pages](/azure/azure-monitor/app/javascript)|

0 commit comments

Comments
 (0)