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-resource-manager/bicep/diagnostics/bcp139.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: BCP139
3
3
description: Error - A resource's scope must match the scope of the Bicep file for it to be deployable. You must use modules to deploy resources to a different scope.
4
4
ms.topic: reference
5
5
ms.custom: devx-track-bicep
6
-
ms.date: 09/19/2024
6
+
ms.date: 09/20/2024
7
7
---
8
8
9
9
# Bicep error code - BCP139
@@ -31,6 +31,7 @@ The following example deploys a storage account resource to a different resource
31
31
param otherResourceGroup string
32
32
param location string
33
33
34
+
// resource deployed to a different resource group in the same subscription
0 commit comments