I have an option to use one of the four app services available in Azure portal created under one subscription (in same resource group). I have created a Azure DevOps release pipeline with "Azure Web App for Containers" task (as I have to deploy docker based dotnet application which has the option to set image name). When I select my Service Connection name, none of the App service name were listed. How to find the reason?
When I try with "Azure App Service deploy" task it shows only "Web App for Containers (Linux)". Is it not available for windows ?