StartStopV2 deployment error RoleAssignmentUpdateNotPermitted

Edwin Chan 5 Reputation points
2024-08-23T07:00:13.68+00:00

The StartStopV2 function failed with "ServiceUnavailable" since 21 Aug 2024.

In https://github.com/microsoft/startstopv2-deployments I saw it has been upgraded to .NET 8 isolated worker mode. I tried to update but it failed.

Then I deleted all related resources and tried to redeploy the latest package again but the deployment failed.

User's image

The error details are

{  "code": "RoleAssignmentUpdateNotPermitted",  "message": "Tenant ID, application ID, principal ID, and scope are not allowed to be updated."}

It did create the Logic App ststv2_vms_Sequenced_start but the code shows it is using an invalid subscription and resource groups

"ResourceGroups": [ "/subscriptions/11111111-2222-3333-4444-555555555555/resourceGroups/rg1/", "/subscriptions/11111111-2222-3333-4444-555555555555/resourceGroups/rg2/" ]

I've tried changing the ResourceGroups to the correct value but the app cannot run due to unauthorized error.

Please help me to fix the deployment or the unauthorized error.

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,900 questions
0 comments No comments
{count} vote

1 answer

Sort by: Most helpful
  1. Sedat SALMAN 13,740 Reputation points
    2024-08-24T05:41:07.3533333+00:00

    we have similar issue so you can track from here the required steps to solve the problem

    https://github.com/microsoft/startstopv2-deployments/issues/10

    0 comments No comments

Your answer

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