We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc4acb7 commit b1f1fd5Copy full SHA for b1f1fd5
1 file changed
samples/function-app-storage-http/dotnet/terraform/deploy.sh
@@ -117,5 +117,5 @@ if $AZ functionapp deploy \
117
--type zip 1> /dev/null; then
118
echo "Function app [$FUNCTION_APP_NAME] deployed successfully."
119
else
120
- echo "Warning: Failed to deploy function app [$FUNCTION_APP_NAME].
+ echo "Warning: Failed to deploy function app [$FUNCTION_APP_NAME]."
121
fi
0 commit comments