Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deployment error on web component #22

Open
CloudCrusader opened this issue Oct 11, 2022 · 2 comments
Open

deployment error on web component #22

CloudCrusader opened this issue Oct 11, 2022 · 2 comments

Comments

@CloudCrusader
Copy link

Hi,

Tried 6x to deploy the solution but it always ends with an (conflict) error on cfxldrfa/web (Microsoft.Web/sites/sourcecontrols).
The error is generic, it doesn't give any further details besides that it failed.
I've made sure that the prefix was unique, and all prerequisites are in place, any other advice you could share?

@CloudCrusader
Copy link
Author

CloudCrusader commented Oct 16, 2022

found some more details, seems to be related to exceeding throttling limits:
statusCode : 429
serviceRequestId:
statusMessage : {"error":{"code":"TooManyRequests","message":"The request is being throttled as the limit has been reached for operat
ion type - Write_ObservationWindow_00:00:01. For more information, see - https://aka.ms/srpthrottlinglimits"}}
eventCategory : Administrative
entity : /subscriptions/f9678313-0196-4542-be99-408cdc868ea6/resourcegroups/VSE-AHDS-WS/providers/Microsoft.Storage/storageAcc
ounts/itsme5t3audexpsa/tableServices/default
message : Microsoft.Storage/storageAccounts/tableServices/write
hierarchy : 0c1116a3-be87-45fe-87f3-2b46d590e6d9/f9678313-0196-4542-be99-408cdc868ea6
Level : Error
SubmissionTimestamp : 16/10/2022 9:47:01
EventTimestamp : 16/10/2022 9:45:11
EventName : End request
Category : Administrative
ResourceProviderName : Microsoft.Storage
OperationName :
Status : Failed
SubStatus : 429

@ch-rob
Copy link

ch-rob commented Oct 26, 2022

I received the same error. The resource (*ldrfa function app) is created but is not functional (no functions are listed).

As a workaround, I manually deployed the BulkImport function app (*ldrfa) from code:

  • Grab a copy of the configuration (Configuration > Advanced Edit > Select All > Copy > [save to a file on your local machine])
  • Disconnect from automatic deployment (Deployment Center > Settings > Source > Disconnect)
  • Download the publish profile (Overview > Get publish profile > [save to a file on your local machine])

In Visual Studio...

Back in BulkImport function app (*ldrfa)

  • Validate that the configuration is the same as was saved. Also, change FUNCTIONS_EXTENSION_VERSION to ~4
  • Ok > Save
  • Restart the function (Overview > Restart)

The functions should show up and it should process the *bundles.zip file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants