Is bicep support unloading file to storage account #2126
-
biecep can create storage account, I am looking for ability to upload a file to storage account, is that possible? Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
alex-frankel
Apr 4, 2021
Replies: 1 comment 1 reply
-
Not possible. It's something we are looking into and would be made possible by an "extensibility" story that would allow us to talk to data plane APIs generically (KeyVault, storage, SQL, etc.). Our extensibility plans are only conceptual at the moment so no ETA on if or when that would be implemented. For now, the recommendation would be to either use deploymentScripts or do a post-action via a script/pipeline task. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
evanlwj
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Not possible. It's something we are looking into and would be made possible by an "extensibility" story that would allow us to talk to data plane APIs generically (KeyVault, storage, SQL, etc.). Our extensibility plans are only conceptual at the moment so no ETA on if or when that would be implemented.
For now, the recommendation would be to either use deploymentScripts or do a post-action via a script/pipeline task.