-
Notifications
You must be signed in to change notification settings - Fork 527
/
Copy pathindex.yml
263 lines (260 loc) · 12.2 KB
/
index.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
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
### YamlMime:Hub
title: Azure developer documentation
summary: Find the languages and tools you need to develop on Azure.
brand: azure ## Used for color theming of icons and hero area
metadata:
title: Azure developer documentation
description: Develop on Azure using your favorite languages and tools. Azure supports development with C# and .NET, Java, JavaScript, Python, Azure PowerShell, and Azure CLI.
ms.topic: hub-page
ms.service: azure
ms.custom: build-2023
author: mcleanbyron
ms.author: mcleans
manager: mcleans
ms.date: 07/01/2022
highlightedContent:
items:
- title: Introduction to Azure for developers
itemType: get-started # controls the icon image and super-title text
url: intro/azure-developer-overview.md
- title: Key Azure services for developers
itemType: overview
url: ./intro/azure-developer-key-services.md
- title: Host applications on Azure
itemType: overview
url: ./intro/hosting-apps-on-azure.md
- title: Connect apps to Azure services
itemType: overview
url: ./intro/connect-to-azure-services.md
- title: Develop apps that use Azure AI services
itemType: overview
url: ./ai/azure-ai-for-developers.md
- title: Create resources in Azure
itemType: concept
url: ./intro/azure-developer-create-resources.md
- title: Key concepts for building Azure apps
itemType: architecture
url: ./intro/azure-developer-key-concepts.md
- title: Versioning policy for Azure services, SDKs, and CLI tools
itemType: concept
url: ./intro/azure-service-sdk-tool-versioning.md
productDirectory:
# title: Developer centers
# summary:
items:
# Card
- title: GitHub Copilot for Azure Preview
imageSrc: ./github-copilot-azure/media/logo/ghcpa-logo.svg
links:
- url: ./github-copilot-azure/introduction.md
text: What is GitHub Copilot for Azure?
- url: ./github-copilot-azure/get-started.md
text: Get started
- url: ./github-copilot-azure/quickstart-build-deploy-applications.md
text: Quickstart
- url: ./github-copilot-azure/learn-examples.md
text: Get information about Azure and your apps
- url: ./github-copilot-azure/deploy-examples.md
text: Deploy your apps
- url: ./github-copilot-azure/troubleshoot-examples.md
text: Troubleshoot your apps
- title: Python
imageSrc: /media/logos/logo_python.svg
links:
- url: /azure/azure-functions/create-first-function-vs-code-python
text: Deploy serverless Python apps to Azure Functions
- url: ./python/configure-python-web-app-local-environment.md
text: Deploy Python apps to Azure App Service
- url: /azure/storage/blobs/storage-quickstart-blobs-python
text: Manage storage blobs with the Azure SDK for Python
- url: /azure/sql-database/sql-database-connect-query-python
text: Use Python to query Azure SQL Database
- url: /azure/data-factory/quickstart-create-data-factory-python
text: Create an Azure Data Factory using Python
- url: ./python/index.yml
text: See more in the Python developer center
- title: JavaScript
imageSrc: /media/logos/logo_js.svg
links:
- url: ./ai/azure-ai-for-developers.md?pivots=javascript
text: Develop Azure AI apps with JavaScript
- url: ./javascript/ai/generative-ai-for-javascript-developers.md
text: Generative AI for JavaScript developers
- url: ./javascript/tutorial/azure-function-cosmos-db-mongo-api.md
text: Deploy a serverless application
- url: /azure/container-apps/javascript-overview
text: Azure Container Apps for Node.js
- url: /azure/app-service/tutorial-nodejs-mongodb-app?tabs=azure-portal%2cterminal-bash%2cvscode-deploy%2cdeploy-instructions-azportal%2cdeploy-zip-linux-mac%2cdeploy-instructions--zip-azcli
text: Deploy to Azure App Service
- url: ./javascript/index.yml
text: See more in the JavaScript developer center
- title: Java
imageSrc: /media/logos/logo_java.svg
links:
- url: ./java/fundamentals/java-jdk-install.md
text: Install the JDK for Azure and Azure Stack
- url: /azure/spring-apps/enterprise/quickstart
text: Deploy an app to Azure Spring Apps by using the Azure portal
- url: /azure/app-service/app-service-web-get-started-java
text: Create a Java app in Azure App Service
- url: ./java/spring-framework/configure-spring-boot-starter-java-app-with-entra.md
text: Use Spring Boot Starter for Microsoft Entra ID
- url: ./java/migration/migration-overview.md
text: Migrate Java Applications to Azure
- url: ./java/index.yml
text: See more in the Java developer center
- title: .NET
imageSrc: /azure/media/index/net-logo.svg
links:
- url: /dotnet/azure/intro
text: Introduction to Azure and .NET
- url: /dotnet/azure/dotnet-dev-env-checklist
text: Configure your .NET development environment for Azure
- url: /azure/app-service/app-service-web-get-started-dotnet
text: Deploy an ASP.NET web app
- url: /azure/azure-functions/functions-create-your-first-function-visual-studio
text: Build a serverless function
- url: /dotnet/azure/sdk/azure-sdk-for-dotnet
text: Azure SDK for .NET
- url: /dotnet/azure/
text: See more in the .NET developer center
- title: Azure AI for developers
imageSrc: ./intro/media/azure-openai.png
links:
- url: ./ai/azure-ai-for-developers.md
text: Overview of AI apps
- url: ./python/get-started-app-chat-template.md?toc=/azure/developer/ai/toc.json&bc=/azure/developer/ai/breadcrumb/toc.json
text: Chat with your data using Python
- url: ./javascript/get-started-app-chat-template.md?toc=/azure/developer/ai/toc.json&bc=/azure/developer/ai/breadcrumb/toc.json
text: Chat with your data using JavaScript
- url: ./java/ai/get-started-app-chat-template.md?toc=/azure/developer/ai/toc.json&bc=/azure/developer/ai/breadcrumb/toc.json
text: Chat with your data using Java
- url: /dotnet/ai/get-started-app-chat-template?toc=/azure/developer/ai/toc.json&bc=/azure/developer/ai/breadcrumb/toc.json
text: Chat with your data using .NET
- url: /azure/ai-services/
text: Azure AI services documentation
- title: Go
imageSrc: /media/logos/logo_Go-lightblue.svg
links:
- url: ./go/azure-sdk-install.md
text: Install the Azure SDK for Go
- url: ./go/azure-sdk-authentication.md
text: Authenticate your app
- url: ./ai/azure-ai-for-developers.md?pivots=go
text: Develop Azure AI apps with Go
- url: /azure/storage/blobs/storage-quickstart-blobs-go
text: Use Blob storage
- url: https://github.com/azure-samples/azure-sdk-for-go-samples
text: Azure SDK for Go code samples
- url: ./go/index.yml
text: See more in the Go developer center
- title: Azure PowerShell
imageSrc: /powershell/media/index/ps_black_128.svg
links:
- url: /powershell/azure/new-azureps-module-az
text: What is the new Az module?
- url: /powershell/azure/migrate-from-azurerm-to-az
text: Migrate from AzureRM to Az
- url: /powershell/azure/install-az-ps
text: Install
- url: /powershell/azure/authenticate-azureps
text: Sign in
- url: /powershell/azure/context-persistence
text: Persist credential contexts
- url: /powershell/azure/
text: See more in the Azure PowerShell developer center
- title: Azure CLI
imageSrc: /media/logos/logo_CLIgeneric.svg
links:
- url: /cli/azure/get-started-with-azure-cli
text: Get started
- url: /cli/azure/install-azure-cli
text: Install
- url: /cli/azure/authenticate-azure-cli
text: Sign-in
- url: /cli/azure/query-azure-cli
text: Run a query on the output of a CLI command
- url: /cli/azure/azure-cli-vm-tutorial
text: Create a virtual machine
- url: /cli/azure/
text: See more in the Azure CLI developer center
- title: Azure Developer CLI (azd)
imageSrc: https://static.docs.com/ui/media/product/azure/azure-developer-cli.svg
links:
- url: /azure/developer/azure-developer-cli/overview
text: What is the Azure Developer CLI? (azd)
- url: /azure/developer/azure-developer-cli/install-azd
text: Install azd
- url: /azure/developer/azure-developer-cli/get-started
text: Deploy an azd template
- url: /azure/developer/azure-developer-cli/make-azd-compatible
text: Make your project compatible with azd
- url: /azure/developer/azure-developer-cli/supported-languages-environments
text: Supported languages and environments
- title: TypeSpec
imageSrc: ./typespec/media/icon-for-hub/typespec-hub-icon.svg
links:
- url: ./typespec/overview.md
text: Overview
- url: ./typespec/resources.md#getting-started-guide
text: Get started
- url: ./typespec/resources.md#language-reference
text: Language reference
- url: ./typespec/resources.md#typespec-playground
text: Playground
- url: ./typespec/resources.md
text: Resources
- title: Dev Proxy
imageSrc: ./includes/media/dev-proxy/dev-proxy-icon.svg
links:
- url: /microsoft-cloud/dev/dev-proxy/overview
text: What is Dev Proxy?
- url: /microsoft-cloud/dev/dev-proxy/get-started
text: Get started
- url: /microsoft-cloud/dev/dev-proxy/tutorials/test-javascript-client-side-web-app
text: Test a JavaScript client-side web application
- url: /microsoft-cloud/dev/dev-proxy/tutorials/test-javascript-client-side-web-app-microsoft-graph
text: Test a JavaScript client-side web application that calls Microsoft Graph
- url: /microsoft-cloud/dev/dev-proxy/concepts/implement-rate-limiting-azure-api-management
text: How to implement rate limiting in Azure API Management
#tools:
#conceptualContent:
# itemType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | tutorial | whats-new
#additionalContent:
additionalContent:
sections:
- title: Developer Tools
summary: Use your favorite development tools when working with Azure
items:
# Card
- title: Visual Studio
summary: Full-featured IDE to code, debug, test, and deploy to any platform.
url: https://visualstudio.microsoft.com/
# Card
- title: Visual Studio Code
summary: Free. Built on open source. Runs everywhere.
url: https://code.visualstudio.com/
# Card
- title: Visual Studio Code Azure Extensions
summary: Use Azure directly from Visual Studio Code through extensions.
url: https://code.visualstudio.com/docs/azure/extensions
# Card
- title: DevOps and Automation
summary: Automate deployment with Infrastructure as Code (IaC).
url: ./iac/index.yml
# Card
- title: Playwright
summary: Reliable end-to-end testing for modern web apps
url: https://playwright.dev/
# Card
- title: Azure Toolkit for IntelliJ
summary: Use Azure Toolkit for IntelliJ to create, develop, test, and deploy Azure applications from within the IntelliJ IDE.
url: ./java/toolkit-for-intellij/index.yml
# Card
- title: Azure Toolkit for Eclipse
summary: Use Azure Toolkit for Eclipse to create, develop, test, and deploy Azure applications from within the Eclipse IDE.
url: ./java/toolkit-for-eclipse/index.yml
# Card
- title: Maven
summary: Use Maven to automate the way you build and manage Java projects. It works with other languages too.
url: https://github.com/Microsoft/azure-maven-plugins#readme