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
description: Describes the functions to use in an Azure Resource Manager template (ARM template) to retrieve deployment information.
4
4
ms.topic: conceptual
5
-
ms.date: 05/13/2021
5
+
ms.date: 09/09/2021
6
6
---
7
7
8
8
# Deployment functions for ARM templates
@@ -137,21 +137,9 @@ If you redeploy a template from the deployment history in the portal, the templa
137
137
138
138
### Example
139
139
140
-
The following [example template](https://github.com/Azure/azure-docs-json-samples/blob/master/azure-resource-manager/functions/deployment.json)returns the deployment object:
140
+
The following example returns a deployment object.
The preceding example returns the following object:
157
145
@@ -178,7 +166,9 @@ The preceding example returns the following object:
178
166
}
179
167
```
180
168
181
-
For a subscription deployment, this [example template](https://github.com/Azure/azure-docs-json-samples/blob/master/azure-resource-manager/functions/deploymentsubscription.json) returns the deployment object.
169
+
For a subscription deployment, the following example returns a deployment object.
The preceding example returns the following object when deployed to global Azure:
246
224
@@ -317,63 +295,9 @@ Typically, you use parameters to set resource values. The following example sets
317
295
318
296
### Example
319
297
320
-
The following [example template](https://github.com/Azure/azure-docs-json-samples/blob/master/azure-resource-manager/functions/parameters.json) shows a simplified use of the parameters function.
298
+
The following example shows a simplified use of the parameters function.
The output from the preceding example with the default values is:
379
303
@@ -432,43 +356,9 @@ Typically, you use variables to simplify your template by constructing complex v
432
356
433
357
### Example
434
358
435
-
The following [example template](https://github.com/Azure/azure-docs-json-samples/blob/master/azure-resource-manager/functions/variables.json) returns different variable values.
359
+
The following example returns different variable values.
0 commit comments