Skip to content

Commit ecea059

Browse files
use 'tag' var name when single tag
1 parent 66edd72 commit ecea059

82 files changed

Lines changed: 82 additions & 82 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

azure-functions/create-function-app-app-service-plan/create-function-app-app-service-plan.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
let "randomIdentifier=$RANDOM*$RANDOM"
99
location="eastus"
1010
resourceGroup="msdocs-azure-functions-rg-$randomIdentifier"
11-
tags="create-function-app-consumption"
11+
tag="create-function-app-consumption"
1212
storage="msdocsaccount$randomIdentifier"
1313
appServicePlan="msdocs-app-service-plan-$randomIdentifier"
1414
functionApp="msdocs-serverless-function-$randomIdentifier"

azure-functions/create-function-app-connect-to-cosmos-db/create-function-app-connect-to-cosmos-db.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
let "randomIdentifier=$RANDOM*$RANDOM"
1010
location="eastus"
1111
resourceGroup="msdocs-azure-functions-rg-$randomIdentifier"
12-
tags="create-function-app-connect-to-cosmos-db"
12+
tag="create-function-app-connect-to-cosmos-db"
1313
storage="msdocsaccount$randomIdentifier"
1414
functionApp="msdocs-serverless-function-$randomIdentifier"
1515
skuStorage="Standard_LRS"

azure-functions/create-function-app-connect-to-storage/create-function-app-connect-to-storage-account.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
let "randomIdentifier=$RANDOM*$RANDOM"
99
location="eastus"
1010
resourceGroup="msdocs-azure-functions-rg-$randomIdentifier"
11-
tags="create-function-app-connect-to-storage-account"
11+
tag="create-function-app-connect-to-storage-account"
1212
functionApp="msdocs-serverless-function-$randomIdentifier"
1313
skuStorage="Standard_LRS"
1414
functionsVersion="4"

azure-functions/create-function-app-consumption-python/create-function-app-consumption-python.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
let "randomIdentifier=$RANDOM*$RANDOM"
99
location="eastus"
1010
resourceGroup="msdocs-azure-functions-rg-$randomIdentifier"
11-
tags="create-function-app-consumption-python"
11+
tag="create-function-app-consumption-python"
1212
storage="msdocsaccount$randomIdentifier"
1313
functionApp="msdocs-serverless-python-function-$randomIdentifier"
1414
skuStorage="Standard_LRS"

azure-functions/create-function-app-consumption/create-function-app-consumption.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
let "randomIdentifier=$RANDOM*$RANDOM"
99
location="eastus"
1010
resourceGroup="msdocs-azure-functions-rg-$randomIdentifier"
11-
tags="create-function-app-consumption"
11+
tag="create-function-app-consumption"
1212
storage="msdocsaccount$randomIdentifier"
1313
functionApp="msdocs-serverless-function-$randomIdentifier"
1414
skuStorage="Standard_LRS"

azure-functions/create-function-app-premium-plan/create-function-app-premium-plan.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
let "randomIdentifier=$RANDOM*$RANDOM"
99
location="eastus"
1010
resourceGroup="msdocs-azure-functions-rg-$randomIdentifier"
11-
tags="create-function-app-premium-plan"
11+
tag="create-function-app-premium-plan"
1212
storage="msdocsaccount$randomIdentifier"
1313
premiumPlan="msdocs-premium-plan-$randomIdentifier"
1414
functionApp="msdocs-function-$randomIdentifier"

azure-functions/deploy-function-app-with-function-github-continuous/deploy-function-app-with-function-github-continuous.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
let "randomIdentifier=$RANDOM*$RANDOM"
88
location=eastus
99
resourceGroup="msdocs-azure-functions-rg-$randomIdentifier"
10-
tags="deploy-function-app-with-function-github"
10+
tag="deploy-function-app-with-function-github"
1111
storage="msdocs$randomIdentifier"
1212
functionApp=mygithubfunc$randomIdentifier
1313
functionsVersion="4"

azure-functions/functions-cli-mount-files-storage-linux/functions-cli-mount-files-storage-linux.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
let "randomIdentifier=$RANDOM*$RANDOM"
99
location="eastus"
1010
resourceGroup="msdocs-azure-functions-rg-$randomIdentifier"
11-
tags="functions-cli-mount-files-storage-linux"
11+
tag="functions-cli-mount-files-storage-linux"
1212
export AZURE_STORAGE_ACCOUNT="msdocsstorage$randomIdentifier"
1313
functionApp="msdocs-serverless-function-$randomIdentifier"
1414
skuStorage="Standard_LRS"

cosmosdb/cassandra/autoscale.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
let "randomIdentifier=$RANDOM*$RANDOM"
99
location="East US"
1010
resourceGroup="msdocs-cosmosdb-rg-$randomIdentifier"
11-
tags="autoscale-casandra-cosmosdb"
11+
tag="autoscale-casandra-cosmosdb"
1212
account="msdocs-account-cosmos-$randomIdentifier" #needs to be lower case
1313
keySpace="keyspace1-$randomIdentifier"
1414
table="table1-$randomIdentifier"

cosmosdb/cassandra/create.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ let "randomIdentifier=$RANDOM*$RANDOM"
99
location="East US"
1010
failoverLocation="South Central US"
1111
resourceGroup="msdocs-cosmosdb-rg-$randomIdentifier"
12-
tags="create-casandra-cosmosdb"
12+
tag="create-casandra-cosmosdb"
1313
account="msdocs-account-cosmos-$randomIdentifier" #needs to be lower case
1414
keySpace="keyspace1"
1515
table="table1"

0 commit comments

Comments
 (0)