Skip to content

Commit 309a543

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into WI58556-naming-restrictions
2 parents ddee2d4 + a25e55f commit 309a543

33 files changed

+847
-353
lines changed

.openpublishing.redirection.defender-for-iot.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -654,6 +654,11 @@
654654
"redirect_url": "/azure/defender-for-iot/device-builders/tutorial-standalone-agent-binary-installation",
655655
"redirect_document_id": false
656656
},
657+
{
658+
"source_path_from_root": "/articles/defender-for-iot/organizations/how-to-connect-sensor-by-proxy.md",
659+
"redirect_url": "/azure/defender-for-iot/organizations/connect-sensors",
660+
"redirect_document_id": false
661+
},
657662
{
658663
"source_path_from_root": "/articles/defender-for-iot/organizations/references-defender-for-iot-glossary.md",
659664
"redirect_url": "/azure/defender-for-iot/organizations/overview",

articles/azure-functions/TOC.yml

Lines changed: 130 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -18,46 +18,82 @@
1818
- name: Create your first function
1919
expanded: true
2020
items:
21-
- name: Visual Studio Code
22-
expanded: true
23-
items:
24-
- name: C#
21+
- name: C#
22+
items:
23+
- name: Visual Studio
24+
displayName: C#, quickstart, get started
25+
href: functions-create-your-first-function-visual-studio.md
26+
- name: Visual Studio Code
27+
displayName: C#, quickstart, get started
2528
href: create-first-function-vs-code-csharp.md
26-
- name: Java
27-
href: create-first-function-vs-code-java.md
28-
- name: JavaScript
29-
href: create-first-function-vs-code-node.md
30-
- name: PowerShell
31-
href: create-first-function-vs-code-powershell.md
32-
- name: Python
33-
href: create-first-function-vs-code-python.md
34-
- name: TypeScript
35-
href: create-first-function-vs-code-typescript.md
36-
- name: Other (Go/Rust)
37-
href: create-first-function-vs-code-other.md
38-
- name: Visual Studio
39-
href: functions-create-your-first-function-visual-studio.md
40-
- name: Command line
41-
expanded: false
42-
items:
43-
- name: C#
29+
- name: Command line
30+
displayName: C#, quickstart, get started
4431
href: create-first-function-cli-csharp.md
45-
- name: Java
32+
- name: Java
33+
items:
34+
- name: Eclipse
35+
displayName: Java, quickstart, get started
36+
href: functions-create-maven-eclipse.md
37+
- name: Gradle
38+
displayName: Java, quickstart, get started
39+
href: functions-create-first-java-gradle.md
40+
- name: IntelliJ IDEA
41+
displayName: Java, quickstart, get started
42+
href: functions-create-maven-intellij.md
43+
- name: Maven
44+
displayName: Java, quickstart, get started
4645
href: create-first-function-cli-java.md
47-
- name: JavaScript
46+
- name: Spring Cloud
47+
displayName: Java, quickstart, get started
48+
href: /azure/developer/java/spring-framework/getting-started-with-spring-cloud-function-in-azure?toc=/azure/azure-functions/toc.json
49+
- name: Visual Studio Code
50+
displayName: Java, quickstart, get started
51+
href: create-first-function-vs-code-java.md
52+
- name: JavaScript
53+
items:
54+
- name: Visual Studio Code
55+
displayName: JavaScript, quickstart, get started
56+
href: create-first-function-vs-code-node.md
57+
- name: Command line
58+
displayName: JavaScript, quickstart, get started
4859
href: create-first-function-cli-node.md
49-
- name: PowerShell
60+
- name: PowerShell
61+
items:
62+
- name: Visual Studio Code
63+
displayName: PowerShell, quickstart, get started
64+
href: create-first-function-vs-code-powershell.md
65+
- name: Command line
66+
displayName: PowerShell, quickstart, get started
5067
href: create-first-function-cli-powershell.md
51-
- name: Python
68+
- name: Python
69+
items:
70+
- name: Visual Studio Code
71+
displayName: Python, quickstart, get started
72+
href: create-first-function-vs-code-python.md
73+
- name: Command line
74+
displayName: Python, quickstart, get started
5275
href: create-first-function-cli-python.md
53-
- name: TypeScript
76+
- name: TypeScript
77+
items:
78+
- name: Visual Studio Code
79+
displayName: TypeScript, quickstart, get started
80+
href: create-first-function-vs-code-typescript.md
81+
- name: Command line
82+
displayName: TypeScript, quickstart, get started
5483
href: create-first-function-cli-typescript.md
55-
- name: Bicep
56-
displayName: ARM, Resource Manager, Template
57-
href: functions-create-first-function-bicep.md
58-
- name: ARM template
59-
displayName: Resource Manager
60-
href: functions-create-first-function-resource-manager.md
84+
- name: Other (Go/Rust)
85+
items:
86+
- name: Visual Studio Code
87+
displayName: Go, Rust, quickstart, get started
88+
href: create-first-function-vs-code-other.md
89+
- name: Resource Manager
90+
items:
91+
- name: Bicep
92+
displayName: ARM, Resource Manager, Template
93+
href: functions-create-first-function-bicep.md
94+
- name: ARM template
95+
displayName: Resource Manager
96+
href: functions-create-first-function-resource-manager.md
6197
- name: Azure Arc (preview)
6298
items:
6399
- name: Publish code project
@@ -66,18 +102,67 @@
66102
- name: Publish Linux container
67103
displayName: Arc, container, Kubernetes
68104
href: create-first-function-arc-custom-container.md
69-
- name: Connect to a database
70-
items:
71-
- name: Visual Studio Code
72-
href: functions-add-output-binding-cosmos-db-vs-code.md
73105
- name: Connect to storage
74106
items:
75-
- name: Visual Studio Code
76-
href: functions-add-output-binding-storage-queue-vs-code.md
77-
- name: Visual Studio
78-
href: functions-add-output-binding-storage-queue-vs.md
79-
- name: Command line
80-
href: functions-add-output-binding-storage-queue-cli.md
107+
- name: C#
108+
items:
109+
- name: Visual Studio
110+
displayName: Connect to storage
111+
href: functions-add-output-binding-storage-queue-vs.md
112+
- name: Visual Studio Code
113+
displayName: Connect to storage
114+
href: functions-add-output-binding-storage-queue-vs-code.md?pivots=programming-language-csharp
115+
- name: Command line
116+
displayName: Connect to storage
117+
href: functions-add-output-binding-storage-queue-cli.md?pivots=programming-language-csharp
118+
- name: Java
119+
items:
120+
- name: Visual Studio Code
121+
displayName: Connect to storage
122+
href: functions-add-output-binding-storage-queue-vs-code.md?pivots=programming-language-java
123+
- name: Command line
124+
displayName: Connect to storage
125+
href: functions-add-output-binding-storage-queue-cli.md?pivots=programming-language-java
126+
- name: JavaScript
127+
items:
128+
- name: Visual Studio Code
129+
displayName: Connect to storage
130+
href: functions-add-output-binding-storage-queue-vs-code.md?pivots=programming-language-javascript
131+
- name: Command line
132+
displayName: Connect to storage
133+
href: functions-add-output-binding-storage-queue-cli.md?pivots=programming-language-javascript
134+
- name: PowerShell
135+
items:
136+
- name: Visual Studio Code
137+
displayName: Connect to storage
138+
href: functions-add-output-binding-storage-queue-vs-code.md?pivots=programming-language-powershell
139+
- name: Command line
140+
displayName: Connect to storage
141+
href: functions-add-output-binding-storage-queue-cli.md?pivots=programming-language-powershell
142+
- name: Python
143+
items:
144+
- name: Visual Studio Code
145+
displayName: Connect to storage
146+
href: functions-add-output-binding-storage-queue-vs-code.md?pivots=programming-language-python
147+
- name: Command line
148+
displayName: Connect to storage
149+
href: functions-add-output-binding-storage-queue-cli.md?pivots=programming-language-python
150+
- name: TypeScript
151+
items:
152+
- name: Visual Studio Code
153+
displayName: Connect to storage
154+
href: functions-add-output-binding-storage-queue-vs-code.md?pivots=programming-language-typescript
155+
- name: Command line
156+
displayName: Connect to storage
157+
href: functions-add-output-binding-storage-queue-cli.md?pivots=programming-language-typescript
158+
- name: Connect to a database
159+
items:
160+
- name: C#
161+
displayName: Connect to a database, Azure Cosmos DB
162+
href: functions-add-output-binding-cosmos-db-vs-code.md?pivots=programming-language-csharp
163+
- name: JavaScript
164+
displayName: Connect to a database, Azure Cosmos DB
165+
href: functions-add-output-binding-cosmos-db-vs-code.md?pivots=programming-language-javascript
81166
- name: Tutorials
82167
items:
83168
- name: Functions with Logic Apps
@@ -326,6 +411,8 @@
326411
href: ./functions-create-your-first-function-visual-studio.md
327412
- name: Visual Studio Code
328413
href: ./create-first-function-vs-code-csharp.md
414+
- name: Java with Quarkus
415+
href: functions-create-first-quarkus.md
329416
- name: Java using Gradle
330417
href: functions-create-first-java-gradle.md
331418
- name: Java using Eclipse

articles/azure-functions/create-first-function-cli-java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ In this article, you use command-line tools to create a Java function that respo
1919

2020
If Maven isn't your preferred development tool, check out our similar tutorials for Java developers:
2121
+ [Gradle](./functions-create-first-java-gradle.md)
22-
+ [IntelliJ IDEA](/azure/developer/java/toolkit-for-intellij/quickstart-functions)
22+
+ [IntelliJ IDEA](functions-create-maven-intellij.md)
2323
+ [Visual Studio Code](create-first-function-vs-code-java.md)
2424

2525
Completing this quickstart incurs a small cost of a few USD cents or less in your Azure account.

0 commit comments

Comments
 (0)