Skip to content

Commit 8a764c9

Browse files
Merge pull request #128289 from roysha1/patch-1
Fix typo in subscriptionResourceID to subscriptionResourceId
2 parents 70b2775 + c4f2fa4 commit 8a764c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

articles/azure-resource-manager/bicep/bicep-functions-resource.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -681,7 +681,7 @@ The identifier is returned in the following format:
681681

682682
You use this function to get the resource ID for resources that are [deployed to the subscription](deploy-to-subscription.md) rather than a resource group. The returned ID differs from the value returned by the [resourceId](#resourceid) function by not including a resource group value.
683683

684-
### subscriptionResourceID example
684+
### subscriptionResourceId example
685685

686686
The following Bicep file assigns a built-in role. You can deploy it to either a resource group or subscription. It uses the `subscriptionResourceId` function to get the resource ID for built-in roles.
687687

0 commit comments

Comments
 (0)