Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix velero command examples #259

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

fxierh
Copy link

@fxierh fxierh commented Nov 5, 2024

The storageAccount key passed to the velero install --backup-location-config argument should contain the storage account name, not the storage account ID.

Signed-off-by: Feilian Xie <[email protected]>
@anshulahuja98
Copy link
Collaborator

I see 5 more occurrences of AZURE_STORAGE_ACCOUNT_ID in the doc, can you also change them to NAME

@@ -493,7 +493,7 @@ velero install \
--plugins velero/velero-plugin-for-microsoft-azure:v1.11.0 \
--bucket $BLOB_CONTAINER \
--secret-file ./credentials-velero \
--backup-location-config useAAD="true",resourceGroup=$AZURE_BACKUP_RESOURCE_GROUP,storageAccount=$AZURE_STORAGE_ACCOUNT_ID[,subscriptionId=$AZURE_BACKUP_SUBSCRIPTION_ID] \
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There are few more places where it is still AZURE_STORAGE_ACCOUNT_ID
Around line 119 and other places. please change those also

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants