Share via

Steps to redeploy a Teams Apps after applying some changes and deploy it to local GIT repo

john john Pter 1,410 Reputation points
2024-10-23T20:37:59.5933333+00:00

We already have a Teams Apps installed inside our Microsoft Teams Admin Center, the apps is inside GitHub @ https://github.com/OfficeDev/microsoft-teams-emergency-operations-center. Now we want to do some changes that will not be deployed to the upstream. So i did those steps:-

 

  1. Clone the GitHub code locally
  2. Do the modifications using Visual Studio code.
  3. then push the changes to our BitBucket repository which is public
  4. Now I will redeploy the manifest.json + the resources images to the Microsoft Teams Admin center.
  5. I will modify the "Git Repo URL" field inside the existing custom deployment template ,

 

johnjohnPeter_0-1729715492265

 

to reference our custom Repo inside Bitbucket instead of the upstream GitHub?

 

First question, are my above steps valid? and all the required steps? and can i modify existing template to change the "GIT Repo URL"? 

Second question, now inside our public Bitbucket repo we will have the ClientID and appdomain inside the manifest.json .. so can we hide them? or they will need to be there for the "Git Repo Url" to reference them? or those values are only needed inside the manifest .json uploaded inside our Microsoft Teams admin center? and doe snot require to be inside the public bitbucket repository?

 

Thanks

 

Microsoft Teams | Development
Microsoft Teams | Development

Building, integrating, or customizing apps and workflows within Microsoft Teams using developer tools and APIs

Microsoft Teams | Microsoft Teams for business | Other
{count} votes

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.