Skip to content

Fix SAS URI Issue

Elizabeth Halper requested to merge elhalper/fix-sas-uri into azure/m12-master

We were seeing an error that the String-to-Sign for the SAS URL did not match the final SAS URL. It turns out we were not properly setting the account name to send to the library that builds the SAS. This MR fixes that issue.

Merge request reports