Share via

PUT requets returning 403

Gareth Walker 26 Reputation points
2021-04-07T10:24:59.433+00:00

Hello,

Over the last couple of days I've had a couple of app services start returning 403 forbidden errors for PUT requests. These have been running quite nicely for months without any issues - it's just suddenly started with no changes having been made. POST requests work fine. One of the apps was using MSAL for auth, however the other one is just using the standard code in the URL.

Thanks

Azure Functions
Azure Functions

An Azure service that provides an event-driven serverless compute platform.


Answer accepted by question author

MayankBargali-MSFT 71,016 Reputation points Moderator
2021-04-12T19:32:11.533+00:00

@Gareth Walker Apology for the delay and any inconvenience with this issue. The product team has updated the code to fix this issue: https://github.com/Azure/azure-functions-host/pull/7270 and the fix will start deploying soon.

You can watch the app service announcement repo to receive notification about new version releases: https://github.com/Azure/app-service-announcements/issues

The workaround would be to pin it to version 3.0.15406: https://learn.microsoft.com/en-us/azure/azure-functions/functions-app-settings#functions_extension_version

Was this answer helpful?

0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.