Reputation: 2851
In the absence of the person who normally does this, I've been asked to change the repo url and branch in the Azure app service in this image.
I can see what the values are currently but I can't find how to change them, can anyone point me in the right direction?
Thanks
Upvotes: 2
Views: 2058
Reputation: 383
Click the (small) "disconnect" link below the word "GitHub". This seemingly unrelated link will delete the current CD configuration and allow you create a new one. Leave it Azure to make something that should be trivial about 20% more challenging.
Upvotes: 0
Reputation: 1597
We use Azure DevOps for CI/CD and we set all those values in the build and release on that end. They show in the Azure Portal but are read only reporting where it came from. May be the same case with how you are deploying.
Upvotes: 1