Skip to content

Commit

Permalink
fix: update comment for granting Storage Blob Data Contributor permis…
Browse files Browse the repository at this point in the history
…sions in bootstrap.sh
  • Loading branch information
ShakutaiGit committed Mar 11, 2025
1 parent 578ae89 commit a60f169
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devops/terraform/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ fi
# shellcheck disable=SC1091
source ../scripts/mgmtstorage_enable_public_access.sh

# Grant user blob data contributor permissions check.
# Grant user blob data contributor permissions.
echo -e "\n\e[34m»»» 🔑 \e[96mGranting Storage Blob Data Contributor role to the current user\e[0m..."
if [ -n "${ARM_CLIENT_ID:-}" ]; then
USER_OBJECT_ID=$(az ad sp show --id "$ARM_CLIENT_ID" --query id --output tsv)
Expand Down

0 comments on commit a60f169

Please sign in to comment.