Skip to content

Commit e6ecb2f

Browse files
authored
Merge pull request #113321 from ggailey777/patch-8
Java uses a different resource group
2 parents 42f93f5 + 260ed8e commit e6ecb2f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -376,9 +376,16 @@ 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-end
384+
::: zone pivot="programming-language-java"
385+
```azurecli
386+
az group delete --name java-functions-group
387+
```
388+
::: zone-end
382389

383390
## Next steps
384391

0 commit comments

Comments
 (0)