Skip to content

Commit 42674a0

Browse files
committed
renamed all resourced groups to be unique
1 parent 3282c5f commit 42674a0

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

  • samples
    • function-app-managed-identity/python/bicep
    • function-app-storage-http/dotnet/bicep
    • web-app-cosmosdb-mongodb-api/python/bicep
    • web-app-managed-identity/python/bicep
    • web-app-sql-database/python/bicep

samples/function-app-managed-identity/python/bicep/deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ PREFIX='local'
55
SUFFIX='test'
66
TEMPLATE="main.bicep"
77
PARAMETERS="main.bicepparam"
8-
RESOURCE_GROUP_NAME="$PREFIX-rg"
8+
RESOURCE_GROUP_NAME="$PREFIX-func-mi-rg"
99
LOCATION="westeurope"
1010
MANAGED_IDENTITY_TYPE='UserAssigned' # SystemAssigned or UserAssigned
1111
VALIDATE_TEMPLATE=1

samples/function-app-storage-http/dotnet/bicep/deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Variables
44
TEMPLATE="main.bicep"
55
PARAMETERS="main.bicepparam"
6-
RESOURCE_GROUP_NAME="bingo-rg"
6+
RESOURCE_GROUP_NAME="local-func-storage-rg"
77
LOCATION="westeurope"
88
VALIDATE_TEMPLATE=1
99
USE_WHAT_IF=0

samples/web-app-cosmosdb-mongodb-api/python/bicep/deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ PREFIX='local'
55
SUFFIX='test'
66
TEMPLATE="main.bicep"
77
PARAMETERS="main.bicepparam"
8-
RESOURCE_GROUP_NAME="${PREFIX}-rg"
8+
RESOURCE_GROUP_NAME="${PREFIX}-webapp-cosmos-rg"
99
LOCATION="westeurope"
1010
VALIDATE_TEMPLATE=1
1111
USE_WHAT_IF=0

samples/web-app-managed-identity/python/bicep/deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ PREFIX='local'
55
SUFFIX='test'
66
TEMPLATE="main.bicep"
77
PARAMETERS="main.bicepparam"
8-
RESOURCE_GROUP_NAME="$PREFIX-rg"
8+
RESOURCE_GROUP_NAME="$PREFIX-webapp-mi-rg"
99
LOCATION="westeurope"
1010
VALIDATE_TEMPLATE=1
1111
USE_WHAT_IF=0

samples/web-app-sql-database/python/bicep/deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ PREFIX='local'
55
SUFFIX='test'
66
TEMPLATE="main.bicep"
77
PARAMETERS="main.bicepparam"
8-
RESOURCE_GROUP_NAME="$PREFIX-rg"
8+
RESOURCE_GROUP_NAME="$PREFIX-webapp-sql-rg"
99
LOCATION="westeurope"
1010
VALIDATE_TEMPLATE=1
1111
USE_WHAT_IF=0

0 commit comments

Comments
 (0)