diff --git a/samples/function-app-managed-identity/python/bicep/deploy.sh b/samples/function-app-managed-identity/python/bicep/deploy.sh index b95a969..11d8d8b 100755 --- a/samples/function-app-managed-identity/python/bicep/deploy.sh +++ b/samples/function-app-managed-identity/python/bicep/deploy.sh @@ -17,7 +17,7 @@ ENVIRONMENT=$(az account show --query environmentName --output tsv) # Change the current directory to the script's directory cd "$CURRENT_DIR" || exit - +#test # Choose the appropriate CLI based on the environment if [[ $ENVIRONMENT == "LocalStack" ]]; then echo "Using azlocal for LocalStack emulator environment." diff --git a/samples/function-app-storage-http/dotnet/scripts/deploy.sh b/samples/function-app-storage-http/dotnet/scripts/deploy.sh index 49e5b0c..7d3f8a5 100644 --- a/samples/function-app-storage-http/dotnet/scripts/deploy.sh +++ b/samples/function-app-storage-http/dotnet/scripts/deploy.sh @@ -23,6 +23,7 @@ ENVIRONMENT=$(az account show --query environmentName --output tsv) # Change the current directory to the script's directory cd "$CURRENT_DIR" || exit +#test # Choose the appropriate CLI based on the environment if [[ $ENVIRONMENT == "LocalStack" ]]; then diff --git a/samples/web-app-managed-identity/python/terraform/deploy.sh b/samples/web-app-managed-identity/python/terraform/deploy.sh index d6482e7..c98b1f6 100755 --- a/samples/web-app-managed-identity/python/terraform/deploy.sh +++ b/samples/web-app-managed-identity/python/terraform/deploy.sh @@ -23,6 +23,7 @@ fi echo "Initializing Terraform..." terraform init -upgrade +#test # Run terraform plan and check for errors echo "Planning Terraform deployment..."