You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-app-configuration/powershell-samples.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ The following table includes links to PowerShell scripts built using the [Az.App
14
14
| Script | Description |
15
15
|-|-|
16
16
|**Create store**||
17
-
|[Create a configuration store with the specified parameters](/powershell/module/az.appconfiguration/New-AzAppConfigurationStore)| Creates an Azure App Configuration store with some specified parameters. |
17
+
|[Create a configuration store with the specified parameters](scripts/powershell-create-service.md)| Creates an Azure App Configuration store with some specified parameters. |
18
18
|**Delete store**||
19
19
|[Delete a configuration store](/powershell/module/az.appconfiguration/Remove-AzAppConfigurationStore)| Deletes an Azure App Configuration store. |
20
20
|[Purge a deleted configuration store](/powershell/module/az.appconfiguration/Clear-AzAppConfigurationDeletedStore)| Purges a deleted Azure App Configuration store, permanently removing all data. |
@@ -55,7 +55,7 @@ appConfigConnectionString=$(az appconfig credential list \
55
55
echo "$appConfigConnectionString"
56
56
```
57
57
58
-
Make a note of the actual name generated for the new resource group. You will use that resource group name when you want to delete all group resources.
58
+
Make a note of the actual name generated for the new resource group. You'll use that resource group name when you want to delete all group resources.
0 commit comments