Hi @Steven Monk
Thank you for reaching out to Microsoft Q&A!
While creating Azure Web App you can disable the SideCar
support as shown below:
After disabled Sidecar support you can find GitHub support in Azure.
Another option for deploying your image to Azure App Service is to use Azure Container Registry (ACR). You can push your image from GitHub to ACR and then link it to Azure App Service for deployment.
Refer this Ms docs to know more about sidecar support in Azure.
https://learn.microsoft.com/en-us/azure/app-service/tutorial-sidecar?tabs=portal
https://azure.github.io/AppService/2025/03/06/Sidecars-Deep-Dive-Part1.html
Hope this helps.
If the answer is helpful, please click Accept Answer and kindly upvote it. If you have any further questions about this answer, please click Comment.