We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f93136 commit 4d09ec2Copy full SHA for 4d09ec2
samples/function-app-storage-http/dotnet/scripts/deploy.sh
@@ -24,14 +24,7 @@ ENVIRONMENT=$(az account show --query environmentName --output tsv)
24
# Change the current directory to the script's directory
25
cd "$CURRENT_DIR" || exit
26
27
-# Choose the appropriate CLI based on the environment
28
-if [[ $ENVIRONMENT == "LocalStack" ]]; then
29
- echo "Using func for LocalStack emulator environment."
30
- FUNC="func"
31
-else
32
- echo "Using standard func for AzureCloud environment."
33
34
-fi
+FUNC="func"
35
36
# Create a resource group
37
echo "Checking if resource group [$RESOURCE_GROUP_NAME] exists in the subscription [$SUBSCRIPTION_NAME]..."
0 commit comments