Skip to content

Commit

Permalink
Add back echo into a better place
Browse files Browse the repository at this point in the history
Jira ticket: CAMS-461
  • Loading branch information
jamesobrooks committed Dec 17, 2024
1 parent 1b567f0 commit c2c79ab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ops/scripts/utility/az-delete-branch-resources.sh
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@ if [[ ${rgAppExists} != "true" || ${rgNetExists} != "true" || ${dbExists} != "tr
fi
fi

echo "Begin clean up of Azure resources for ${hash_id}."

# Disconnect VNET integration from App Service components prior to deleting resources
if [[ "${rgAppExists}" == "true" ]]; then
echo "Start disconnecting VNET integration"
Expand Down

0 comments on commit c2c79ab

Please sign in to comment.