|
180 | 180 | - name: TypeScript |
181 | 181 | href: /samples/browse/?products=azure-functions&languages=typescript |
182 | 182 | - name: Azure CLI |
183 | | - items: |
184 | | - - name: CLI sample index |
185 | | - href: functions-cli-samples.md |
186 | | - - name: Create function app |
187 | | - items: |
188 | | - - name: Serverless function app |
189 | | - href: ./scripts/functions-cli-create-serverless.md |
190 | | - - name: Serverless Python app |
191 | | - href: ./scripts/functions-cli-create-serverless-python.md |
192 | | - - name: Scalable Premium plan app |
193 | | - href: ./scripts/functions-cli-create-premium-plan.md |
194 | | - - name: Dedicated (App Service) plan app |
195 | | - href: ./scripts/functions-cli-create-app-service-plan.md |
196 | | - - name: Integrate services |
197 | | - items: |
198 | | - - name: Connect Azure Storage |
199 | | - href: ./scripts/functions-cli-create-function-app-connect-to-storage-account.md |
200 | | - - name: Connect Azure Cosmos DB |
201 | | - href: ./scripts/functions-cli-create-function-app-connect-to-cosmos-db.md |
202 | | - - name: Python mount Files share |
203 | | - href: ./scripts/functions-cli-mount-files-storage-linux.md |
204 | | - - name: Continuous deployment |
205 | | - items: |
206 | | - - name: GitHub deployment |
207 | | - href: ./scripts/functions-cli-create-function-app-github-continuous.md |
| 183 | + href: functions-cli-samples.md |
208 | 184 | - name: Azure PowerShell |
209 | 185 | href: create-resources-azure-powershell.md |
210 | 186 | - name: Concepts |
|
393 | 369 | href: functions-create-function-app-portal.md |
394 | 370 | - name: Azure CLI |
395 | 371 | displayName: create function app |
396 | | - href: ./scripts/functions-cli-create-serverless.md |
| 372 | + href: how-to-create-function-azure-cli.md |
397 | 373 | - name: Create functions |
398 | 374 | items: |
399 | 375 | - name: HTTP trigger |
|
402 | 378 | href: functions-create-http-endpoint.md |
403 | 379 | - name: Kotlin using IntelliJ |
404 | 380 | href: functions-create-maven-kotlin-intellij.md |
405 | | - - name: Consumption plan |
406 | | - href: ./scripts/functions-cli-create-app-service-plan.md |
407 | | - - name: Premium plan |
408 | | - href: ./scripts/functions-cli-create-premium-plan.md |
409 | 381 | - name: Linux container (Premium) |
410 | 382 | displayName: container, Docker, custom |
411 | 383 | href: functions-deploy-container.md |
|
0 commit comments