forked from MicrosoftDocs/azure-dev-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTOC.yml
136 lines (136 loc) · 7.99 KB
/
TOC.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
- name: Azure for JavaScript & Node.js developers
href: index.yml
items:
- name: Quickstarts
expanded: true
items:
- name: App hosting
items:
- name: Static sites
href: https://code.visualstudio.com/tutorials/static-website/getting-started
- name: Web apps and APIs
href: https://code.visualstudio.com/tutorials/app-service-extension/getting-started
- name: Serverless
href: https://code.visualstudio.com/tutorials/functions-extension/getting-started
- name: Docker
href: https://code.visualstudio.com/tutorials/docker-extension/getting-started
- name: Kubernetes
href: /azure/aks/kubernetes-walkthrough?toc=/azure/javascript/toc.json&bc=/azure/javascript/breadcrumb/toc.json
- name: Linux VMs
href: /azure/virtual-machines/linux/quick-create-cli?toc=/azure/javascript/toc.json&bc=/azure/javascript/breadcrumb/toc.json
- name: DevOps
items:
- name: Azure Repos
href: /azure/devops/repos/get-started/index?view=azure-devops&toc=/azure/javascript/toc.json&bc=/azure/javascript/breadcrumb/toc.json
- name: CI/CD with Azure Pipelines
href: /azure/devops/pipelines/languages/javascript?view=azure-devops&toc=/azure/javascript/toc.json&bc=/azure/javascript/breadcrumb/toc.json
- name: CI/CD with Azure DevOps Projects
href: /azure/devops-project/azure-devops-project-nodejs?toc=/azure/javascript/toc.json&bc=/azure/javascript/breadcrumb/toc.json
- name: Application Insights with Azure Monitor
href: /azure/azure-monitor/learn/nodejs-quick-start?toc=/azure/javascript/toc.json&bc=/azure/javascript/breadcrumb/toc.json
- name: Log Analytics with Azure Monitor
href: /azure/azure-monitor/learn/quick-collect-linux-computer?toc=/azure/javascript/toc.json&bc=/azure/javascript/breadcrumb/toc.json
- name: GitHub Actions
href: https://css-tricks.com/introducing-github-actions/
- name: Debugging and diagnostics
items:
- name: Remote debugging for Azure App Service
href: https://code.visualstudio.com/docs/azure/remote-debugging
- name: Log Points in VS Code for Azure App Service
href: https://code.visualstudio.com/blogs/2018/07/12/introducing-logpoints-and-auto-attach
- name: Debug local Node.js apps in VS Code
href: https://code.visualstudio.com/docs/nodejs/nodejs-debugging
- name: Tools and extensions
href: node-azure-tools.md
- name: Store data
items:
- name: Blob storage
href: /azure/storage/blobs/storage-quickstart-blobs-nodejs?toc=/azure/javascript/toc.json&bc=/azure/javascript/breadcrumb/toc.json
- name: SQL Database
href: /azure/sql-database/sql-database-connect-query-nodejs?toc=/azure/javascript/toc.json&bc=/azure/javascript/breadcrumb/toc.json
- name: Cosmos DB
href: /azure/cosmos-db/create-mongodb-nodejs?toc=/azure/javascript/toc.json&bc=/azure/javascript/breadcrumb/toc.json
- name: Redis Cache
href: /azure/azure-cache-for-redis/cache-nodejs-get-started?toc=/azure/javascript/toc.json&bc=/
- name: PostgreSQL
href: /azure/postgresql/connect-nodejs?toc=/azure/javascript/toc.json&bc=/azure/javascript/breadcrumb/toc.json
- name: MySQL
href: /azure/mysql/connect-nodejs?toc=/azure/javascript/toc.json&bc=/azure/javascript/breadcrumb/toc.json
- name: Security and authentication
items:
- name: Azure Active Directory
href: /azure/active-directory/develop/quickstart-v1-nodejs-webapi?toc=/azure/javascript/toc.json&bc=/azure/javascript/breadcrumb/toc.json
- name: Azure AD B2C
href: /azure/active-directory-b2c/active-directory-b2c-tutorials-spa?toc=/azure/javascript/toc.json&bc=/azure/javascript/breadcrumb/toc.json
- name: Key Vault
href: /azure/key-vault/quick-create-cli?toc=/azure/javascript/toc.json&bc=/azure/javascript/breadcrumb/toc.json
- name: Messaging and integration
items:
- name: Event Grid
href: /azure/event-grid/custom-event-quickstart?toc=/azure/javascript/toc.json&bc=/azure/javascript/breadcrumb/toc.json
- name: Service Bus
href: /azure/service-bus-messaging/service-bus-nodejs-how-to-use-queues?toc=/azure/javascript/toc.json&bc=/azure/javascript/breadcrumb/toc.json
- name: Queue storage
href: /azure/storage/queues/storage-nodejs-how-to-use-queues?toc=/azure/javascript/toc.json&bc=/azure/javascript/breadcrumb/toc.json
- name: IoT
items:
- name: IoT Hub
href: /azure/iot-hub/quickstart-control-device-node?toc=/azure/javascript/toc.json&bc=/azure/javascript/breadcrumb/toc.json
- name: Big data streaming
href: /azure/iot-hub/quickstart-send-telemetry-node?toc=/azure/javascript/toc.json&bc=/azure/javascript/breadcrumb/toc.json
- name: Cognitive Services
items:
- name: Text Analytics
href: /azure/cognitive-services/text-analytics/quickstarts/nodejs?toc=/azure/javascript/toc.json&bc=/azure/javascript/breadcrumb/toc.json
- name: Computer Vision
href: /azure/cognitive-services/Computer-vision/Quickstarts/node-analyze?toc=/azure/javascript/toc.json&bc=/azure/javascript/breadcrumb/toc.json
- name: Speech recognition
href: /azure/cognitive-services/speech-service/get-started?toc=/azure/javascript/toc.json&bc=/azure/javascript/breadcrumb/toc.json
- name: How-To guides
items:
- name: End to end Node.js with VS Code
href: node-howto-e2e.md
- name: Deploy a web app
href: node-howto-deploy-web-app.md
- name: Deploy containers
href: node-howto-deploy-containers.md
- name: Deploy through continuous delivery
href: /azure/devops/pipelines/languages/javascript?toc=/azure/javascript/toc.json&bc=/azure/javascript/breadcrumb/toc.json
- name: Integrate with databases
href: node-howto-integrate-databases.md
- name: Write serverless code
href: node-howto-write-serverless-code.md
- name: Create a static (JAMstack) site
href: node-howto-create-static-site-jamstack.md
- name: Automate monitoring
href: /azure/azure-monitor/learn/nodejs-quick-start?toc=/azure/javascript/toc.json&bc=/azure/javascript/breadcrumb/toc.json
- name: Create a REST API
href: /azure/app-service/app-service-web-tutorial-rest-api?toc=/azure/javascript/toc.json&bc=/azure/javascript/breadcrumb/toc.json
- name: Samples
items:
- name: Web apps & serverless
href: https://docs.microsoft.com/samples/browse/?languages=javascript%2Cnodejs&products=azure-functions%2Cazure-app-service%2Cazure-logic-apps
- name: Databases
items:
- name: Cosmos DB
href: https://docs.microsoft.com/samples/browse/?languages=javascript%2Cnodejs&products=azure-cosmos-db
- name: SQL DB
href: https://docs.microsoft.com/samples/browse/?languages=javascript%2Cnodejs&products=azure-sql-database
- name: Mongo DB
href: https://docs.microsoft.com/samples/browse/?languages=javascript%2Cnodejs&term=Mongo%20DB
- name: Storage
href: https://docs.microsoft.com/samples/browse/?languages=javascript%2Cnodejs&products=azure-storage
- name: Identity & Security
href: https://docs.microsoft.com/samples/browse/?languages=javascript%2Cnodejs&products=azure-active-directory%2Cazure-key-vault
- name: IoT
href: https://docs.microsoft.com/samples/browse/?languages=javascript%2Cnodejs&products=azure-iot-hub%2Cazure-iot-edge%2Cazure-iot-central
- name: Microservices
href: https://docs.microsoft.com/samples/browse/?languages=javascript%2Cnodejs&products=azure-event-grid
- name: AI with Cognitive Services
href: https://docs.microsoft.com/samples/browse/?languages=javascript%2Cnodejs&products=azure-cognitive-services
- name: Search
href: https://docs.microsoft.com/samples/browse/?languages=javascript%2Cnodejs&products=azure-search
- name: All Samples
href: https://docs.microsoft.com/samples/browse/?languages=javascript%2Cnodejs
- name: Reference
href: /javascript/api/?view=azure-node-latest