Azure-pipelines-tasks: Azure App Service Deploy V3 - options missing

Created on 1 May 2017  路  6Comments  路  Source: microsoft/azure-pipelines-tasks

I am using the V3 version of the App Service Deploy in several releases and I noticed that since last thursday or friday a lot of the options of the V3 template are missing.
Seems like the template is suddenly incomplete. Switching back to V2 brings back most of the options.

AzureAppService Release

Most helpful comment

When we are using variables, like "$(ApplicationPath)" the options are not displayed. I can work around it by selecting something from the dropdown first and then replace that with our variable.... but it doesn't feel logical...

All 6 comments

@parcae, thank you for reporting the issue.

We have recently updated the task UI. In V3 template, first you need to select your web app name. Based on your web app selection, the other field will render dynamically.

When we are using variables, like "$(ApplicationPath)" the options are not displayed. I can work around it by selecting something from the dropdown first and then replace that with our variable.... but it doesn't feel logical...

Agree with @parcae we use a lot of variables for our web app names (multiple steps same web app) so filling in the web app name is really annoying

@parcae , @Geertvdc I agree with you. Currently we are working on the solution. Thanks much for the feedback.

also had to switch back to v2, the dropdowns never manage to populate for us (we have to type the names in manual for some reason) so can never get the additional options on v3!

@parcae , A fix for this issue has been deployed, if you type in the variable name the other options should populate. I am closing this issue. If you are still facing this issue, or want any clarification, please feel free to reopen

Was this page helpful?
0 / 5 - 0 ratings