Failed to update application. Error detail: No other properties may be modified when certification properties are being modified.

Nghia Huynh 0 Reputation points
2025-01-30T19:49:59.59+00:00

When trying to update my app manifest I get the following error. It dosent give me a clue on what is happening but maybe something else is blocking the update?

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,257 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Sina Salam 17,176 Reputation points
    2025-01-31T14:43:21.0666667+00:00

    Hello Nghia Huynh,

    Welcome to the Microsoft Q&A and thank you for posting your questions here.

    I understand that you are getting failed to update application error: No other properties may be modified when certification properties are being modified.

    This is a common issue when trying to update your app manifest. The error message "No other properties may be modified when certification properties are being modified" typically means that you cannot change any other properties while the app is undergoing certification - https://techcommunity.microsoft.com/discussions/teamsdeveloper/cant-update-the-app-registration-for-my-teams-app/3997383

    This is a similar answer to your question by @LETLHOGONOLO MOSENEKE via https://learn.microsoft.com/en-us/answers/questions/1366566/getting-error-when-changing-accesstokenacceptedver

    You can take the steps below to resolve this issue:

    1. Make sure that your app is not currently in the certification process. If it is, you will need to wait until the certification is complete before making other changes.
    2. If you need to update certification-related properties, make sure you are only modifying those properties and not any others.
    3. Sometimes, using the Microsoft Teams Developer Portal instead of the Azure portal can help. You can directly update the manifest in the Teams Developer Portal without encountering this error.
    4. If you need to update both certification and non-certification properties, try separating these updates. First, complete the certification-related updates, and once they are processed, proceed with the other updates.

    I hope this is helpful! Do not hesitate to let me know if you have any other questions.


    Please don't forget to close up the thread here by upvoting and accept it as an answer if it is helpful.


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.