Using the documentation here and here, I was able to setup a Container WebApp in Azure with SQL.
I tried configuring Git integration by setting up a free github account, creating a private repository and a Personal Access Token like the documentation states.
I have tried it with a username and password too but I keep getting the same error every which way:
repository path '/home/Repository' is not owned by current user (Computer: 3fe57e07a9c5)
The config is stored correctly in the Azure SQL Database.
I’ve never actually seen this issue on Linux. It’s a git issue where the repository git directory was created with one user and then another user is attempting to use the directory in PSU.
An issue should probably be raised for this since I have seen this before. Adding some sort of tool to provide the configuration necessary would be good. I don’t think PSU should do it automatically since it would break the security put in place in git.