HOTSPOT You are creating a CLI script that creates an Azure web app related services in Azure App Service. The web app uses the following variables:
You need to automatically deploy code from GitHub to the newly created web app. How should you complete the script? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point. 
az webapp deployment source config here. HTTPS://KXBJSYUHCEGGSYVXDKOF.SUPABASE.CO/STORAGE/V1/OBJECT/PUBLIC/FILE-IMAGES/AZ-204/PAGE_176_IMG_1.JPG
HTTPS://KXBJSYUHCEGGSYVXDKOF.SUPABASE.CO/STORAGE/V1/OBJECT/PUBLIC/FILE-IMAGES/AZ-204/PAGE_176_IMG_1.JPG
Looks right to use the config command but I picked the screenshot with the FTP setup by mistake. GitHub integration is better handled with az webapp deployment source config and repo URL, but I thought FTP would trigger sync too. Not totally sure, feel free to correct me.