Actually. I figured out a way to do this.
After getting the SAS Uri for a blob container then one can use the http action and create a put request with
A) the appropriate x-ms headers, and
B) have the body be the content
C) split the SAS Uri into two parts on ? with the split function, then have the url used for the PUT request be split[0] / [filename] ? split[1]