Forum Discussion

Steev_Pierce's avatar
Steev_Pierce
Copper Contributor
Feb 19, 2024
Solved

Develop Teams App without Microsoft 365 Developer Program sandbox subscription

Hello, I have a requirement to develop a Teams App for my company, but there is currently an issue with the Microsoft 365 Developer Program sandbox subscription and I am unable to sign up for it.   ...
  • Prasad_Das-MSFT's avatar
    Feb 20, 2024

    Steev_Pierce - You can develop a Teams app without the sandbox. You can use the Teams Toolkit in Visual Studio Code to create a new app . The Teams Toolkit provides a “zero-configuration” approach to the developer experience, with integrated Identity, access to cloud storage, data from Microsoft Graph, and other services in Azure and Microsoft 365.

    The error message you are encountering, "Authorization_RequestDenied - Insufficient privileges to complete the operation," indicates that the user does not have the required permissions to create an app in Azure Active Directory. Ensure that the user has either the Application Administrator or Application Developer role assigned. These roles provide the necessary permissions to create apps in Azure Active Directory.

     

     

     

    Thanks, 

    Prasad Das

    ------------------------------------------------------------------------------------------ 

    If the response is helpful, please click "**Mark as Best Response**" and like it. You can share your feedback via Microsoft Teams Developer Feedback link. Click here to escalate. 

Resources