Skip to content

Commit 30bdacd

Browse files
committed
add a listkeyvalue example
1 parent e333704 commit 30bdacd

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

articles/azure-resource-manager/templates/template-functions-resource.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Template functions - resources
33
description: Describes the functions to use in an Azure Resource Manager template to retrieve values about resources.
44
ms.topic: conceptual
5-
ms.date: 05/20/2020
5+
ms.date: 05/21/2020
66
---
77
# Resource functions for ARM templates
88

@@ -123,7 +123,7 @@ The possible uses of list* are shown in the following table.
123123
| Resource type | Function name |
124124
| ------------- | ------------- |
125125
| Microsoft.AnalysisServices/servers | [listGatewayStatus](/rest/api/analysisservices/servers/listgatewaystatus) |
126-
| Microsoft.AppConfiguration] | [ListKeyValue](/rest/api/appconfiguration/configurationstores/listkeyvalue) |
126+
| Microsoft.AppConfiguration | [ListKeyValue](/rest/api/appconfiguration/configurationstores/listkeyvalue) |
127127
| Microsoft.AppConfiguration/configurationStores | ListKeys |
128128
| Microsoft.Automation/automationAccounts | [listKeys](/rest/api/automation/keys/listbyautomationaccount) |
129129
| Microsoft.Batch/batchAccounts | [listkeys](/rest/api/batchmanagement/batchaccount/getkeys) |
@@ -345,6 +345,8 @@ To get the SAS token, pass an object for the expiry time. The expiry time must b
345345
}
346346
```
347347

348+
For a listKeyValue example, see [Quickstart: Automated VM deployment with App Configuration and Resource Manager template](../../azure-app-configuration/quickstart-resource-manager.md#deploy-vm-using-stored-key-values).
349+
348350
## providers
349351

350352
`providers(providerNamespace, [resourceType])`

0 commit comments

Comments
 (0)