I’m using OD v3.3.6 and am trying to deploy a web app to an Azure Web App. I’ve created an Azure account using a Service Principal that works, I have verified the connectivity to Azure when saving the account in OD. But when I create the step to deploy this and use my account, I don’t get any entries in the list for “Web App” under the Azure heading even though my Service Principal is set as a Contributor for my Azure Web App in the Azure Portal.
Thanks for reaching out! When you select the Azure account on the dropdown on that step, Octopus automatically starts fetching the Azure web apps. At that point do you see any Javascript errors or any failed HTTP calls on the browser’s development tools?
I have gotten it to work now. My mistake was to assign the permissons on my Web App, it should be done on the Resource Group level. Now I can get the list of Web Apps belonging to my Resource Group and hopefully get the deploy to work.