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

Add option for web file source to azure_rm_storageblob module #1580

Open
mlacko64 opened this issue May 31, 2024 · 0 comments
Open

Add option for web file source to azure_rm_storageblob module #1580

mlacko64 opened this issue May 31, 2024 · 0 comments
Labels
medium_priority Medium priority work in In trying to solve, or in working with contributors

Comments

@mlacko64
Copy link

SUMMARY

Good day,
currently azure_rm_storageblob supports as a source option local file path only. I would like to request new feature for source - web URL. So file can be uploaded from web directly to storage account.

Similar feature is already present in AZ CLI:
az storage blob copy start has source-uri option to upload file from web to storage account

ISSUE TYPE
  • Feature Idea
COMPONENT NAME

azure_rm_storageblob

ADDITIONAL INFORMATION

It will be useful mainly for bigger files located on Internet, so they can be directly uploaded to storage account. I have a playbook which downloads OS images, which are then used to create VMs. Without this feature I have to either download them first to local drive and then upload (this needs lot of space) or use AZ CLI.

@Fred-sun Fred-sun added medium_priority Medium priority work in In trying to solve, or in working with contributors labels Jun 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
medium_priority Medium priority work in In trying to solve, or in working with contributors
Projects
None yet
Development

No branches or pull requests

2 participants