@@ -4,7 +4,7 @@ titleSuffix: Azure App Configuration
4
4
description : Learn how to create an Azure App Configuration store using Bicep.
5
5
author : schaffererin
6
6
ms.author : v-eschaffer
7
- ms.date : 04/28 /2022
7
+ ms.date : 05/06 /2022
8
8
ms.service : azure-app-configuration
9
9
ms.topic : quickstart
10
10
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.
65
65
66
66
## Review deployed resources
67
67
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.
69
69
70
70
# [CLI](#tab/CLI)
71
71
@@ -79,11 +79,19 @@ az resource list --resource-group exampleRG
79
79
Get-AzResource -ResourceGroupName exampleRG
80
80
```
81
81
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
+
82
90
---
83
91
84
92
## Clean up resources
85
93
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.
87
95
88
96
# [ CLI] ( #tab/CLI )
89
97
@@ -97,6 +105,12 @@ az group delete --name exampleRG
97
105
Remove-AzResourceGroup -Name exampleRG
98
106
```
99
107
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
+
100
114
---
101
115
102
116
## Next steps
0 commit comments