pulumi / docs

All things Pulumi docs!
https://pulumi.com
Apache License 2.0
129 stars 221 forks source link

Permissions Issue when publishing index.html -> 403 Request Not Authorized #13407

Open CheetahChrome opened 1 week ago

CheetahChrome commented 1 week ago

File: content/docs/iac/get-started/azure/deploy-changes.md

Following the instructions C# I am getting a permissions error when it attempts to publish the index.html file to the storage blob:

 azure-native:storage:Blob (index.html):
    error: retrieving blob properties "index.html" (container "$web" / account "sa1scratchbf9fa2e8"): HEAD https://sa1scratchbf9fa2e8.blob.core.windows.net/$web/index.html
    --------------------------------------------------------------------------------
    RESPONSE 403: 403 This request is not authorized to perform this operation using this permission.
    ERROR CODE: AuthorizationPermissionMismatch
    --------------------------------------------------------------------------------
    Response contained no body
    --------------------------------------------------------------------------------

  pulumi:pulumi:Stack (Scratch-scratch):
    error: update failed

As a user I can drag and drop into the container with no issues. What step should also be done so the pulumi up succeeds?

interurban commented 5 days ago

hey @CheetahChrome ; sorry to hear your stuck on this step. Can you double check your env and tell me more about your setup? Are you able to run other CLI commands to create a new blob object? We also have a super friendly Slack community, if you have not already you can post there and the community can help you troubleshoot.