Skip to content

Commit 8b1f07c

Browse files
Fixed resource group name
1 parent a1fa0d7 commit 8b1f07c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

  • samples
    • function-app-service-bus/dotnet/scripts
    • web-app-sql-database/python/scripts

samples/function-app-service-bus/dotnet/scripts/deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
PREFIX='babo'
3+
PREFIX='local'
44
SUFFIX='test'
55
LOCATION='westeurope'
66
RESOURCE_GROUP_NAME="${PREFIX}-rg"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
# Variables
4-
PREFIX='babo'
4+
PREFIX='local'
55
SUFFIX='test'
66
LOCATION='westeurope'
77
RESOURCE_GROUP_NAME="${PREFIX}-rg"

0 commit comments

Comments
 (0)