File tree Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Original file line number Diff line number Diff line change @@ -338,6 +338,24 @@ This `run.ps1` file implements the function code:
338
338
339
339
---
340
340
341
+ ::: zone pivot="programming-language-csharp"
342
+ You can review the complete template project [here](https://github.com/Azure-Samples/functions-quickstart-dotnet-azd).
343
+ ::: zone-end
344
+ ::: zone pivot="programming-language-java"
345
+ You can review the complete template project [here](https://github.com/Azure-Samples/azure-functions-java-flex-consumption-azd).
346
+ ::: zone-end
347
+ ::: zone pivot="programming-language-javascript"
348
+ You can review the complete template project [here](https://github.com/Azure-Samples/functions-quickstart-javascript-azd).
349
+ ::: zone-end
350
+ ::: zone pivot="programming-language-typescript"
351
+ You can review the complete template project [here](https://github.com/Azure-Samples/functions-quickstart-typescript-azd).
352
+ ::: zone-end
353
+ ::: zone pivot="programming-language-powershell"
354
+ You can review the complete template project [here](https://github.com/Azure-Samples/functions-quickstart-powershell-azd).
355
+ ::: zone-end
356
+ ::: zone pivot="programming-language-python"
357
+ You can review the complete template project [here](https://github.com/Azure-Samples/functions-quickstart-python-http-azd).
358
+ ::: zone-end
341
359
After you verify your functions locally, it's time to publish them to Azure.
342
360
::: zone pivot="programming-language-java"
343
361
## Create Azure resources
@@ -476,7 +494,7 @@ You can use the Core Tools to obtain the URL endpoints of your functions running
476
494
func azure functionapp list-functions $APP_NAME --show-keys
477
495
```
478
496
479
- ### [Cmd](#tab/cmd )
497
+ ### [Cmd](#tab/cmd2 )
480
498
```cmd
481
499
for /f "tokens=*" %i in ('azd env get-value AZURE_FUNCTION_NAME') do set APP_NAME=%i
482
500
func azure functionapp list-functions %APP_NAME% --show-keys
You can’t perform that action at this time.
0 commit comments