Skip to content

Commit 67e73aa

Browse files
committed
quickstart updates
1 parent cceec2b commit 67e73aa

File tree

1 file changed

+17
-3
lines changed

1 file changed

+17
-3
lines changed

articles/azure-app-configuration/quickstart-bicep.md

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ titleSuffix: Azure App Configuration
44
description: Learn how to create an Azure App Configuration store using Bicep.
55
author: schaffererin
66
ms.author: v-eschaffer
7-
ms.date: 04/28/2022
7+
ms.date: 05/06/2022
88
ms.service: azure-app-configuration
99
ms.topic: quickstart
1010
ms.custom: subject-armqs, devx-track-azurepowershell, mode-arm
@@ -65,7 +65,7 @@ With this Bicep file, we create one key with two different values.
6565
6666
## Review deployed resources
6767
68-
Use the Azure portal, Azure CLI, or Azure PowerShell to list the deployed resources in the resource group.
68+
Use Azure CLI, Azure PowerShell, or the Azure portal to list the deployed resources in the resource group.
6969
7070
# [CLI](#tab/CLI)
7171
@@ -79,11 +79,19 @@ az resource list --resource-group exampleRG
7979
Get-AzResource -ResourceGroupName exampleRG
8080
```
8181

82+
# [Azure portal](#tab/Portal)
83+
84+
1. Sign in to the Azure portal.
85+
1. In the search box, enter *App Configuration*, then select **App Configuration** from the list.
86+
1. Select the newly created App Configuration resource.
87+
1. Under **Operations**, select **Configuration explorer**.
88+
1. Verify that two key-values exist.
89+
8290
---
8391

8492
## Clean up resources
8593

86-
When no longer needed, use the Azure portal, Azure CLI, or Azure PowerShell to delete the resource group and its resources.
94+
When no longer needed, use Azure CLI, Azure PowerShell, or the Azure portal to delete the resource group and its resources.
8795

8896
# [CLI](#tab/CLI)
8997

@@ -97,6 +105,12 @@ az group delete --name exampleRG
97105
Remove-AzResourceGroup -Name exampleRG
98106
```
99107

108+
# [Azure portal](#tab/Portal)
109+
110+
1. Navigate to your resource group.
111+
1. Select **Delete resource group**.
112+
1. A tab will appear. Enter the resource group name and select **Delete**.
113+
100114
---
101115

102116
## Next steps

0 commit comments

Comments
 (0)