Skip to content

Commit 06cb1bf

Browse files
committed
resolving error
1 parent 67e73aa commit 06cb1bf

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ With this Bicep file, we create one key with two different values.
6565
6666
## Review deployed resources
6767
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.
6969
7070
# [CLI](#tab/CLI)
7171
@@ -79,19 +79,19 @@ az resource list --resource-group exampleRG
7979
Get-AzResource -ResourceGroupName exampleRG
8080
```
8181

82-
# [Azure portal](#tab/Portal)
82+
---
83+
84+
You can also use the Azure portal to list the resources:
8385

8486
1. Sign in to the Azure portal.
8587
1. In the search box, enter *App Configuration*, then select **App Configuration** from the list.
8688
1. Select the newly created App Configuration resource.
8789
1. Under **Operations**, select **Configuration explorer**.
8890
1. Verify that two key-values exist.
8991

90-
---
91-
9292
## Clean up resources
9393

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.
9595

9696
# [CLI](#tab/CLI)
9797

@@ -105,14 +105,14 @@ az group delete --name exampleRG
105105
Remove-AzResourceGroup -Name exampleRG
106106
```
107107

108-
# [Azure portal](#tab/Portal)
108+
---
109+
110+
You can also use the Azure portal to delete the resource group:
109111

110112
1. Navigate to your resource group.
111113
1. Select **Delete resource group**.
112114
1. A tab will appear. Enter the resource group name and select **Delete**.
113115

114-
---
115-
116116
## Next steps
117117

118118
To learn about adding feature flag and Key Vault reference to an App Configuration store, check out the ARM template examples.

0 commit comments

Comments
 (0)