May 04 2023
03:25 PM
- last edited on
Mar 05 2024
02:41 PM
by
TechCommunityAP
May 04 2023
03:25 PM
- last edited on
Mar 05 2024
02:41 PM
by
TechCommunityAP
Hello. I created a new Azure web app service in a new resource group as I have done many times before. I created a CI/CD pipeline in Azure DevOps to deploy some Python code to the new app service, but the app service is not showing up in the dropdown list in the task. I read some other posts that this has been an issue for a long time and takes hours for it to show up. Is that truly the case? I noticed the other app services I created are showing up, but not the one I created earlier in the day.
Thanks for your help!
Brian
May 04 2023 05:43 PM
What kind of Web app? Linux Web app?
May 04 2023 05:53 PM
May 04 2023 06:01 PM
There should be another one in the list
May 05 2023 05:14 AM
Make sure filter 'Linux Web app'
May 05 2023 05:20 AM
Hi @brianmich ,
You can try two possible solutions:
1. Please check with the Service Connection in Azure to have the required RBAC Roles for the newly created App Service. You can do this by navigating to the Resource Group > newly created App Service > IAM > Check access review for the attached Service Connection in Azure.
Hint: You can find the attached service connection in Azure by going to Azure DevOps service connection in Azure DevOps project settings. Click on "Manage Service Principle", It will bring you to the Azure portal app registration.
2. Optional, Sometimes the DevOps portal didn't refresh so it won't show the newly created resource name. You can try to manually type the name of the newly created resource.
May 05 2023 05:49 AM
SolutionMay 05 2023 05:49 AM
Solution