Skip to content

Commit b4364a5

Browse files
authored
Merge pull request #93681 from tfitzmac/1026id
update
2 parents 4bbc720 + 109d056 commit b4364a5

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Describes the functions to use in an Azure Resource Manager templat
44
author: tfitzmac
55
ms.service: azure-resource-manager
66
ms.topic: conceptual
7-
ms.date: 10/24/2019
7+
ms.date: 10/26/2019
88
ms.author: tomfitz
99

1010
---
@@ -747,6 +747,12 @@ The resource ID is returned in the following format:
747747
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
748748
```
749749

750+
When used in a [subscription-level deployment](deploy-to-subscription.md), the resource ID is returned in the following format:
751+
752+
```json
753+
/subscriptions/{subscriptionId}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
754+
```
755+
750756
To get the ID in other formats, see:
751757

752758
* [extensionResourceId](#extensionresourceid)

articles/azure-resource-manager/resource-manager-request-limits.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Describes how to use throttling with Azure Resource Manager request
44
author: tfitzmac
55
ms.service: azure-resource-manager
66
ms.topic: conceptual
7-
ms.date: 10/14/2019
7+
ms.date: 10/26/2019
88
ms.author: tomfitz
99
ms.custom: seodec18
1010
---

0 commit comments

Comments
 (0)