@@ -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 Azure CLI, Azure PowerShell, or the Azure portal to list the deployed resources in the resource group.
68
+ Use Azure CLI or Azure PowerShell to list the deployed resources in the resource group.
69
69
70
70
# [CLI](#tab/CLI)
71
71
@@ -79,19 +79,19 @@ az resource list --resource-group exampleRG
79
79
Get-AzResource -ResourceGroupName exampleRG
80
80
```
81
81
82
- # [ Azure portal] ( #tab/Portal )
82
+ ---
83
+
84
+ You can also use the Azure portal to list the resources:
83
85
84
86
1 . Sign in to the Azure portal.
85
87
1 . In the search box, enter * App Configuration* , then select ** App Configuration** from the list.
86
88
1 . Select the newly created App Configuration resource.
87
89
1 . Under ** Operations** , select ** Configuration explorer** .
88
90
1 . Verify that two key-values exist.
89
91
90
- ---
91
-
92
92
## Clean up resources
93
93
94
- When no longer needed, use Azure CLI, Azure PowerShell, or the Azure portal to delete the resource group and its resources.
94
+ When no longer needed, use Azure CLI or Azure PowerShell to delete the resource group and its resources.
95
95
96
96
# [ CLI] ( #tab/CLI )
97
97
@@ -105,14 +105,14 @@ az group delete --name exampleRG
105
105
Remove-AzResourceGroup -Name exampleRG
106
106
```
107
107
108
- # [ Azure portal] ( #tab/Portal )
108
+ ---
109
+
110
+ You can also use the Azure portal to delete the resource group:
109
111
110
112
1 . Navigate to your resource group.
111
113
1 . Select ** Delete resource group** .
112
114
1 . A tab will appear. Enter the resource group name and select ** Delete** .
113
115
114
- ---
115
-
116
116
## Next steps
117
117
118
118
To learn about adding feature flag and Key Vault reference to an App Configuration store, check out the ARM template examples.
0 commit comments