Diógenes Fernandes

Results 55 comments of Diógenes Fernandes

Hi @paulblum00, thanks for your report! Indeed, we introduced a change when getting blobs from Azure, which are used to populate the backends. This [PR](https://github.com/opentofu/opentofu/pull/2720/files) was created to solve this...

Hey @paulblum00 , I took some time to look at our code and I could understand better what's happening: You're being rate limited possibly at one of these two points:...

Hmm that's strange, because we would see this log even if you're only doing one request: https://github.com/opentofu/opentofu/blob/329a6a6adb3efc03ac116e2e02c99c42872c9f93/internal/backend/remote-state/azure/backend_state.go#L176 You would see: "Getting page 0 of blob results"

@paulblum00 It should be noted that there is an ongoing refactor of the Azure backend that will likely resolve some of these issues: https://github.com/opentofu/opentofu/pull/3034

To everyone interested in this thread: @lbordowitz has done great work refactoring the Azure backend, and it is now on main: https://github.com/opentofu/opentofu/pull/3034 Would you be willing to test with the...