Hi all, I am currently attempting to get the following sample to work, but as an inline program:
https://www.pulumi.com/registry/packages/azure-native/how-to-guides/azure-cs-appservice/
All resources are spawned as expected, but the App Service "WEBSITE_RUN_FROM_PACKAGE" functionality does not seem to work. I can download the zip blob from the storage account manually from the Azure portal and it looks as expected (a compiled version of the dotnet project), but it doesn't download the zip via the URL generated from the SignedBlobReadUrl method. When I try to access the web app's URL, I receive the following message in plaintext "You do not have permission to view this directory or page.".
Any pointers as to what might go wrong?
Edit: To further add to this, when I make a SAS token manually via azure portal for the container which the blob is in, I can download the blob via that generated SAS signature. The SignedBlobReadUrl uses signature version 2015-04-05 whereas when I get a SAS token manually, it uses signature version 2021-06-08