Skip to content

Commit 9acd636

Browse files
authored
Java uses a different resource group
------- cc: @ggailey777
1 parent 42f93f5 commit 9acd636

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -376,9 +376,15 @@ If you continue to the next step, [Add an Azure Storage queue output binding](fu
376376

377377
Otherwise, use the following command to delete the resource group and all its contained resources to avoid incurring further costs.
378378

379+
::: zone pivot="programming-language-javascript,programming-language-typescript,programming-language-python,programming-language-powershell,programming-language-csharp"
379380
```azurecli
380381
az group delete --name AzureFunctionsQuickstart-rg
381382
```
383+
::: zone pivot="programming-language-java"
384+
```azurecli
385+
az group delete --name java-functions-group
386+
```
387+
::: zone-end
382388

383389
## Next steps
384390

0 commit comments

Comments
 (0)